Searched refs:can_switch (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvga_switcheroo.h36 bool (*can_switch)(struct pci_dev *dev));
51 bool (*can_switch)(struct pci_dev *dev)) { return 0; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/vga/
H A Dvga_switcheroo.c36 bool (*can_switch)(struct pci_dev *pdev); member in struct:vga_switcheroo_client
106 bool (*can_switch)(struct pci_dev *pdev))
120 vgasr_priv.clients[index].can_switch = can_switch;
267 bool delay = false, can_switch; local
334 can_switch = true;
336 can_switch = vgasr_priv.clients[i].can_switch(vgasr_priv.clients[i].pdev);
337 if (can_switch == false) {
343 if (can_switch
416 bool can_switch = true; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_device.c523 bool can_switch; local
526 can_switch = (dev->open_count == 0);
528 return can_switch;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_state.c501 bool can_switch; local
504 can_switch = (dev->open_count == 0);
506 return can_switch;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_dma.c1355 bool can_switch; local
1358 can_switch = (dev->open_count == 0);
1360 return can_switch;

Completed in 188 milliseconds