Searched refs:__hid_hw_output_report (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/hid/ |
H A D | hidraw.c | 151 ret = __hid_hw_output_report(dev, buf, count, (u64)(long)file, false); in hidraw_send_report()
|
H A D | hid-core.c | 2483 int __hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len, u64 source, in __hid_hw_output_report() function 2516 return __hid_hw_output_report(hdev, buf, len, 0, false); in hid_hw_output_report() 3065 .hid_hw_output_report = __hid_hw_output_report,
|