Searched refs:PCI_DEVICE_CLASS (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_si_pci.c | 136 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_IPMI_SMIC, ~0) }, 137 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_IPMI_KCS, ~0) }, 138 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_IPMI_BT, ~0) },
|
| /linux/drivers/usb/host/ |
| H A D | uhci-pci.c | 292 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_UHCI, ~0),
|
| H A D | ohci-pci.c | 298 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0),
|
| /linux/drivers/pci/hotplug/ |
| H A D | shpchp_core.c | 311 {PCI_DEVICE_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL, ~0)},
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_main.c | 370 { PCI_DEVICE_CLASS(IDPF_CLASS_NETWORK_ETHERNET_PROGIF, ~0)},
|
| /linux/drivers/cxl/ |
| H A D | pci.c | 932 { PCI_DEVICE_CLASS((PCI_CLASS_MEMORY_CXL << 8 | CXL_MEMORY_PROGIF), ~0)},
|
| /linux/Documentation/PCI/ |
| H A D | pci.rst | 90 Most drivers only need ``PCI_DEVICE()`` or ``PCI_DEVICE_CLASS()`` to set up
|
| /linux/include/linux/ |
| H A D | pci.h | 1116 #define PCI_DEVICE_CLASS(dev_class,dev_class_mask) \ macro
|
| /linux/drivers/firewire/ |
| H A D | ohci.c | 3801 { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_FIREWIRE_OHCI, ~0) },
|
| /linux/drivers/nvme/host/ |
| H A D | pci.c | 4305 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
|