Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dsony-laptop.c2963 static struct touchpad_control *tp_ctl; variable
2980 if (sony_call_snc_handle(tp_ctl->handle, in sony_nc_touchpad_store()
3004 if (!tp_ctl) in sony_nc_touchpad_setup()
3007 tp_ctl->handle = handle; in sony_nc_touchpad_setup()
3009 sysfs_attr_init(&tp_ctl->attr.attr); in sony_nc_touchpad_setup()
3010 tp_ctl->attr.attr.name = "touchpad"; in sony_nc_touchpad_setup()
3017 kfree(tp_ctl); in sony_nc_touchpad_setup()
3018 tp_ctl = NULL; in sony_nc_touchpad_setup()
3026 if (tp_ctl) { in sony_nc_touchpad_cleanup()
3028 kfree(tp_ctl); in sony_nc_touchpad_cleanup()
[all …]