Searched refs:soc_component_ret_reg_rw (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/sound/soc/ ! |
D | soc-component.c | 17 #define soc_component_ret_reg_rw(dai, ret, reg) _soc_component_ret(dai, __func__, ret, reg) macro 696 return soc_component_ret_reg_rw(component, ret, reg); in soc_component_read_no_lock() 732 return soc_component_ret_reg_rw(component, ret, reg); in soc_component_write_no_lock() 774 return soc_component_ret_reg_rw(component, ret, reg); in snd_soc_component_update_bits_legacy() 802 return soc_component_ret_reg_rw(component, ret, reg); in snd_soc_component_update_bits() 838 return soc_component_ret_reg_rw(component, ret, reg); in snd_soc_component_update_bits_async()
|