Home
last modified time | relevance | path

Searched refs:hid_hw_output_report (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/hid/
Dhid-google-hammer.c54 ret = hid_hw_output_report(led->hdev, led->buf, sizeof(led->buf)); in hammer_kbd_brightness_set_blocking()
Dhid-led.c134 ret = hid_hw_output_report(ldev->hdev, ldev->buf, in hidled_send()
Dhid-sony.c1525 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()
Dhidraw.c149 ret = hid_hw_output_report(dev, buf, count); in hidraw_send_report()
Dhid-rmi.c172 ret = hid_hw_output_report(hdev, (void *)report, len); in rmi_write_report()
Dhid-lenovo.c233 ret = hid_hw_output_report(hdev, buf, 3); in lenovo_send_cmd_cptkbd()
Dhid-cp2112.c355 ret = hid_hw_output_report(hdev, buf, count); in cp2112_hid_output()
Dhid-input.c1439 ret = hid_hw_output_report(hid, buf, len); in hidinput_led_worker()
Dhid-wiimote-core.c38 ret = hid_hw_output_report(hdev, buf, count); in wiimote_hid_send()
Dhid-logitech-hidpp.c203 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
/Linux-v4.19/include/linux/
Dhid.h1088 static inline int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, in hid_hw_output_report() function