Searched refs:hid_hw_output_report (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Dhidraw.c154 ret = hid_hw_output_report(dev, buf, count); hidraw_send_report()
H A Dhid-lenovo.c165 ret = hid_hw_output_report(hdev, buf, sizeof(buf)); lenovo_send_cmd_cptkbd()
H A Dhid-sony.c1162 ret = hid_hw_output_report(hdev, buf, 1); sixaxis_set_operational_usb()
1619 hid_hw_output_report(hdev, buf, DS4_REPORT_0x05_SIZE); dualshock4_state_worker()
H A Dhid-cp2112.c298 ret = hid_hw_output_report(hdev, buf, count); cp2112_hid_output()
H A Dhid-rmi.c191 ret = hid_hw_output_report(hdev, (void *)report, len); rmi_write_report()
H A Dhid-input.c1283 ret = hid_hw_output_report(hid, buf, len); hidinput_led_worker()
H A Dhid-wiimote-core.c38 ret = hid_hw_output_report(hdev, buf, count); wiimote_hid_send()
/linux-4.1.27/include/linux/
H A Dhid.h1046 * hid_hw_output_report - send output report to device
1054 static inline int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, hid_hw_output_report() function

Completed in 223 milliseconds