Searched defs:i2c_board_info (Results 1 – 2 of 2) sorted by relevance
79204 struct i2c_board_info { struct79205 char type[20];79206 unsigned short flags;79207 unsigned short addr;79208 const char *dev_name;79209 void *platform_data;79210 struct device_node *of_node;79211 struct fwnode_handle *fwnode;79212 const struct software_node *swnode;79213 const struct resource *resources;[all …]
88946 struct i2c_board_info { struct88947 char type[20];88948 unsigned short flags;88949 unsigned short addr;88950 const char *dev_name;88951 void *platform_data;88952 struct device_node *of_node;88953 struct fwnode_handle *fwnode;88954 const struct software_node *swnode;88955 const struct resource *resources;[all …]