Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/soundwire/
Dsdw.h670 struct sdw_driver { struct
671 const char *name;
673 int (*probe)(struct sdw_slave *sdw,
675 int (*remove)(struct sdw_slave *sdw);
676 void (*shutdown)(struct sdw_slave *sdw);
678 const struct sdw_device_id *id_table;
679 const struct sdw_slave_ops *ops;
681 struct device_driver driver;