Home
last modified time | relevance | path

Searched refs:hid_open_report (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-ite.c99 ret = hid_open_report(hdev); in ite_probe()
H A Dhid-core.c670 * state to the point prior to hid_open_report().
900 * The parsing is simpler than the one in hid_open_report() as we should in hid_scan_report()
902 * hid_open_report() anyway. in hid_scan_report()
1190 * hid_open_report - open a driver-specific device report
1201 int hid_open_report(struct hid_device *device) in hid_open_report() function
1314 EXPORT_SYMBOL_GPL(hid_open_report); variable
2309 ret = hid_open_report(hdev); in hid_device_probe()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-ite.c99 ret = hid_open_report(hdev); in ite_probe()
H A Dhid-core.c670 * state to the point prior to hid_open_report().
901 * The parsing is simpler than the one in hid_open_report() as we should in hid_scan_report()
903 * hid_open_report() anyway. in hid_scan_report()
1191 * hid_open_report - open a driver-specific device report
1202 int hid_open_report(struct hid_device *device) in hid_open_report() function
1316 EXPORT_SYMBOL_GPL(hid_open_report); variable
2635 ret = hid_open_report(hdev); in __hid_device_probe()
/kernel/linux/linux-5.10/include/linux/
H A Dhid.h918 int hid_open_report(struct hid_device *device);
1052 return hid_open_report(hdev); in hid_parse()
/kernel/linux/linux-6.6/include/linux/
H A Dhid.h963 int hid_open_report(struct hid_device *device);
1118 return hid_open_report(hdev); in hid_parse()

Completed in 20 milliseconds