Searched refs:PCI_DEVICE_CLASS (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/char/ipmi/ |
A D | ipmi_si_pci.c | 131 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_IPMI_SMIC, ~0) }, 132 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_IPMI_KCS, ~0) }, 133 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_IPMI_BT, ~0) },
|
/linux/drivers/pci/pcie/ |
A D | portdrv_pci.c | 181 { PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0) }, 183 { PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x01), ~0) }, 185 { PCI_DEVICE_CLASS(((PCI_CLASS_SYSTEM_RCEC << 8) | 0x00), ~0) },
|
/linux/drivers/ata/ |
A D | ata_generic.c | 234 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_IDE << 8, 0xFFFFFF00UL),
|
/linux/drivers/usb/host/ |
A D | uhci-pci.c | 289 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_UHCI, ~0),
|
A D | ohci-pci.c | 275 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0),
|
A D | ehci-pci.c | 384 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_EHCI, ~0),
|
A D | xhci-pci.c | 659 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_XHCI, ~0),
|
/linux/drivers/pci/hotplug/ |
A D | shpchp_core.c | 315 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
|
/linux/Documentation/translations/zh_CN/PCI/ |
A D | pci.rst | 98 大多数驱动程序只需要 ``PCI_DEVICE()`` 或 ``PCI_DEVICE_CLASS()`` 来设置一个
|
/linux/drivers/cxl/ |
A D | pci.c | 532 { PCI_DEVICE_CLASS((PCI_CLASS_MEMORY_CXL << 8 | CXL_MEMORY_PROGIF), ~0)},
|
/linux/drivers/char/agp/ |
A D | amd64-agp.c | 737 { PCI_DEVICE_CLASS(0, 0) },
|
/linux/drivers/thunderbolt/ |
A D | nhi.c | 1372 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_USB4, ~0) },
|
/linux/drivers/mmc/host/ |
A D | sdhci-pci-core.c | 1886 {PCI_DEVICE_CLASS(SYSTEM_SDHCI, PCI_CLASS_MASK)},
|
/linux/Documentation/PCI/ |
A D | pci.rst | 90 Most drivers only need ``PCI_DEVICE()`` or ``PCI_DEVICE_CLASS()`` to set up
|
/linux/include/linux/ |
A D | pci.h | 975 #define PCI_DEVICE_CLASS(dev_class,dev_class_mask) \ macro
|
/linux/drivers/nvme/host/ |
A D | pci.c | 3401 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
|
/linux/drivers/firewire/ |
A D | ohci.c | 3844 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_FIREWIRE_OHCI, ~0) },
|
Completed in 46 milliseconds