Lines Matching defs:state
71 * handler to control the power state of the discrete GPU, its ->switchto
75 * suspend/resume order when changing the discrete GPU's power state. In total
96 * @pwr_state: current power state if manual power control is used.
103 * @driver_power_control: whether power state is controlled by the driver's
142 * @mux_hw_lock: protects mux state
329 * @driver_power_control: whether power state is controlled by the driver's
333 * handler have already registered. The power state of the client is assumed
468 * vga_switcheroo_get_client_state() - obtain power state of a given client
471 * Obtain power state of a given client as seen from vga_switcheroo.
474 * Return: Power state.
614 * can be read to retrieve the current vga_switcheroo state and commands
615 * can be written to it to change the state. The file appears as soon as
633 * Does not remap console or change the power state of either gpu.
639 * For GPUs whose power state is controlled by the driver's runtime pm,
697 enum vga_switcheroo_state state)
703 client->ops->set_gpu_state(client->pdev, state);
971 * still influence the muxer state by way of the debugfs interface, however
996 enum vga_switcheroo_state state)
1010 vgasr_priv.handler->power_state(client->id, state);
1055 * Helper for GPUs whose power state is controlled by the driver's runtime pm.