Lines Matching defs:match
66 const struct mfd_cell_acpi_match *match = cell->acpi_match;
84 if (match) {
85 if (match->pnpid) {
88 strlcpy(ids[0].id, match->pnpid, sizeof(ids[0].id));
103 if (ACPI_SUCCESS(status) && match->adr == adr) {
135 /* No of_reg defined - allocate first free compatible match */
141 /* OF node does not contatin a 'reg' property to match to */
147 /* No match */
225 goto match;
235 match: