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

/linux-master/drivers/hid/
H A Dhid-ite.c99 ret = hid_open_report(hdev);
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
903 * hid_open_report() anyway.
1191 * hid_open_report - open a driver-specific device report
1202 int hid_open_report(struct hid_device *device) function
1316 EXPORT_SYMBOL_GPL(hid_open_report); variable
2635 ret = hid_open_report(hdev);
/linux-master/include/linux/
H A Dhid.h963 int hid_open_report(struct hid_device *device);
1118 return hid_open_report(hdev);

Completed in 192 milliseconds