Lines Matching defs:match
57 const struct mfd_cell_acpi_match *match = cell->acpi_match;
74 if (match) {
75 if (match->pnpid) {
82 strscpy(ids[0].id, match->pnpid, sizeof(ids[0].id));
86 adev = acpi_find_child_device(parent, match->adr, false);
113 /* No of_reg defined - allocate first free compatible match */
118 /* OF node does not contatin a 'reg' property to match to */
122 /* No match */
200 goto match;
210 match: