Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/soundwire/
Dsdw.h569 struct sdw_driver { struct
570 const char *name;
572 int (*probe)(struct sdw_slave *sdw,
574 int (*remove)(struct sdw_slave *sdw);
575 void (*shutdown)(struct sdw_slave *sdw);
577 const struct sdw_device_id *id_table;
578 const struct sdw_slave_ops *ops;
580 struct device_driver driver;