Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/soundwire/
Dsdw.h470 struct sdw_slave_ops { struct
471 int (*read_prop)(struct sdw_slave *sdw);
472 int (*interrupt_callback)(struct sdw_slave *slave,
474 int (*update_status)(struct sdw_slave *slave,
476 int (*bus_config)(struct sdw_slave *slave,
500 const struct sdw_slave_ops *ops; argument