Searched refs:PCI_VENDOR_ID_NS (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/parisc/ |
D | superio.c | 287 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87560_LIO, superio_init); 447 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87415, superio_fixup_pci); 486 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87560_LIO) }, 487 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87560_USB) }, 488 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87415) },
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-pci.c | 78 && b->vendor == PCI_VENDOR_ID_NS) { in ohci_quirk_ns() 178 PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_ANY_ID),
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | superio.h | 78 (((x)->vendor == PCI_VENDOR_ID_NS) && \
|
/linux-4.4.14/arch/x86/kernel/ |
D | reboot_fixups_32.c | 70 { PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SC1100_BRIDGE, cs5530a_warm_reset },
|
/linux-4.4.14/drivers/mfd/ |
D | cs5535-mfd.c | 175 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_ISA) },
|
/linux-4.4.14/drivers/ide/ |
D | ide-pci-generic.c | 131 case PCI_VENDOR_ID_NS: in generic_init_one()
|
/linux-4.4.14/drivers/mtd/maps/ |
D | scx200_docflash.c | 85 if ((bridge = pci_get_device(PCI_VENDOR_ID_NS, in init_scx200_docflash()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | scx200_acb.c | 553 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SCx200_BRIDGE) }, 554 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SC1100_BRIDGE) },
|
/linux-4.4.14/sound/pci/cs5535audio/ |
D | cs5535audio.c | 70 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO) },
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | gxfb_core.c | 478 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_GX_VIDEO) },
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 251 { PCI_VENDOR_ID_NS, 0x0020, 0x12d9, 0x000c, 0, 0, 0 }, 252 { PCI_VENDOR_ID_NS, 0x0020, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 }, 2677 eeprom->magic = PCI_VENDOR_ID_NS | (PCI_DEVICE_ID_NS_83815<<16); in get_eeprom()
|
/linux-4.4.14/include/linux/ |
D | pci_ids.h | 404 #define PCI_VENDOR_ID_NS 0x100b macro
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | cassini.c | 235 { PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SATURN, 3396 if ((pdev->vendor == PCI_VENDOR_ID_NS) && in cas_check_pci_invariants()
|