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

/linux-master/drivers/hid/
H A Dhid-cp2112.c340 static int cp2112_hid_output(struct hid_device *hdev, u8 *data, size_t count, function
393 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT);
419 ret = cp2112_hid_output(hdev, &report.report, sizeof(report),
571 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT);
591 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT);
736 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT);
756 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT);
857 ret = cp2112_hid_output(hdev, (u8 *)cfg, sizeof(*cfg),
962 ret = cp2112_hid_output(hdev, &report.report, report.length + 1,
1259 ret = cp2112_hid_output(hde
[all...]

Completed in 165 milliseconds