Home
last modified time | relevance | path

Searched refs:driver_power_control (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/vga/
H A Dvga_switcheroo.c103 * @driver_power_control: whether power state is controlled by the driver's
120 bool driver_power_control; member
296 bool driver_power_control) in register_client() argument
309 client->driver_power_control = driver_power_control; in register_client()
329 * @driver_power_control: whether power state is controlled by the driver's
341 bool driver_power_control) in vga_switcheroo_register_client() argument
345 driver_power_control); in vga_switcheroo_register_client()
457 if (client->driver_power_control) in vga_switcheroo_pwr_state()
658 client->driver_power_control in vga_switcheroo_show()
[all...]
/linux/include/linux/
H A Dvga_switcheroo.h154 bool driver_power_control);
180 const struct vga_switcheroo_client_ops *ops, bool driver_power_control) { return 0; } in vga_switcheroo_register_client() argument