Lines Matching defs:match
478 /* reapplication of the current state should give an exact match */
858 unsigned int match;
875 * name. If the consumer device was passed in as NULL or if no match
879 * If a match is found, the provider PWM chip is looked up by name
887 * If an entry has a device ID, it must match
888 * If an entry has a connection ID, it must match
895 match = 0;
901 match += 2;
908 match += 1;
911 if (match > best) {
914 if (match != 3)
915 best = match;