Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/
Dtgafb.c242 int tga_bus_pci = dev_is_pci(par->dev); local
309 if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
526 int tga_bus_pci = dev_is_pci(par->dev); local
535 if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
1320 int tga_bus_pci = dev_is_pci(par->dev); local
1328 if (tga_bus_pci)
1335 if (tga_bus_pci)
1342 if (tga_bus_pci)
1412 int tga_bus_pci = dev_is_pci(dev); local
1422 if (tga_bus_pci && pci_enable_device(to_pci_dev(dev))) {
[all …]