Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/soundwire/
A Dsdw.h707 struct sdw_driver { struct
708 const char *name;
710 int (*probe)(struct sdw_slave *sdw,
712 int (*remove)(struct sdw_slave *sdw);
713 void (*shutdown)(struct sdw_slave *sdw);
715 const struct sdw_device_id *id_table;
716 const struct sdw_slave_ops *ops;
718 struct device_driver driver;

Completed in 7 milliseconds