Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/intel-ish-hid/
Dishtp-hid-client.c39 struct hostif_msg *recv_msg = recv_buf; in report_bad_packet()
68 struct hostif_msg *recv_msg; in process_recv()
85 if (cur_pos + sizeof(struct hostif_msg) > total_len) { in process_recv()
95 recv_msg = (struct hostif_msg *)(recv_buf + cur_pos); in process_recv()
99 if (cur_pos + payload_len + sizeof(struct hostif_msg) > in process_recv()
270 recv_msg = (struct hostif_msg *)(reports + in process_recv()
304 sizeof(struct hostif_msg) < total_len) in process_recv()
307 cur_pos += payload_len + sizeof(struct hostif_msg); in process_recv()
308 payload += payload_len + sizeof(struct hostif_msg); in process_recv()
369 struct hostif_msg *msg = (struct hostif_msg *)buf; in hid_ishtp_set_feature()
[all …]
Dishtp-hid.h45 struct hostif_msg { struct
Dishtp-hid.c83 unsigned int header_size = sizeof(struct hostif_msg); in ishtp_hid_request()