Home
last modified time | relevance | path

Searched refs:PCI_DEVICE_CLASS (Results 1 – 17 of 17) sorted by relevance

/linux-6.6.21/drivers/char/ipmi/
Dipmi_si_pci.c131 { 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-6.6.21/drivers/pci/pcie/
Dportdrv.c772 { PCI_DEVICE_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL, ~0) },
774 { PCI_DEVICE_CLASS(PCI_CLASS_BRIDGE_PCI_SUBTRACTIVE, ~0) },
776 { PCI_DEVICE_CLASS(((PCI_CLASS_SYSTEM_RCEC << 8) | 0x00), ~0) },
/linux-6.6.21/drivers/ata/
Data_generic.c234 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_IDE << 8, 0xFFFFFF00UL),
/linux-6.6.21/drivers/usb/host/
Duhci-pci.c292 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_UHCI, ~0),
Dohci-pci.c275 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0),
Dehci-pci.c398 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_EHCI, ~0),
Dxhci-pci.c960 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_XHCI, ~0),
/linux-6.6.21/drivers/pci/hotplug/
Dshpchp_core.c314 {PCI_DEVICE_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL, ~0)},
/linux-6.6.21/Documentation/translations/zh_CN/PCI/
Dpci.rst98 大多数驱动程序只需要 ``PCI_DEVICE()`` 或 ``PCI_DEVICE_CLASS()`` 来设置一个
/linux-6.6.21/drivers/char/agp/
Damd64-agp.c724 { PCI_DEVICE_CLASS(0, 0) },
/linux-6.6.21/drivers/cxl/
Dpci.c925 { PCI_DEVICE_CLASS((PCI_CLASS_MEMORY_CXL << 8 | CXL_MEMORY_PROGIF), ~0)},
/linux-6.6.21/drivers/thunderbolt/
Dnhi.c1524 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_USB4, ~0) },
/linux-6.6.21/drivers/mmc/host/
Dsdhci-pci-core.c1913 {PCI_DEVICE_CLASS(SYSTEM_SDHCI, PCI_CLASS_MASK)},
/linux-6.6.21/Documentation/PCI/
Dpci.rst90 Most drivers only need ``PCI_DEVICE()`` or ``PCI_DEVICE_CLASS()`` to set up
/linux-6.6.21/include/linux/
Dpci.h1008 #define PCI_DEVICE_CLASS(dev_class,dev_class_mask) \ macro
/linux-6.6.21/drivers/nvme/host/
Dpci.c3499 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
/linux-6.6.21/drivers/firewire/
Dohci.c3860 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_FIREWIRE_OHCI, ~0) },