Home
last modified time | relevance | path

Searched refs:is_vga (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dtosa_lcd.c53 bool is_vga; member
98 if (data->is_vga) in tosa_lcd_tg_on()
169 data->is_vga = false; in tosa_lcd_set_mode()
171 data->is_vga = true; in tosa_lcd_set_mode()
195 data->is_vga = true; /* default to VGA mode */ in tosa_lcd_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_drv.c67 static bool is_vga(struct pci_dev *pdev) in is_vga() function
99 if (is_vga(pdev) && pdev->revision < 5) { in qxl_pci_probe()
130 if (is_vga(pdev) && pdev->revision < 5) in qxl_pci_probe()
158 if (is_vga(pdev) && pdev->revision < 5) in qxl_pci_remove()
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_drv.c71 static bool is_vga(struct pci_dev *pdev) in is_vga() function
103 if (is_vga(pdev) && pdev->revision < 5) { in qxl_pci_probe()
134 if (is_vga(pdev) && pdev->revision < 5) in qxl_pci_probe()
162 if (is_vga(pdev) && pdev->revision < 5) in qxl_pci_remove()

Completed in 2 milliseconds