struct via_aux_bus { struct i2c_adapter *adap; /* the I2C device to access the bus */ struct list_head drivers; /* drivers for devices on this bus */
};
struct via_aux_drv { struct list_head chain; /* chain to support multiple drivers */
struct via_aux_bus *bus; /* the I2C bus used */
u8 addr; /* the I2C target address */
constchar *name; /* human readable name of the driver */ void *data; /* private data of this driver */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.