Searched refs:vgasr_priv (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/vga/
H A Dvga_switcheroo.c43 struct vgasr_priv { struct
58 static int vga_switcheroo_debugfs_init(struct vgasr_priv *priv);
59 static void vga_switcheroo_debugfs_fini(struct vgasr_priv *priv);
62 static struct vgasr_priv vgasr_priv; variable in typeref:struct:vgasr_priv
67 if (vgasr_priv.handler) {
72 vgasr_priv.handler = handler;
81 vgasr_priv.handler = NULL;
91 vgasr_priv.handler->init();
94 ret = vgasr_priv
[all...]

Completed in 104 milliseconds