Home
last modified time | relevance | path

Searched refs:report_buf_len (Results 1 – 1 of 1) sorted by relevance

/drivers/hid/intel-thc-hid/intel-quickspi/
A Dquickspi-protocol.c25 u8 *report_buf, const int report_buf_len) in write_cmd_to_txdma() argument
34 write_buf->output_hdr.content_len = cpu_to_le16(report_buf_len); in write_cmd_to_txdma()
37 if (report_buf && report_buf_len > 0) in write_cmd_to_txdma()
38 memcpy(write_buf->content, report_buf, report_buf_len); in write_cmd_to_txdma()
40 write_buf_len = HIDSPI_OUTPUT_REPORT_SIZE(report_buf_len); in write_cmd_to_txdma()

Completed in 4 milliseconds