Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid.h979 int hid_open_report(struct hid_device *device);
1133 return hid_open_report(hdev); in hid_parse()
/linux/drivers/hid/
H A Dhid-core.c706 * state to the point prior to hid_open_report().
947 * The parsing is simpler than the one in hid_open_report() as we should in hid_scan_report()
949 * hid_open_report() anyway. in hid_scan_report()
1239 * hid_open_report - open a driver-specific device report
1250 int hid_open_report(struct hid_device *device) in hid_open_report() function
1372 EXPORT_SYMBOL_GPL(hid_open_report);
2742 ret = hid_open_report(hdev); in __hid_device_probe()