Searched refs:driver_power_control (Results 1 - 2 of 2) sorted by path

/linux-master/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; }
179 vga_switcheroo_register_client(struct pci_dev *dev, const struct vga_switcheroo_client_ops *ops, bool driver_power_control) argument
/linux-master/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 in struct:vga_switcheroo_client
296 bool driver_power_control)
309 client->driver_power_control = driver_power_control;
329 * @driver_power_control: whether power state is controlled by the driver's
341 bool driver_power_control)
345 driver_power_control);
457 if (client->driver_power_control)
658 client->driver_power_control
291 register_client(struct pci_dev *pdev, const struct vga_switcheroo_client_ops *ops, enum vga_switcheroo_client_id id, struct pci_dev *vga_dev, bool active, bool driver_power_control) argument
339 vga_switcheroo_register_client(struct pci_dev *pdev, const struct vga_switcheroo_client_ops *ops, bool driver_power_control) argument
[all...]

Completed in 179 milliseconds