Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dsony-laptop.c2453 if (sony_call_snc_handle(gfxs_ctl->handle, in __sony_nc_gfx_switch_status_get()
2458 switch (gfxs_ctl->handle) { in __sony_nc_gfx_switch_status_get()
2502 if (!gfxs_ctl) in sony_nc_gfx_switch_setup()
2505 gfxs_ctl->handle = handle; in sony_nc_gfx_switch_setup()
2507 sysfs_attr_init(&gfxs_ctl->attr.attr); in sony_nc_gfx_switch_setup()
2509 gfxs_ctl->attr.attr.mode = S_IRUGO; in sony_nc_gfx_switch_setup()
2519 kfree(gfxs_ctl); in sony_nc_gfx_switch_setup()
2520 gfxs_ctl = NULL; in sony_nc_gfx_switch_setup()
2527 if (gfxs_ctl) { in sony_nc_gfx_switch_cleanup()
2530 kfree(gfxs_ctl); in sony_nc_gfx_switch_cleanup()
[all …]