Home
last modified time | relevance | path

Searched defs:sdw_driver (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/include/linux/soundwire/
Dsdw.h719 struct sdw_driver { struct
720 const char *name;
722 int (*probe)(struct sdw_slave *sdw,
724 int (*remove)(struct sdw_slave *sdw);
725 void (*shutdown)(struct sdw_slave *sdw);
727 const struct sdw_device_id *id_table;
728 const struct sdw_slave_ops *ops;
730 struct device_driver driver;