Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
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-v5.4/drivers/gpu/drm/radeon/
Dradeon_agp.c40 u32 chip_vendor; member
190 rdev->pdev->vendor == p->chip_vendor && in radeon_agp_init()
Dradeon_device.c126 u32 chip_vendor; member
172 if (rdev->pdev->vendor == p->chip_vendor && in radeon_device_handle_px_quirks()
Dradeon_pm.c1433 u32 chip_vendor; member
1455 if (rdev->pdev->vendor == p->chip_vendor && in radeon_pm_init()
/Linux-v5.4/drivers/media/rc/
Dfintek-cir.h76 u16 chip_vendor; member
Dfintek-cir.c179 fintek->chip_vendor = vendor; in fintek_hw_detect()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atpx_handler.c19 u32 chip_vendor; member
589 if (pdev->vendor == p->chip_vendor && in amdgpu_atpx_get_quirks()
/Linux-v5.4/drivers/video/fbdev/sis/
Dsis.h505 unsigned short chip_vendor; /* PCI ID of vendor */ member
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()
/Linux-v5.4/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c1601 priv->chip_name, cut, priv->chip_vendor, priv->tx_paths, in rtl8xxxu_print_chipinfo()
1694 sprintf(priv->chip_vendor, "TSMC"); in rtl8xxxu_identify_chip()
1697 sprintf(priv->chip_vendor, "SMIC"); in rtl8xxxu_identify_chip()
1701 sprintf(priv->chip_vendor, "UMC"); in rtl8xxxu_identify_chip()
1705 sprintf(priv->chip_vendor, "unknown"); in rtl8xxxu_identify_chip()
1710 sprintf(priv->chip_vendor, "UMC"); in rtl8xxxu_identify_chip()
1713 sprintf(priv->chip_vendor, "TSMC"); in rtl8xxxu_identify_chip()
Drtl8xxxu.h1208 char chip_vendor[8]; member