Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/soundwire/
Dsdw.h509 struct sdw_driver { struct
510 const char *name;
512 int (*probe)(struct sdw_slave *sdw,
514 int (*remove)(struct sdw_slave *sdw);
515 void (*shutdown)(struct sdw_slave *sdw);
517 const struct sdw_device_id *id_table;
518 const struct sdw_slave_ops *ops;
520 struct device_driver driver;