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

/linux-master/drivers/gpu/vga/
H A Dvga_switcheroo.c126 * protects access to struct vgasr_priv
131 * struct vgasr_priv - vga_switcheroo private data
149 struct vgasr_priv { struct
170 static void vga_switcheroo_debugfs_init(struct vgasr_priv *priv);
171 static void vga_switcheroo_debugfs_fini(struct vgasr_priv *priv);
174 static struct vgasr_priv vgasr_priv = { variable in typeref:struct:vgasr_priv
175 .clients = LIST_HEAD_INIT(vgasr_priv.clients),
176 .mux_hw_lock = __MUTEX_INITIALIZER(vgasr_priv.mux_hw_lock),
182 return !vgasr_priv
[all...]

Completed in 175 milliseconds