Searched defs:sdw_driver (Results 1 – 1 of 1) sorted by relevance
699 struct sdw_driver { struct700 int (*probe)(struct sdw_slave *sdw, const struct sdw_device_id *id);701 int (*remove)(struct sdw_slave *sdw);702 void (*shutdown)(struct sdw_slave *sdw);704 const struct sdw_device_id *id_table;705 const struct sdw_slave_ops *ops;707 struct device_driver driver;