Home
last modified time | relevance | path

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

/linux/include/linux/soundwire/
A Dsdw.h706 struct sdw_driver { struct
707 const char *name;
709 int (*probe)(struct sdw_slave *sdw,
711 int (*remove)(struct sdw_slave *sdw);
712 void (*shutdown)(struct sdw_slave *sdw);
714 const struct sdw_device_id *id_table;
715 const struct sdw_slave_ops *ops;
717 struct device_driver driver;

Completed in 7 milliseconds