Searched defs:sdw_driver (Results 1 – 1 of 1) sorted by relevance
713 struct sdw_driver { struct714 int (*probe)(struct sdw_slave *sdw, const struct sdw_device_id *id);715 void (*remove)(struct sdw_slave *sdw);716 void (*shutdown)(struct sdw_slave *sdw);718 const struct sdw_device_id *id_table;719 const struct sdw_slave_ops *ops;721 struct device_driver driver;