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

Go to the source code of this file.

Data Structures

struct  drivers_i2c_generic_config
 

Macros

#define MAX_GENERIC_PROPERTY_LIST   10
 

Functions

void i2c_generic_fill_ssdt (const struct device *dev, void(*callback)(const struct device *dev), struct drivers_i2c_generic_config *config)
 

Macro Definition Documentation

◆ MAX_GENERIC_PROPERTY_LIST

#define MAX_GENERIC_PROPERTY_LIST   10

Definition at line 9 of file chip.h.

Function Documentation

◆ i2c_generic_fill_ssdt()

void i2c_generic_fill_ssdt ( const struct device dev,
void(*)(const struct device *dev)  callback,
struct drivers_i2c_generic_config config 
)