Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dtgafb.c235 int tga_bus_pci = dev_is_pci(par->dev); local
302 if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
519 int tga_bus_pci = dev_is_pci(par->dev); local
528 if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
1310 int tga_bus_pci = dev_is_pci(par->dev); local
1318 if (tga_bus_pci)
1325 if (tga_bus_pci)
1332 if (tga_bus_pci)
1402 int tga_bus_pci = dev_is_pci(dev); local
1412 if (tga_bus_pci && pci_enable_device(to_pci_dev(dev))) {
[all …]