Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dsony-laptop.c2904 static struct device_attribute *sc_handle; variable
2930 if (!sc_handle) in sony_nc_smart_conn_setup()
2933 sysfs_attr_init(&sc_handle->attr); in sony_nc_smart_conn_setup()
2934 sc_handle->attr.name = "smart_connect"; in sony_nc_smart_conn_setup()
2935 sc_handle->attr.mode = S_IWUSR; in sony_nc_smart_conn_setup()
2936 sc_handle->show = NULL; in sony_nc_smart_conn_setup()
2941 kfree(sc_handle); in sony_nc_smart_conn_setup()
2942 sc_handle = NULL; in sony_nc_smart_conn_setup()
2951 if (sc_handle) { in sony_nc_smart_conn_cleanup()
2953 kfree(sc_handle); in sony_nc_smart_conn_cleanup()
[all …]