Searched refs:ishtp_msg_hdr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | bus.h | 17 struct ishtp_msg_hdr; 54 struct ishtp_msg_hdr *hdr, void *msg, 60 struct ishtp_msg_hdr *hdr,
|
| H A D | hbm.h | 14 struct ishtp_msg_hdr; 75 struct ishtp_msg_hdr { struct 285 static inline void ishtp_hbm_hdr(struct ishtp_msg_hdr *hdr, size_t length) in ishtp_hbm_hdr() 302 void recv_hbm(struct ishtp_device *dev, struct ishtp_msg_hdr *ishtp_hdr); 304 struct ishtp_msg_hdr *ishtp_hdr);
|
| H A D | bus.c | 39 struct ishtp_msg_hdr *ishtp_hdr; in ishtp_recv() 48 ishtp_hdr = (struct ishtp_msg_hdr *)&msg_hdr; in ishtp_recv() 49 dev->ishtp_msg_hdr = msg_hdr; in ishtp_recv() 84 int ishtp_send_msg(struct ishtp_device *dev, struct ishtp_msg_hdr *hdr, in ishtp_send_msg() 92 sizeof(struct ishtp_msg_hdr), in ishtp_send_msg() 113 int ishtp_write_message(struct ishtp_device *dev, struct ishtp_msg_hdr *hdr, in ishtp_write_message()
|
| H A D | loader.c | 66 struct ishtp_msg_hdr ishtp_hdr = { in loader_write_message()
|
| /linux/Documentation/hid/ |
| H A D | intel-ish-hid.rst | 319 HOSTIF_DM_ENUM_DEVICES) |----------fill ishtp_msg_hdr struct write to HW----- >| 327 HOSTIF_GET_HID_DESCRIPTOR|----------fill ishtp_msg_hdr struct write to HW----- >| 333 HOSTIF_GET_REPORT_DESCRIPTOR|--------------fill ishtp_msg_hdr struct write to HW-- >|
|