Searched defs:i3c_driver (Results 1 – 2 of 2) sorted by relevance
100387 struct i3c_driver { struct100388 struct device_driver driver;100389 int (*probe)(struct i3c_device *);100390 void (*remove)(struct i3c_device *);100391 const struct i3c_device_id *id_table;
110245 struct i3c_driver { struct110246 struct device_driver driver;110247 int (*probe)(struct i3c_device *);110248 void (*remove)(struct i3c_device *);110249 const struct i3c_device_id *id_table;