Searched refs:hid_hw_output_report (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/hid/ |
H A D | hidraw.c | 154 ret = hid_hw_output_report(dev, buf, count); hidraw_send_report()
|
H A D | hid-lenovo.c | 165 ret = hid_hw_output_report(hdev, buf, sizeof(buf)); lenovo_send_cmd_cptkbd()
|
H A D | hid-sony.c | 1162 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 D | hid-cp2112.c | 298 ret = hid_hw_output_report(hdev, buf, count); cp2112_hid_output()
|
H A D | hid-rmi.c | 191 ret = hid_hw_output_report(hdev, (void *)report, len); rmi_write_report()
|
H A D | hid-input.c | 1283 ret = hid_hw_output_report(hid, buf, len); hidinput_led_worker()
|
H A D | hid-wiimote-core.c | 38 ret = hid_hw_output_report(hdev, buf, count); wiimote_hid_send()
|
/linux-4.1.27/include/linux/ |
H A D | hid.h | 1046 * 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