Home
last modified time | relevance | path

Searched refs:PCI_CLASS_BRIDGE_OTHER (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/usb/isp1760/
Disp1760-if.c168 .class = PCI_CLASS_BRIDGE_OTHER << 8,
/linux-4.4.14/arch/x86/kernel/
Daperture_64.c206 case PCI_CLASS_BRIDGE_OTHER: /* needed? */ in search_agp_bridge()
/linux-4.4.14/drivers/misc/
Dphantom.c493 .class = PCI_CLASS_BRIDGE_OTHER << 8, .class_mask = 0xffff00 },
/linux-4.4.14/drivers/usb/gadget/udc/
Dnet2272.c2565 .class = ((PCI_CLASS_BRIDGE_OTHER << 8) | 0xfe),
2573 .class = ((PCI_CLASS_BRIDGE_OTHER << 8) | 0xfe),
/linux-4.4.14/arch/powerpc/kernel/
Dpci-common.c1667 class == PCI_CLASS_BRIDGE_OTHER) && in fixup_hide_host_resource_fsl()
/linux-4.4.14/include/linux/
Dpci_ids.h62 #define PCI_CLASS_BRIDGE_OTHER 0x0680 macro