Searched refs:PCI_DEVICE_CLASS (Results 1 - 18 of 18) sorted by relevance
/linux-4.1.27/drivers/pci/pcie/ |
H A D | portdrv_pci.c | 295 PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0),
|
/linux-4.1.27/drivers/ata/ |
H A D | ata_generic.c | 234 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_IDE << 8, 0xFFFFFF00UL),
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ohci-pci.c | 262 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0),
|
H A D | uhci-pci.c | 284 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_UHCI, ~0),
|
H A D | ehci-pci.c | 383 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_EHCI, ~0),
|
H A D | xhci-pci.c | 439 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_XHCI, ~0),
|
/linux-4.1.27/drivers/usb/host/whci/ |
H A D | hcd.c | 359 { PCI_DEVICE_CLASS(PCI_CLASS_WIRELESS_WHCI, ~0) },
|
/linux-4.1.27/drivers/uwb/ |
H A D | whci.c | 242 { PCI_DEVICE_CLASS(PCI_CLASS_WIRELESS_WHCI, ~0) },
|
H A D | whc-rc.c | 453 { PCI_DEVICE_CLASS(PCI_CLASS_WIRELESS_WHCI, ~0) },
|
/linux-4.1.27/drivers/staging/i2o/ |
H A D | pci.c | 41 {PCI_DEVICE_CLASS(PCI_CLASS_INTELLIGENT_I2O << 8, 0xffff00)},
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | shpchp_core.c | 358 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
|
/linux-4.1.27/drivers/char/agp/ |
H A D | amd64-agp.c | 736 { PCI_DEVICE_CLASS(0, 0) },
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | sdhci-pci.c | 1112 PCI_DEVICE_CLASS((PCI_CLASS_SYSTEM_SDHCI << 8), 0xFFFF00)
|
/linux-4.1.27/drivers/misc/cxl/ |
H A D | pci.c | 139 { PCI_DEVICE_CLASS(0x120000, ~0), },
|
/linux-4.1.27/include/linux/ |
H A D | pci.h | 710 * PCI_DEVICE_CLASS - macro used to describe a specific pci device class 718 #define PCI_DEVICE_CLASS(dev_class,dev_class_mask) \ macro
|
/linux-4.1.27/drivers/firewire/ |
H A D | ohci.c | 3857 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_FIREWIRE_OHCI, ~0) },
|
/linux-4.1.27/drivers/block/ |
H A D | nvme-core.c | 3104 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
|
/linux-4.1.27/drivers/char/ipmi/ |
H A D | ipmi_si_intf.c | 2674 { PCI_DEVICE_CLASS(PCI_ERMC_CLASSCODE, PCI_ERMC_CLASSCODE_MASK) },
|
Completed in 648 milliseconds