Searched refs:sdw (Results 1 – 4 of 4) sorted by relevance
| /include/linux/soundwire/ |
| A D | sdw_intel.h | 416 void (*debugfs_init)(struct sdw_intel *sdw); 417 void (*debugfs_exit)(struct sdw_intel *sdw); 419 int (*get_link_count)(struct sdw_intel *sdw); 421 int (*register_dai)(struct sdw_intel *sdw); 424 int (*start_bus)(struct sdw_intel *sdw); 429 int (*link_power_up)(struct sdw_intel *sdw); 430 int (*link_power_down)(struct sdw_intel *sdw); 432 int (*shim_check_wake)(struct sdw_intel *sdw); 435 int (*pre_bank_switch)(struct sdw_intel *sdw); 438 void (*sync_arm)(struct sdw_intel *sdw); [all …]
|
| A D | sdw.h | 616 int (*read_prop)(struct sdw_slave *sdw); 706 int (*probe)(struct sdw_slave *sdw, const struct sdw_device_id *id); 707 int (*remove)(struct sdw_slave *sdw); 708 void (*shutdown)(struct sdw_slave *sdw);
|
| /include/linux/ |
| A D | regmap.h | 675 struct regmap *__regmap_init_sdw(struct sdw_slave *sdw, 958 #define regmap_init_sdw(sdw, config) \ argument 960 sdw, config) 971 #define regmap_init_sdw_mbq(sdw, config) \ argument 973 sdw, config, NULL) 988 sdw, config, mbq_config) 1185 #define devm_regmap_init_sdw(sdw, config) \ argument 1187 sdw, config) 1199 #define devm_regmap_init_sdw_mbq(sdw, config) \ argument 1201 sdw, config, NULL) [all …]
|
| /include/linux/mfd/ |
| A D | cs42l43.h | 76 struct sdw_slave *sdw; member
|
Completed in 22 milliseconds