Searched refs:hid_hw_output_report (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/hid/ |
| D | hid-u2fzero.c | 80 ret = hid_hw_output_report(dev->hdev, dev->buf_out, in u2fzero_send() 125 ret = hid_hw_output_report(dev->hdev, dev->buf_out, in u2fzero_recv()
|
| D | hid-sony.c | 1530 ret = hid_hw_output_report(hdev, buf, 1); in sixaxis_set_operational_usb() 2106 hid_hw_output_report(sc->hdev, (u8 *)report, in sixaxis_send_output_report() 2163 hid_hw_output_report(hdev, buf, DS4_OUTPUT_REPORT_0x05_SIZE); in dualshock4_send_output_report() 2172 hid_hw_output_report(hdev, buf, DS4_OUTPUT_REPORT_0x11_SIZE); in dualshock4_send_output_report() 2193 hid_hw_output_report(hdev, (u8 *)report, MOTION_REPORT_0x02_SIZE); in motion_send_output_report()
|
| D | hid-google-hammer.c | 306 ret = hid_hw_output_report(led->hdev, led->buf, sizeof(led->buf)); in hammer_kbd_brightness_set_blocking()
|
| D | hid-microsoft.c | 305 ret = hid_hw_output_report(hdev, (__u8 *)r, sizeof(*r)); in ms_ff_worker()
|
| D | hid-led.c | 131 ret = hid_hw_output_report(ldev->hdev, ldev->buf, in hidled_send()
|
| D | hidraw.c | 141 ret = hid_hw_output_report(dev, buf, count); in hidraw_send_report()
|
| D | hid-rmi.c | 177 ret = hid_hw_output_report(hdev, (void *)report, len); in rmi_write_report()
|
| D | hid-lenovo.c | 230 ret = hid_hw_output_report(hdev, buf, 3); in lenovo_send_cmd_cptkbd()
|
| D | hid-cp2112.c | 348 ret = hid_hw_output_report(hdev, buf, count); in cp2112_hid_output()
|
| D | hid-input.c | 1505 ret = hid_hw_output_report(hid, buf, len); in hidinput_led_worker()
|
| D | hid-wiimote-core.c | 35 ret = hid_hw_output_report(hdev, buf, count); in wiimote_hid_send()
|
| D | hid-logitech-hidpp.c | 238 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
|
| /Linux-v5.4/include/linux/ |
| D | hid.h | 1092 static inline int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, in hid_hw_output_report() function
|