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