Searched refs:sdw_slave (Results 1 – 3 of 3) sorted by relevance
/include/linux/soundwire/ |
D | sdw.h | 10 struct sdw_slave; 403 int sdw_slave_read_prop(struct sdw_slave *slave); 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, 534 int (*port_prep)(struct sdw_slave *slave, 552 struct sdw_slave { struct 567 #define dev_to_sdw_dev(_dev) container_of(_dev, struct sdw_slave, dev) argument 572 int (*probe)(struct sdw_slave *sdw, [all …]
|
D | sdw_type.h | 17 int sdw_slave_modalias(const struct sdw_slave *slave, char *buf, size_t size);
|
/include/linux/ |
D | regmap.h | 34 struct sdw_slave; 572 struct regmap *__regmap_init_sdw(struct sdw_slave *sdw, 617 struct regmap *__devm_regmap_init_sdw(struct sdw_slave *sdw,
|