Home
last modified time | relevance | path

Searched refs:chip_vendor (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dagp.c29 u16 chip_vendor; member
142 (quirk->chip_vendor == (u16)PCI_ANY_ID || in nvkm_agp_ctor()
143 pci->pdev->vendor == quirk->chip_vendor) && in nvkm_agp_ctor()
/linux/drivers/media/rc/
H A Dfintek-cir.h76 u16 chip_vendor; member
H A Dfintek-cir.c172 fintek->chip_vendor = vendor; in fintek_hw_detect()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_agp.c40 u32 chip_vendor; member
279 rdev->pdev->vendor == p->chip_vendor && in radeon_agp_init()
H A Dradeon_device.c127 u32 chip_vendor; member
173 if (rdev->pdev->vendor == p->chip_vendor && in radeon_device_handle_px_quirks()
H A Dradeon_pm.c1481 u32 chip_vendor; member
1503 if (rdev->pdev->vendor == p->chip_vendor && in radeon_pm_init()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c20 u32 chip_vendor; member
595 if (pdev->vendor == p->chip_vendor && in amdgpu_atpx_get_quirks()
H A Dgfx_v9_0.c1159 u16 chip_vendor; member
1183 if (pdev->vendor == p->chip_vendor && in gfx_v9_0_should_disable_gfxoff()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8710b.c597 sprintf(priv->chip_vendor, "SMIC"); in rtl8710bu_identify_chip()
601 sprintf(priv->chip_vendor, "TSMC"); in rtl8710bu_identify_chip()
604 sprintf(priv->chip_vendor, "UMC"); in rtl8710bu_identify_chip()
608 sprintf(priv->chip_vendor, "unknown"); in rtl8710bu_identify_chip()
H A Dcore.c1659 priv->chip_name, cut, priv->chip_vendor, priv->rom_rev, in rtl8xxxu_print_chipinfo()
1670 strscpy(priv->chip_vendor, "UMC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_1bit()
1673 strscpy(priv->chip_vendor, "TSMC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_1bit()
1681 strscpy(priv->chip_vendor, "TSMC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_2bits()
1684 strscpy(priv->chip_vendor, "SMIC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_2bits()
1688 strscpy(priv->chip_vendor, "UMC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_2bits()
1692 strscpy(priv->chip_vendor, "unknown", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_2bits()
H A Drtl8xxxu.h1810 char chip_vendor[8]; member
/linux/drivers/video/fbdev/sis/
H A Dsis.h504 unsigned short chip_vendor; /* PCI ID of vendor */ member
H A Dsis_main.c1721 ivideo->sisfb_infoblock.sisfb_pci_vendor = ivideo->chip_vendor; in sisfb_ioctl()
4080 if((readb(rom + 4) | (readb(rom + 5) << 8)) != ivideo->chip_vendor) in sisfb_check_rom()
5864 ivideo->chip_vendor = pdev->vendor; in sisfb_probe()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1520 u16 chip_vendor; member
1538 if (pdev->vendor == p->chip_vendor && in dm_should_disable_stutter()