Home
last modified time | relevance | path

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

/openbmc/linux/samples/hid/
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()
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()
/openbmc/linux/tools/hv/
H A Dlsvmbus79 d.sysfs_path = '%s/%s' % (vmbus_sys_path, f)
110 d.device_id, d.sysfs_path, d.chn_vp_mapping
/openbmc/linux/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():