Searched refs:hid_hw_output_report (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | hid-google-hammer.c | 54 ret = hid_hw_output_report(led->hdev, led->buf, sizeof(led->buf)); in hammer_kbd_brightness_set_blocking()
|
D | hid-led.c | 134 ret = hid_hw_output_report(ldev->hdev, ldev->buf, in hidled_send()
|
D | hid-sony.c | 1525 ret = hid_hw_output_report(hdev, buf, 1); in sixaxis_set_operational_usb() 2154 hid_hw_output_report(hdev, buf, DS4_OUTPUT_REPORT_0x05_SIZE); in dualshock4_send_output_report() 2163 hid_hw_output_report(hdev, buf, DS4_OUTPUT_REPORT_0x11_SIZE); in dualshock4_send_output_report() 2184 hid_hw_output_report(hdev, (u8 *)report, MOTION_REPORT_0x02_SIZE); in motion_send_output_report()
|
D | hidraw.c | 149 ret = hid_hw_output_report(dev, buf, count); in hidraw_send_report()
|
D | hid-rmi.c | 172 ret = hid_hw_output_report(hdev, (void *)report, len); in rmi_write_report()
|
D | hid-lenovo.c | 233 ret = hid_hw_output_report(hdev, buf, 3); in lenovo_send_cmd_cptkbd()
|
D | hid-cp2112.c | 355 ret = hid_hw_output_report(hdev, buf, count); in cp2112_hid_output()
|
D | hid-input.c | 1439 ret = hid_hw_output_report(hid, buf, len); in hidinput_led_worker()
|
D | hid-wiimote-core.c | 38 ret = hid_hw_output_report(hdev, buf, count); in wiimote_hid_send()
|
D | hid-logitech-hidpp.c | 203 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
|
/Linux-v4.19/include/linux/ |
D | hid.h | 1088 static inline int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, in hid_hw_output_report() function
|