write_cmd_to_txdma
ret = write_cmd_to_txdma(qcdev, HIDI2C_SET_REPORT, rep_type, reportnum, buf, buf_len);
ret = write_cmd_to_txdma(qcdev, HIDI2C_RESET, HIDI2C_RESERVED, 0, NULL, 0);
return write_cmd_to_txdma(qcdev, HIDI2C_SET_POWER, HIDI2C_RESERVED, power_state, NULL, 0);
ret = write_cmd_to_txdma(qsdev, REPORT_DESCRIPTOR, 0, NULL, 0);
ret = write_cmd_to_txdma(qsdev, COMMAND_CONTENT,
ret = write_cmd_to_txdma(qsdev, rep_type, report_id, NULL, 0);
ret = write_cmd_to_txdma(qsdev, rep_type, report_id, buf + 1, buf_len - 1);