Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c66 static struct kobject *sysfs_rootdir; variable
1665 if (!sysfs_rootdir) { in gt1x_ps_init()
1666 sysfs_rootdir = kobject_create_and_add("goodix", NULL); in gt1x_ps_init()
1667 if (!sysfs_rootdir) { in gt1x_ps_init()
1674 gt1x_ps_dev->kobj = kobject_create_and_add("proximity", sysfs_rootdir); in gt1x_ps_init()
1952 if (!sysfs_rootdir) { in gt1x_smart_cover_init()
1954 sysfs_rootdir = kobject_create_and_add(GOODIX_SYSFS_DIR, NULL); in gt1x_smart_cover_init()
1955 if (!sysfs_rootdir) { in gt1x_smart_cover_init()
1962 gt1x_sc_dev->kobj = kobject_create_and_add("smartcover", sysfs_rootdir); in gt1x_smart_cover_init()
2441 if (sysfs_rootdir) { in gt1x_deinit()
[all …]