Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/soundwire/
Dsdw.h526 struct sdw_slave_ops { struct
527 int (*read_prop)(struct sdw_slave *sdw);
528 int (*interrupt_callback)(struct sdw_slave *slave,
530 int (*update_status)(struct sdw_slave *slave,
532 int (*bus_config)(struct sdw_slave *slave,
557 const struct sdw_slave_ops *ops; argument