Searched refs:can_switch (Results 1 – 6 of 6) sorted by relevance
377 if (!client->ops->can_switch(client->pdev)) { in check_can_switch()391 bool delay = false, can_switch; in vga_switcheroo_debugfs_write() local479 can_switch = check_can_switch(); in vga_switcheroo_debugfs_write()481 if (can_switch == false && delay == false) in vga_switcheroo_debugfs_write()484 if (can_switch) { in vga_switcheroo_debugfs_write()
42 bool (*can_switch)(struct pci_dev *dev); member
82 .can_switch = nouveau_switcheroo_can_switch,
385 .can_switch = i915_switcheroo_can_switch,
1256 .can_switch = radeon_switcheroo_can_switch,
1075 .can_switch = azx_vs_can_switch,