Searched refs:tp_ctl (Results 1 – 1 of 1) sorted by relevance
2964 static struct touchpad_control *tp_ctl; variable2981 if (sony_call_snc_handle(tp_ctl->handle, in sony_nc_touchpad_store()3005 if (!tp_ctl) in sony_nc_touchpad_setup()3008 tp_ctl->handle = handle; in sony_nc_touchpad_setup()3010 sysfs_attr_init(&tp_ctl->attr.attr); in sony_nc_touchpad_setup()3011 tp_ctl->attr.attr.name = "touchpad"; in sony_nc_touchpad_setup()3018 kfree(tp_ctl); in sony_nc_touchpad_setup()3019 tp_ctl = NULL; in sony_nc_touchpad_setup()3027 if (tp_ctl) { in sony_nc_touchpad_cleanup()3029 kfree(tp_ctl); in sony_nc_touchpad_cleanup()[all …]