Searched refs:cp2112_hid_output (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/hid/ |
| D | hid-cp2112.c | 344 static int cp2112_hid_output(struct hid_device *hdev, u8 *data, size_t count, in cp2112_hid_output() function 397 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer_status() 423 ret = cp2112_hid_output(hdev, &report.report, sizeof(report), in cp2112_read() 577 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_i2c_xfer() 597 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_i2c_xfer() 742 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_xfer() 762 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer() 858 ret = cp2112_hid_output(hdev, (u8 *)cfg, sizeof(*cfg), in cp2112_set_usb_config() 971 ret = cp2112_hid_output(hdev, &report.report, report.length + 1, in pstr_store() 1299 ret = cp2112_hid_output(hdev, (u8 *)&config, sizeof(config), in cp2112_probe()
|