Searched refs:cp2112_hid_output (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/hid/ |
| D | hid-cp2112.c | 288 static int cp2112_hid_output(struct hid_device *hdev, u8 *data, size_t count, in cp2112_hid_output() function 341 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer_status() 367 ret = cp2112_hid_output(hdev, &report.report, sizeof(report), in cp2112_read() 521 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_i2c_xfer() 541 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_i2c_xfer() 678 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_xfer() 698 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer() 791 ret = cp2112_hid_output(hdev, (u8 *)cfg, sizeof(*cfg), in cp2112_set_usb_config() 904 ret = cp2112_hid_output(hdev, &report.report, report.length + 1, in pstr_store() 1061 ret = cp2112_hid_output(hdev, (u8 *)&config, sizeof(config), in cp2112_probe()
|