coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
acpi_gpio_res_params Struct Reference

#include <acpi_device.h>

Collaboration diagram for acpi_gpio_res_params:
Collaboration graph

Data Fields

const char * ref
 
int index
 
int pin
 
int active_low
 

Detailed Description

Definition at line 554 of file acpi_device.h.

Field Documentation

◆ active_low

int acpi_gpio_res_params::active_low

Definition at line 562 of file acpi_device.h.

Referenced by acpi_dp_add_gpio(), and i2c_gpiomux_mux_fill_ssdt().

◆ index

int acpi_gpio_res_params::index

Definition at line 558 of file acpi_device.h.

Referenced by acpi_dp_add_gpio(), and i2c_gpiomux_mux_fill_ssdt().

◆ pin

int acpi_gpio_res_params::pin

Definition at line 560 of file acpi_device.h.

Referenced by acpi_dp_add_gpio(), and i2c_gpiomux_mux_fill_ssdt().

◆ ref

const char* acpi_gpio_res_params::ref

Definition at line 556 of file acpi_device.h.

Referenced by acpi_dp_add_gpio(), and i2c_gpiomux_mux_fill_ssdt().


The documentation for this struct was generated from the following file: