Lines Matching defs:change
245 /* When updating, change also snd_soc_dapm_widget_name_cmp() */
801 unsigned int mask, unsigned int val, bool *change)
811 *change = old != new;
812 if (*change)
828 * changed, 0 if the operation was successful, but the value did not change.
834 bool change;
839 val, &change);
842 mask, val, &change);
846 return change;
864 * changed, 0 if the operation was successful, but the value did not change.
870 bool change;
875 mask, val, &change);
878 mask, val, &change);
882 return change;
914 * Return: 1 for change, otherwise 0.
942 * snd_soc_component_test_bits - Test register for change
951 * Return: 1 for change, otherwise 0.