Home
last modified time | relevance | path

Searched refs:PCI_VENDOR_ID_QCOM (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/bus/mhi/host/
H A Dpci_generic.c592 { PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x0304),
594 { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x0306, PCI_VENDOR_ID_QCOM, 0x010c),
597 { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x0306, 0x18d7, 0x0200),
600 { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x0306, 0x1C5D, 0x2000),
602 { PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x0306),
605 { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x0308, 0x1c5d, 0x2010),
608 { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x0308, 0x1c5d, 0x2015),
610 { PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x0308),
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c1644 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_QCOM, 0x0101, qcom_fixup_class);
1645 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_QCOM, 0x0104, qcom_fixup_class);
1646 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_QCOM, 0x0106, qcom_fixup_class);
1647 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_QCOM, 0x0107, qcom_fixup_class);
1648 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_QCOM, 0x0302, qcom_fixup_class);
1649 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_QCOM, 0x1000, qcom_fixup_class);
1650 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_QCOM, 0x1001, qcom_fixup_class);
/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c1079 DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_QCOM, 0x010e,
1081 DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_QCOM, 0x0110,
1083 DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_QCOM, 0x0400,
1085 DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_QCOM, 0x0401,
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c84 .vendorid = PCI_VENDOR_ID_QCOM,
101 .vendorid = PCI_VENDOR_ID_QCOM,
/openbmc/linux/drivers/accel/qaic/
H A Dqaic_drv.c570 { PCI_DEVICE(PCI_VENDOR_ID_QCOM, PCI_DEV_AIC100), },
/openbmc/linux/drivers/pci/
H A Dquirks.c5086 { PCI_VENDOR_ID_QCOM, 0x0400, pci_quirk_qcom_rp_acs },
5087 { PCI_VENDOR_ID_QCOM, 0x0401, pci_quirk_qcom_rp_acs },
5089 { PCI_VENDOR_ID_QCOM, 0x0115, pci_quirk_qcom_rp_acs },
/openbmc/linux/include/linux/
H A Dpci_ids.h2420 #define PCI_VENDOR_ID_QCOM 0x17cb macro