Searched refs:soc_component_ret_reg_rw (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/sound/soc/ |
| H A D | soc-component.c | 23 #define soc_component_ret_reg_rw(dai, ret, reg) _soc_component_ret_reg_rw(dai, __func__, ret, reg) macro 741 return soc_component_ret_reg_rw(component, ret, reg); in soc_component_read_no_lock() 777 return soc_component_ret_reg_rw(component, ret, reg); in soc_component_write_no_lock() 819 return soc_component_ret_reg_rw(component, ret, reg); in snd_soc_component_update_bits_legacy() 847 return soc_component_ret_reg_rw(component, ret, reg); in snd_soc_component_update_bits() 883 return soc_component_ret_reg_rw(component, ret, reg); in snd_soc_component_update_bits_async()
|