Home
last modified time | relevance | path

Searched refs:sysfs_path (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/samples/hid/
H A Dhid_surface_dial.c149 const char *sysfs_path; in main() local
186 sysfs_path = argv[optind]; in main()
187 if (!sysfs_path) { in main()
198 hid_id = get_hid_id(sysfs_path); in main()
H A Dhid_mouse.c82 const char *sysfs_path; in main() local
105 sysfs_path = argv[optind]; in main()
106 if (!sysfs_path) { in main()
117 hid_id = get_hid_id(sysfs_path); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dbase.py206 sysfs_path = Path("/sys/bus/hid/drivers")
208 sysfs_path /= kernel_driver
212 sysfs_path = Path("/sys/module") / kernel_module.replace("-", "_")
213 if not sysfs_path.exists():

Completed in 2 milliseconds