Searched refs:sdw_peripheral (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | cs35l56-sdw.c | 246 ret = sdw_read_no_pm(cs35l56->sdw_peripheral, SDW_SCP_DEVID_0); in cs35l56_sdw_set_cal_index() 332 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_MASK_1, in cs35l56_sdw_irq_work() 418 struct sdw_slave *peripheral = cs35l56->sdw_peripheral; in cs35l56_sdw_handle_unattach() 469 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_MASK_1, in cs35l56_sdw_runtime_resume() 490 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_MASK_1, 0); in cs35l56_sdw_system_suspend() 491 sdw_read_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_STAT_1); in cs35l56_sdw_system_suspend() 492 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_STAT_1, 0xFF); in cs35l56_sdw_system_suspend() 519 cs35l56->sdw_peripheral = peripheral; in cs35l56_sdw_probe()
|
D | cs35l56.c | 577 ret = sdw_stream_add_slave(cs35l56->sdw_peripheral, &sconfig, &pconfig, in cs35l56_sdw_dai_hw_params() 593 if (!cs35l56->sdw_peripheral) in cs35l56_sdw_dai_hw_free() 596 sdw_stream_remove_slave(cs35l56->sdw_peripheral, sdw_stream); in cs35l56_sdw_dai_hw_free() 710 if (cs35l56->sdw_peripheral) { in cs35l56_patch() 713 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_MASK_1, 0); in cs35l56_patch() 714 sdw_read_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_STAT_1); in cs35l56_patch() 715 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_STAT_1, 0xFF); in cs35l56_patch() 739 cs35l56_system_reset(&cs35l56->base, !!cs35l56->sdw_peripheral); in cs35l56_patch() 741 if (cs35l56->sdw_peripheral) { in cs35l56_patch() 768 if (cs35l56->sdw_peripheral) { in cs35l56_patch() [all …]
|
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()
|
D | cs35l56.h | 40 struct sdw_slave *sdw_peripheral; member
|
D | cs42l42.h | 34 struct sdw_slave *sdw_peripheral; member
|
D | cs42l42.c | 2335 if (cs42l42->sdw_peripheral) in cs42l42_common_probe() 2431 if (cs42l42->sdw_peripheral) { in cs42l42_init()
|