Lines Matching defs:match
46 parse_string_to_decodes_rsrc(char *input, int *vga_count, struct pci_slot_match *match)
78 if (match) {
87 match->domain = strtoul(tok, NULL, 16);
92 match->bus = strtoul(tok, NULL, 16);
97 match->dev = strtoul(tok, NULL, 16);
102 match->func = strtoul(tok, NULL, 16);
128 struct pci_slot_match match;
145 memset(&match, 0xff, sizeof(match));
147 rsrc = parse_string_to_decodes_rsrc(buf, &pci_sys->vga_count, &match);
149 pci_sys->vga_default_dev = pci_device_find_by_slot(match.domain, match.bus, match.dev, match.func);