coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.c File Reference
#include <console/console.h>
#include <device/device.h>
#include <device/gpio.h>
Include dependency graph for gpio.c:

Go to the source code of this file.

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: