Searched defs:i2c_board_info (Results 1 – 1 of 1) sorted by relevance
70996 struct i2c_board_info { struct70997 char type[20];70998 short unsigned int flags;70999 short unsigned int addr;71000 const char *dev_name;71001 void *platform_data;71002 struct device_node *of_node;71003 struct fwnode_handle *fwnode;71004 const struct software_node *swnode;71005 const struct resource *resources;[all …]