coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.h File Reference
#include <types.h>
Include dependency graph for gpio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  gpio_operations
 

Functions

const struct gpio_operationsdev_get_gpio_ops (struct device *dev)
 

Function Documentation

◆ dev_get_gpio_ops()

const struct gpio_operations* dev_get_gpio_ops ( struct device dev)

Definition at line 7 of file gpio.c.

References BIOS_ERR, NULL, device::ops, device_operations::ops_gpio, and printk.

Referenced by bmc_set_post_complete_gpio_callback(), and ipmi_kcs_init().

Here is the caller graph for this function: