Home
last modified time | relevance | path

Searched refs:sdw_peripheral (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/codecs/
H A Dcs35l56-sdw.c246 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()
H A Dcs35l56.c593 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()
714 sdw_read_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_STAT_1); 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()
770 sdw_write_no_pm(cs35l56->sdw_peripheral, CS35L56_SDW_GEN_INT_MASK_1, in cs35l56_patch()
1380 cs35l56_system_reset(&cs35l56->base, !!cs35l56->sdw_peripheral); in cs35l56_init()
1381 if (cs35l56->sdw_peripheral) { in cs35l56_init()
[all …]
H A Dcs42l42-sdw.c86 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 Dcs35l56.h40 struct sdw_slave *sdw_peripheral; member
H A Dcs42l42.h34 struct sdw_slave *sdw_peripheral; member
H A Dcs42l42.c2335 if (cs42l42->sdw_peripheral) in cs42l42_common_probe()
2431 if (cs42l42->sdw_peripheral) { in cs42l42_init()