Home
last modified time | relevance | path

Searched refs:chip_vendor (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_agp.c41 u32 chip_vendor; member
191 rdev->pdev->vendor == p->chip_vendor && in radeon_agp_init()
H A Dradeon_device.c126 u32 chip_vendor; member
172 if (rdev->pdev->vendor == p->chip_vendor && in radeon_device_handle_px_quirks()
H A Dradeon_pm.c1460 u32 chip_vendor; member
1482 if (rdev->pdev->vendor == p->chip_vendor && in radeon_pm_init()
/kernel/linux/linux-6.6/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.c1480 u32 chip_vendor; member
1502 if (rdev->pdev->vendor == p->chip_vendor && in radeon_pm_init()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c19 u32 chip_vendor; member
589 if (pdev->vendor == p->chip_vendor && in amdgpu_atpx_get_quirks()
H A Dgfx_v9_0.c1237 u16 chip_vendor; member
1261 if (pdev->vendor == p->chip_vendor && in gfx_v9_0_should_disable_gfxoff()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c1696 priv->chip_name, cut, priv->chip_vendor, priv->rom_rev, in rtl8xxxu_print_chipinfo()
1707 strscpy(priv->chip_vendor, "UMC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_1bit()
1710 strscpy(priv->chip_vendor, "TSMC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_1bit()
1718 strscpy(priv->chip_vendor, "TSMC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_2bits()
1721 strscpy(priv->chip_vendor, "SMIC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_2bits()
1725 strscpy(priv->chip_vendor, "UM in rtl8xxxu_identify_vendor_2bits()
[all...]
H A Drtl8xxxu_8710b.c613 sprintf(priv->chip_vendor, "SMIC"); in rtl8710bu_identify_chip()
617 sprintf(priv->chip_vendor, "TSMC"); in rtl8710bu_identify_chip()
620 sprintf(priv->chip_vendor, "UMC"); in rtl8710bu_identify_chip()
624 sprintf(priv->chip_vendor, "unknown"); in rtl8710bu_identify_chip()
H A Drtl8xxxu.h1796 char chip_vendor[8]; member
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dsis.h505 unsigned short chip_vendor; /* PCI ID of vendor */ member
H A Dsis_main.c1749 ivideo->sisfb_infoblock.sisfb_pci_vendor = ivideo->chip_vendor; in sisfb_ioctl()
4097 if((readb(rom + 4) | (readb(rom + 5) << 8)) != ivideo->chip_vendor) in sisfb_check_rom()
5875 ivideo->chip_vendor = pdev->vendor; in sisfb_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A Dsis.h504 unsigned short chip_vendor; /* PCI ID of vendor */ member
H A Dsis_main.c1752 ivideo->sisfb_infoblock.sisfb_pci_vendor = ivideo->chip_vendor; in sisfb_ioctl()
4109 if((readb(rom + 4) | (readb(rom + 5) << 8)) != ivideo->chip_vendor) in sisfb_check_rom()
5893 ivideo->chip_vendor = pdev->vendor; in sisfb_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c1600 priv->chip_name, cut, priv->chip_vendor, priv->tx_paths, in rtl8xxxu_print_chipinfo()
1693 sprintf(priv->chip_vendor, "TSMC"); in rtl8xxxu_identify_chip()
1696 sprintf(priv->chip_vendor, "SMIC"); in rtl8xxxu_identify_chip()
1700 sprintf(priv->chip_vendor, "UMC"); in rtl8xxxu_identify_chip()
1704 sprintf(priv->chip_vendor, "unknown"); in rtl8xxxu_identify_chip()
1709 sprintf(priv->chip_vendor, "UMC"); in rtl8xxxu_identify_chip()
1712 sprintf(priv->chip_vendor, "TSMC"); in rtl8xxxu_identify_chip()
H A Drtl8xxxu.h1294 char chip_vendor[8]; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c926 u16 chip_vendor; member
944 if (pdev->vendor == p->chip_vendor && in dm_should_disable_stutter()

Completed in 81 milliseconds

12