Lines Matching refs:change
66 unsigned int mask, unsigned int val, bool *change) in snd_soc_component_update_bits_legacy() argument
81 *change = old != new; in snd_soc_component_update_bits_legacy()
82 if (*change) in snd_soc_component_update_bits_legacy()
104 bool change; in snd_soc_component_update_bits() local
109 val, &change); in snd_soc_component_update_bits()
112 mask, val, &change); in snd_soc_component_update_bits()
116 return change; in snd_soc_component_update_bits()
140 bool change; in snd_soc_component_update_bits_async() local
145 mask, val, &change); in snd_soc_component_update_bits_async()
148 mask, val, &change); in snd_soc_component_update_bits_async()
152 return change; in snd_soc_component_update_bits_async()