Lines Matching full:delayed
134 * @delayed_switch_active: whether a delayed switch is pending
135 * @delayed_client_id: client to which a delayed switch is pending
628 * * DIGD: Delayed switch to the integrated graphics device.
631 * * DDIS: Delayed switch to the discrete graphics device.
825 /* request a delayed switch - test can we switch now */ in vga_switcheroo_debugfs_write()
885 pr_info("setting delayed switch to client %d\n", client->id); in vga_switcheroo_debugfs_write()
891 pr_err("delayed switching stage 1 failed %d\n", ret); in vga_switcheroo_debugfs_write()
927 * vga_switcheroo_process_delayed_switch() - helper for delayed switching
929 * Process a delayed switch if one is pending.
931 * Return: 0 on success. -EINVAL if no delayed switch is pending, if the client
945 pr_info("processing delayed switch to %d\n", in vga_switcheroo_process_delayed_switch()
955 pr_err("delayed switching failed stage 2 %d\n", ret); in vga_switcheroo_process_delayed_switch()