Searched refs:chip_vendor (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
| H A D | agp.c | 29 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/gpu/drm/radeon/ |
| H A D | radeon_agp.c | 40 u32 chip_vendor; member 279 rdev->pdev->vendor == p->chip_vendor && in radeon_agp_init()
|
| H A D | radeon_device.c | 127 u32 chip_vendor; member 173 if (rdev->pdev->vendor == p->chip_vendor && in radeon_device_handle_px_quirks()
|
| /linux/drivers/media/rc/ |
| H A D | fintek-cir.h | 76 u16 chip_vendor; member
|
| H A D | fintek-cir.c | 172 fintek->chip_vendor = vendor; in fintek_hw_detect()
|
| /linux/drivers/net/wireless/realtek/rtl8xxxu/ |
| H A D | 8710b.c | 597 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 D | core.c | 1658 priv->chip_name, cut, priv->chip_vendor, priv->rom_rev, in rtl8xxxu_print_chipinfo() 1669 strscpy(priv->chip_vendor, "UMC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_1bit() 1672 strscpy(priv->chip_vendor, "TSMC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_1bit() 1680 strscpy(priv->chip_vendor, "TSMC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_2bits() 1683 strscpy(priv->chip_vendor, "SMIC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_2bits() 1687 strscpy(priv->chip_vendor, "UMC", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_2bits() 1691 strscpy(priv->chip_vendor, "unknown", sizeof(priv->chip_vendor)); in rtl8xxxu_identify_vendor_2bits()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 1683 u16 chip_vendor; member 1701 if (pdev->vendor == p->chip_vendor && in dm_should_disable_stutter()
|