Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-ite.c99 ret = hid_open_report(hdev); in ite_probe()
Dhid-core.c1195 int hid_open_report(struct hid_device *device) in hid_open_report() function
1305 EXPORT_SYMBOL_GPL(hid_open_report);
2605 ret = hid_open_report(hdev); in hid_device_probe()
/Linux-v6.1/include/linux/
Dhid.h939 int hid_open_report(struct hid_device *device);
1094 return hid_open_report(hdev); in hid_parse()