Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dtgafb.c247 int tga_bus_pci = dev_is_pci(par->dev); local
314 if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
531 int tga_bus_pci = dev_is_pci(par->dev); local
540 if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
1325 int tga_bus_pci = dev_is_pci(par->dev); local
1333 if (tga_bus_pci)
1340 if (tga_bus_pci)
1347 if (tga_bus_pci)
1417 int tga_bus_pci = dev_is_pci(dev); local
1427 if (tga_bus_pci && pci_enable_device(to_pci_dev(dev))) {
[all …]