Home
last modified time | relevance | path

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

/linux/drivers/char/ipmi/
A 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/drivers/pci/pcie/
A Dportdrv_pci.c181 { 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 Data_generic.c234 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_IDE << 8, 0xFFFFFF00UL),
/linux/drivers/usb/host/
A Duhci-pci.c289 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_UHCI, ~0),
A Dohci-pci.c275 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0),
A Dehci-pci.c384 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_EHCI, ~0),
A Dxhci-pci.c659 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_XHCI, ~0),
/linux/drivers/pci/hotplug/
A Dshpchp_core.c315 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
/linux/Documentation/translations/zh_CN/PCI/
A Dpci.rst98 大多数驱动程序只需要 ``PCI_DEVICE()`` 或 ``PCI_DEVICE_CLASS()`` 来设置一个
/linux/drivers/cxl/
A Dpci.c532 { PCI_DEVICE_CLASS((PCI_CLASS_MEMORY_CXL << 8 | CXL_MEMORY_PROGIF), ~0)},
/linux/drivers/char/agp/
A Damd64-agp.c737 { PCI_DEVICE_CLASS(0, 0) },
/linux/drivers/thunderbolt/
A Dnhi.c1372 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_USB4, ~0) },
/linux/drivers/mmc/host/
A Dsdhci-pci-core.c1886 {PCI_DEVICE_CLASS(SYSTEM_SDHCI, PCI_CLASS_MASK)},
/linux/Documentation/PCI/
A Dpci.rst90 Most drivers only need ``PCI_DEVICE()`` or ``PCI_DEVICE_CLASS()`` to set up
/linux/include/linux/
A Dpci.h975 #define PCI_DEVICE_CLASS(dev_class,dev_class_mask) \ macro
/linux/drivers/nvme/host/
A Dpci.c3401 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
/linux/drivers/firewire/
A Dohci.c3844 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_FIREWIRE_OHCI, ~0) },

Completed in 46 milliseconds