Lines Matching refs:device
51 * a physical device connected.
117 /* Check to see which device is interrupting */
137 /* Call the appropriate device's interrupt */
140 /* set EOI - forces a new interrupt if a lower priority device
147 /* Initialize Super I/O device */
168 printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i)\n",
342 /* Verify the function number matches the expected device id. */
343 if (expected_device[fn] != pcidev->device) {
349 pcidev->vendor, pcidev->device,
361 * each legacy device as they are initialized.
364 switch(pcidev->device) {
458 dev->vendor, dev->device,
464 if (dev->device == PCI_DEVICE_ID_NS_87560_LIO) { /* Function 1 */
469 } else if (dev->device == PCI_DEVICE_ID_NS_87415) { /* Function 0 */
471 } else if (dev->device == PCI_DEVICE_ID_NS_87560_USB) { /* Function 2 */
477 /* Let appropriate other driver claim this device. */