Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/fbdev/
Dtgafb.c245 int tga_bus_pci = dev_is_pci(par->dev); local
312 if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
529 int tga_bus_pci = dev_is_pci(par->dev); local
538 if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
1323 int tga_bus_pci = dev_is_pci(par->dev); local
1331 if (tga_bus_pci)
1338 if (tga_bus_pci)
1345 if (tga_bus_pci)
1415 int tga_bus_pci = dev_is_pci(dev); local
1425 if (tga_bus_pci && pci_enable_device(to_pci_dev(dev))) {
[all …]