Searched refs:pcidev_match (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dio_acpi_init.c349 struct sn_pcidev_match pcidev_match; local
379 pcidev_match.bus = dev->bus->number;
380 pcidev_match.devfn = dev->devfn;
381 pcidev_match.handle = NULL;
384 find_matching_device, &pcidev_match, NULL);
386 if (!pcidev_match.handle) {
393 if (sn_extract_device_info(pcidev_match.handle, pcidev_info, sn_irq_info))
397 host_devfn = get_host_devfn(pcidev_match.handle, rootbus_handle);

Completed in 91 milliseconds