Home
last modified time | relevance | path

Searched refs:hostif_msg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c32 struct hostif_msg *recv_msg = recv_buf; in report_bad_packet()
61 struct hostif_msg *recv_msg; in process_recv()
80 if (cur_pos + sizeof(struct hostif_msg) > total_len) { in process_recv()
90 recv_msg = (struct hostif_msg *)(recv_buf + cur_pos); in process_recv()
94 if (cur_pos + payload_len + sizeof(struct hostif_msg) > in process_recv()
278 recv_msg = (struct hostif_msg *)(reports + in process_recv()
312 sizeof(struct hostif_msg) < total_len) in process_recv()
315 cur_pos += payload_len + sizeof(struct hostif_msg); in process_recv()
316 payload += payload_len + sizeof(struct hostif_msg); in process_recv()
366 struct hostif_msg *ms in hid_ishtp_set_feature()
[all...]
H A Dishtp-hid.c61 unsigned int header_size = sizeof(struct hostif_msg); in ishtp_raw_request()
111 unsigned int header_size = sizeof(struct hostif_msg); in ishtp_hid_request()
H A Dishtp-hid.h37 struct hostif_msg { struct
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c40 struct hostif_msg *recv_msg = recv_buf; in report_bad_packet()
69 struct hostif_msg *recv_msg; in process_recv()
88 if (cur_pos + sizeof(struct hostif_msg) > total_len) { in process_recv()
98 recv_msg = (struct hostif_msg *)(recv_buf + cur_pos); in process_recv()
102 if (cur_pos + payload_len + sizeof(struct hostif_msg) > in process_recv()
286 recv_msg = (struct hostif_msg *)(reports + in process_recv()
320 sizeof(struct hostif_msg) < total_len) in process_recv()
323 cur_pos += payload_len + sizeof(struct hostif_msg); in process_recv()
324 payload += payload_len + sizeof(struct hostif_msg); in process_recv()
374 struct hostif_msg *ms in hid_ishtp_set_feature()
[all...]
H A Dishtp-hid.c61 unsigned int header_size = sizeof(struct hostif_msg); in ishtp_raw_request()
111 unsigned int header_size = sizeof(struct hostif_msg); in ishtp_hid_request()
H A Dishtp-hid.h32 struct hostif_msg { struct

Completed in 5 milliseconds