Searched defs:sdw_driver (Results 1 – 1 of 1) sorted by relevance
706 struct sdw_driver { struct707 int (*probe)(struct sdw_slave *sdw, const struct sdw_device_id *id);708 void (*remove)(struct sdw_slave *sdw);709 void (*shutdown)(struct sdw_slave *sdw);711 const struct sdw_device_id *id_table;712 const struct sdw_slave_ops *ops;714 struct device_driver driver;