Searched refs:chip_vendor (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
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-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_agp.c | 36 u32 chip_vendor; member 186 rdev->pdev->vendor == p->chip_vendor && in radeon_agp_init()
|
D | radeon_device.c | 119 u32 chip_vendor; member 165 if (rdev->pdev->vendor == p->chip_vendor && in radeon_device_handle_px_quirks()
|
D | radeon_pm.c | 1428 u32 chip_vendor; member 1450 if (rdev->pdev->vendor == p->chip_vendor && in radeon_pm_init()
|
/Linux-v4.19/drivers/media/rc/ |
D | fintek-cir.h | 85 u16 chip_vendor; member
|
D | fintek-cir.c | 188 fintek->chip_vendor = vendor; in fintek_hw_detect()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_atpx_handler.c | 20 u32 chip_vendor; member 588 if (pdev->vendor == p->chip_vendor && in amdgpu_atpx_get_quirks()
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | sis.h | 518 unsigned short chip_vendor; /* PCI ID of vendor */ member
|
D | sis_main.c | 1763 ivideo->sisfb_infoblock.sisfb_pci_vendor = ivideo->chip_vendor; in sisfb_ioctl() 4111 if((readb(rom + 4) | (readb(rom + 5) << 8)) != ivideo->chip_vendor) in sisfb_check_rom() 5889 ivideo->chip_vendor = pdev->vendor; in sisfb_probe()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_core.c | 1607 priv->chip_name, cut, priv->chip_vendor, priv->tx_paths, in rtl8xxxu_print_chipinfo() 1700 sprintf(priv->chip_vendor, "TSMC"); in rtl8xxxu_identify_chip() 1703 sprintf(priv->chip_vendor, "SMIC"); in rtl8xxxu_identify_chip() 1707 sprintf(priv->chip_vendor, "UMC"); in rtl8xxxu_identify_chip() 1711 sprintf(priv->chip_vendor, "unknown"); in rtl8xxxu_identify_chip() 1716 sprintf(priv->chip_vendor, "UMC"); in rtl8xxxu_identify_chip() 1719 sprintf(priv->chip_vendor, "TSMC"); in rtl8xxxu_identify_chip()
|
D | rtl8xxxu.h | 1216 char chip_vendor[8]; member
|