Searched refs:soc_component_ret_reg_rw (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/sound/soc/ |
D | soc-component.c | 17 #define soc_component_ret_reg_rw(dai, ret, reg) _soc_component_ret(dai, __func__, ret, reg) macro 739 return soc_component_ret_reg_rw(component, ret, reg); in soc_component_read_no_lock() 775 return soc_component_ret_reg_rw(component, ret, reg); in soc_component_write_no_lock() 817 return soc_component_ret_reg_rw(component, ret, reg); in snd_soc_component_update_bits_legacy() 845 return soc_component_ret_reg_rw(component, ret, reg); in snd_soc_component_update_bits() 881 return soc_component_ret_reg_rw(component, ret, reg); in snd_soc_component_update_bits_async()
|