Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dapplespi.c281 * @rsp_buf_len:response buffer length (the exact nature of this field is quite
295 __le16 rsp_buf_len; member
309 /* type + zero + counter + rsp_buf_len + length */
789 message->rsp_buf_len = cpu_to_le16(0x0200); in applespi_send_cmd_msg()
850 if (!message->rsp_buf_len) in applespi_send_cmd_msg()
851 message->rsp_buf_len = message->length; in applespi_send_cmd_msg()
1363 le16_to_cpu(message->rsp_buf_len) == 0x0002) in applespi_handle_cmd_response()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dapplespi.c281 * @rsp_buf_len:response buffer length (the exact nature of this field is quite
304 __le16 rsp_buf_len; member
318 /* type + zero + counter + rsp_buf_len + length */
804 message->rsp_buf_len = cpu_to_le16(0x0200); in applespi_send_cmd_msg()
865 if (!message->rsp_buf_len) in applespi_send_cmd_msg()
866 message->rsp_buf_len = message->length; in applespi_send_cmd_msg()
1378 le16_to_cpu(message->rsp_buf_len) == 0x0002) in applespi_handle_cmd_response()

Completed in 8 milliseconds