Searched defs:sdw_slave_ops (Results 1 – 1 of 1) sorted by relevance
526 struct sdw_slave_ops { struct527 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