Searched refs:chip_vendor (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
| 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/ |
| A D | radeon_agp.c | 40 u32 chip_vendor; member 279 rdev->pdev->vendor == p->chip_vendor && in radeon_agp_init()
|
| A D | radeon_device.c | 126 u32 chip_vendor; member 172 if (rdev->pdev->vendor == p->chip_vendor && in radeon_device_handle_px_quirks()
|
| A D | radeon_pm.c | 1480 u32 chip_vendor; member 1502 if (rdev->pdev->vendor == p->chip_vendor && in radeon_pm_init()
|
| /linux/drivers/media/rc/ |
| A D | fintek-cir.h | 76 u16 chip_vendor; member
|
| A D | fintek-cir.c | 172 fintek->chip_vendor = vendor; in fintek_hw_detect()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_atpx_handler.c | 19 u32 chip_vendor; member 589 if (pdev->vendor == p->chip_vendor && in amdgpu_atpx_get_quirks()
|
| A D | gfx_v9_0.c | 1263 u16 chip_vendor; member 1285 if (pdev->vendor == p->chip_vendor && in gfx_v9_0_should_disable_gfxoff()
|
| /linux/drivers/video/fbdev/sis/ |
| A D | sis.h | 504 unsigned short chip_vendor; /* PCI ID of vendor */ member
|
| A D | sis_main.c | 1749 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() 5874 ivideo->chip_vendor = pdev->vendor; in sisfb_probe()
|
| /linux/drivers/net/wireless/realtek/rtl8xxxu/ |
| A D | rtl8xxxu_core.c | 1600 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()
|
| A D | rtl8xxxu.h | 1294 char chip_vendor[8]; member
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm.c | 1333 u16 chip_vendor; member 1351 if (pdev->vendor == p->chip_vendor && in dm_should_disable_stutter()
|
Completed in 84 milliseconds