Lines Matching defs:func
275 * [<domain>:]<bus>:<device>.<func>[/<device>.<func>]*
288 unsigned int seg, bus, slot, func;
302 ret = sscanf(p, "/%x.%x%c", &slot, &func, &end);
308 if (dev->devfn != PCI_DEVFN(slot, func)) {
329 &func, &end);
332 ret = sscanf(wpath, "%x:%x.%x%c", &bus, &slot, &func, &end);
341 dev->devfn == PCI_DEVFN(slot, func));
357 * [<domain>:]<bus>:<device>.<func>[/<device>.<func>]*
6441 void __init pci_register_set_vga_state(arch_set_vga_state_t func)
6443 arch_set_vga_state = func; /* NULL disables */