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

/linux-master/drivers/platform/x86/
H A Dsony-laptop.c2447 static struct snc_gfx_switch_control *gfxs_ctl; variable in typeref:struct:snc_gfx_switch_control
2454 if (sony_call_snc_handle(gfxs_ctl->handle,
2455 gfxs_ctl->handle == 0x015B ? 0x0000 : 0x0100,
2459 switch (gfxs_ctl->handle) {
2502 gfxs_ctl = kzalloc(sizeof(struct snc_gfx_switch_control), GFP_KERNEL);
2503 if (!gfxs_ctl)
2506 gfxs_ctl->handle = handle;
2508 sysfs_attr_init(&gfxs_ctl->attr.attr);
2509 gfxs_ctl->attr.attr.name = "gfx_switch_status";
2510 gfxs_ctl
[all...]

Completed in 189 milliseconds