Searched refs:subsystem_vendor (Results 101 - 125 of 211) sorted by relevance

123456789

/linux-master/sound/pci/ac97/
H A Dac97_codec.c1659 if (ac97->subsystem_vendor == 0x1043 &&
2101 pci_read_config_word(ac97->pci, PCI_SUBSYSTEM_VENDOR_ID, &ac97->subsystem_vendor);
2986 if (quirk->subvendor != ac97->subsystem_vendor)
2993 quirk->name, ac97->subsystem_vendor,
/linux-master/drivers/media/pci/ttpci/
H A Dbudget.c772 budget->dev->pci->subsystem_vendor,
/linux-master/drivers/usb/host/
H A Dpci-quirks.c1058 if (xhci_pdev->subsystem_vendor == PCI_VENDOR_ID_SONY &&
/linux-master/tools/testing/nvdimm/test/
H A Dndtest.c615 static DEVICE_ATTR_RO(subsystem_vendor);
/linux-master/drivers/misc/cxl/
H A Dcxl.h674 u16 subsystem_vendor; member in struct:cxl_guest
/linux-master/drivers/media/mc/
H A Dmc-device.c848 mdev->hw_revision = (pci_dev->subsystem_vendor << 16)
/linux-master/drivers/pci/
H A Diov.c174 &physfn->sriov->subsystem_vendor);
/linux-master/drivers/hwmon/
H A Dhwmon.c1157 if (sb->subsystem_vendor == 0x1462 && /* MSI */
/linux-master/arch/x86/pci/
H A Dfixup.c552 if (dev->subsystem_vendor == 0x14FF && dev->subsystem_device == 0xA003) {
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c1057 device_info.subsystem_vendor_id = pdd->dev->adev->pdev->subsystem_vendor;
/linux-master/arch/sparc/kernel/
H A Dpci.c304 dev->subsystem_vendor =
/linux-master/drivers/vdpa/ifcvf/
H A Difcvf_main.c547 return pdev->subsystem_vendor;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dcore.h880 u32 subsystem_vendor; member in struct:ath12k_base::__anon1016
H A Dcore.c154 ab->id.subsystem_vendor,
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcore.h1092 u32 subsystem_vendor; member in struct:ath10k::__anon964
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dcore.h1008 u32 subsystem_vendor; member in struct:ath11k_base::__anon982
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_encoders.c202 if ((rdev->pdev->subsystem_vendor == PCI_VENDOR_ID_APPLE) &&
2003 (rdev->pdev->subsystem_vendor == 0x106b) &&
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1928 wx->oem_svid = pdev->subsystem_vendor;
1934 wx->subsystem_vendor_id = pdev->subsystem_vendor;
/linux-master/drivers/scsi/esas2r/
H A Desas2r_init.c825 if ((a->pcid->subsystem_vendor == ATTO_VENDOR_ID)
H A Desas2r_flash.c262 cpu_to_le32(MAKEDWORD(a->pcid->subsystem_vendor,
/linux-master/drivers/ssb/
H A Dpci.c929 bi->vendor = bus->host_pci->subsystem_vendor;
/linux-master/arch/powerpc/kernel/
H A Deeh.c1181 id->subvendor != pdev->subsystem_vendor)
/linux-master/drivers/media/pci/zoran/
H A Dzoran_card.c1282 zr->pci_dev->subsystem_vendor, zr->pci_dev->subsystem_device);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dpci.c1653 if (pciv->vendor == pci_dev->subsystem_vendor &&
/linux-master/drivers/pcmcia/
H A Dyenta_socket.c1224 dev->subsystem_vendor, dev->subsystem_device);

Completed in 578 milliseconds

123456789