Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhid.h811 int hid_open_report(struct hid_device *device);
923 return hid_open_report(hdev); in hid_parse()
/linux-4.4.14/drivers/hid/
Dhid-core.c942 int hid_open_report(struct hid_device *device) in hid_open_report() function
1038 EXPORT_SYMBOL_GPL(hid_open_report);
2175 ret = hid_open_report(hdev); in hid_device_probe()