Searched refs:__hid_hw_output_report (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hid/ |
| A D | hidraw.c | 151 ret = __hid_hw_output_report(dev, buf, count, (u64)(long)file, false); in hidraw_send_report()
|
| A D | hid-core.c | 2482 int __hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len, u64 source, in __hid_hw_output_report() function 2515 return __hid_hw_output_report(hdev, buf, len, 0, false); in hid_hw_output_report() 3049 .hid_hw_output_report = __hid_hw_output_report,
|
| /linux/include/linux/ |
| A D | hid.h | 1135 int __hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len, __u64 source,
|
Completed in 15 milliseconds