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

#include <chip.h>

Collaboration diagram for drivers_generic_gpio_keys_config:
Collaboration graph

Data Fields

const char * name
 
const char * label
 
struct acpi_gpio gpio
 
bool is_polled
 
uint32_t poll_interval
 
struct key_info key
 

Detailed Description

Definition at line 75 of file chip.h.

Field Documentation

◆ gpio

struct acpi_gpio drivers_generic_gpio_keys_config::gpio

Definition at line 79 of file chip.h.

◆ is_polled

bool drivers_generic_gpio_keys_config::is_polled

Definition at line 83 of file chip.h.

◆ key

struct key_info drivers_generic_gpio_keys_config::key

Definition at line 85 of file chip.h.

◆ label

const char* drivers_generic_gpio_keys_config::label

Definition at line 79 of file chip.h.

◆ name

const char* drivers_generic_gpio_keys_config::name

Definition at line 77 of file chip.h.

◆ poll_interval

uint32_t drivers_generic_gpio_keys_config::poll_interval

Definition at line 85 of file chip.h.


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