Searched refs:sdw_peripheral (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | cs35l56-sdw.c | 237 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_MASK_1, in cs35l56_sdw_irq_work() 398 struct sdw_slave *peripheral = cs35l56->sdw_peripheral; in cs35l56_sdw_handle_unattach() 449 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_MASK_1, in cs35l56_sdw_runtime_resume() 470 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_MASK_1, 0); in cs35l56_sdw_system_suspend() 471 sdw_read_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_STAT_1); in cs35l56_sdw_system_suspend() 472 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_STAT_1, 0xFF); in cs35l56_sdw_system_suspend() 499 cs35l56->sdw_peripheral = peripheral; in cs35l56_sdw_probe()
|
H A D | cs35l56.c | 735 if (!cs35l56->sdw_peripheral) in cs35l56_sdw_dai_hw_free() 738 sdw_stream_remove_slave(cs35l56->sdw_peripheral, sdw_stream); in cs35l56_sdw_dai_hw_free() 833 if (cs35l56->sdw_peripheral) { in cs35l56_patch() 837 sdw_read_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_STAT_1); in cs35l56_patch() 862 cs35l56_system_reset(&cs35l56->base, !!cs35l56->sdw_peripheral); in cs35l56_patch() 864 if (cs35l56->sdw_peripheral) { in cs35l56_patch() 888 if (cs35l56->sdw_peripheral) { in cs35l56_patch() 890 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_MASK_1, in cs35l56_patch() 1364 cs35l56_system_reset(&cs35l56->base, !!cs35l56->sdw_peripheral); in cs35l56_init() 1365 if (cs35l56->sdw_peripheral) { in cs35l56_init() [all …]
|
H A D | cs42l42-sdw.c | 86 ret = sdw_stream_add_slave(cs42l42->sdw_peripheral, &stream_config, &port_config, 1, in cs42l42_sdw_dai_hw_params() 123 sdw_stream_remove_slave(cs42l42->sdw_peripheral, sdw_stream); in cs42l42_sdw_dai_hw_free() 435 struct sdw_slave *peripheral = cs42l42->sdw_peripheral; in cs42l42_sdw_handle_unattach() 566 cs42l42->sdw_peripheral = peripheral; in cs42l42_sdw_probe()
|
H A D | cs35l56.h | 40 struct sdw_slave *sdw_peripheral; member
|
H A D | cs42l42.h | 34 struct sdw_slave *sdw_peripheral; member
|
H A D | cs42l42.c | 2339 if (cs42l42->sdw_peripheral) in cs42l42_common_probe() 2435 if (cs42l42->sdw_peripheral) { in cs42l42_init()
|