Searched refs:can_switch (Results 1 – 7 of 7) sorted by relevance
572 if (!client->ops->can_switch(client->pdev)) { in check_can_switch()586 bool delay = false, can_switch; in vga_switcheroo_debugfs_write() local674 can_switch = check_can_switch(); in vga_switcheroo_debugfs_write()676 if (can_switch == false && delay == false) in vga_switcheroo_debugfs_write()679 if (can_switch) { in vga_switcheroo_debugfs_write()
120 bool (*can_switch)(struct pci_dev *dev); member
83 .can_switch = nouveau_switcheroo_can_switch,
363 .can_switch = i915_switcheroo_can_switch,
1262 .can_switch = radeon_switcheroo_can_switch,
1084 .can_switch = amdgpu_switcheroo_can_switch,
1208 .can_switch = azx_vs_can_switch,