Lines Matching defs:change
494 unsigned int mask, unsigned int val, bool *change)
504 *change = old != new;
505 if (*change)
521 * changed, 0 if the operation was successful, but the value did not change.
527 bool change;
532 val, &change);
535 mask, val, &change);
539 return change;
557 * changed, 0 if the operation was successful, but the value did not change.
563 bool change;
568 mask, val, &change);
571 mask, val, &change);
575 return change;
594 * snd_soc_component_test_bits - Test register for change
603 * Return: 1 for change, otherwise 0.