Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/soundwire/
Dsdw.h702 struct sdw_driver { struct
703 const char *name;
705 int (*probe)(struct sdw_slave *sdw,
707 int (*remove)(struct sdw_slave *sdw);
708 void (*shutdown)(struct sdw_slave *sdw);
710 const struct sdw_device_id *id_table;
711 const struct sdw_slave_ops *ops;
713 struct device_driver driver;