Linux Kernel
3.7.1
|
#include <vga_switcheroo.h>
Data Fields | |
int(* | switchto )(enum vga_switcheroo_client_id id) |
int(* | power_state )(enum vga_switcheroo_client_id id, enum vga_switcheroo_state state) |
int(* | init )(void) |
int(* | get_client_id )(struct pci_dev *pdev) |
Definition at line 31 of file vga_switcheroo.h.
Definition at line 35 of file vga_switcheroo.h.
int(* power_state)(enum vga_switcheroo_client_id id, enum vga_switcheroo_state state) |
Definition at line 33 of file vga_switcheroo.h.
int(* switchto)(enum vga_switcheroo_client_id id) |
Definition at line 32 of file vga_switcheroo.h.