Searched refs:ishtp_msg_hdr (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/drivers/hid/intel-ish-hid/ishtp/ |
D | hbm.c | 138 struct ishtp_msg_hdr hdr; in ishtp_hbm_start_req() 140 struct ishtp_msg_hdr *ishtp_hdr = &hdr; in ishtp_hbm_start_req() 180 struct ishtp_msg_hdr hdr; in ishtp_hbm_enum_clients_req() 182 struct ishtp_msg_hdr *ishtp_hdr = &hdr; in ishtp_hbm_enum_clients_req() 212 struct ishtp_msg_hdr hdr; in ishtp_hbm_prop_req() 214 struct ishtp_msg_hdr *ishtp_hdr = &hdr; in ishtp_hbm_prop_req() 268 struct ishtp_msg_hdr hdr; in ishtp_hbm_stop_req() 270 struct ishtp_msg_hdr *ishtp_hdr = &hdr; in ishtp_hbm_stop_req() 296 struct ishtp_msg_hdr hdr; in ishtp_hbm_cl_flow_control_req() 298 struct ishtp_msg_hdr *ishtp_hdr = &hdr; in ishtp_hbm_cl_flow_control_req() [all …]
|
D | bus.h | 24 struct ishtp_msg_hdr; 81 struct ishtp_msg_hdr *hdr, void *msg, 87 struct ishtp_msg_hdr *hdr,
|
D | hbm.h | 22 struct ishtp_msg_hdr; 83 struct ishtp_msg_hdr { struct 292 static inline void ishtp_hbm_hdr(struct ishtp_msg_hdr *hdr, size_t length) in ishtp_hbm_hdr() 309 void recv_hbm(struct ishtp_device *dev, struct ishtp_msg_hdr *ishtp_hdr); 311 struct ishtp_msg_hdr *ishtp_hdr);
|
D | bus.c | 47 struct ishtp_msg_hdr *ishtp_hdr; in ishtp_recv() 56 ishtp_hdr = (struct ishtp_msg_hdr *)&msg_hdr; in ishtp_recv() 57 dev->ishtp_msg_hdr = msg_hdr; in ishtp_recv() 92 int ishtp_send_msg(struct ishtp_device *dev, struct ishtp_msg_hdr *hdr, in ishtp_send_msg() 100 sizeof(struct ishtp_msg_hdr), in ishtp_send_msg() 121 int ishtp_write_message(struct ishtp_device *dev, struct ishtp_msg_hdr *hdr, in ishtp_write_message()
|
D | client.h | 132 struct ishtp_msg_hdr *ishtp_hdr);
|
D | ishtp-dev.h | 252 uint32_t ishtp_msg_hdr; member
|
D | client.c | 634 struct ishtp_msg_hdr ishtp_hdr; in ipc_tx_callback() 729 struct ishtp_msg_hdr hdr; in ishtp_cl_send_msg_dma() 809 struct ishtp_msg_hdr *ishtp_hdr) in recv_ishtp_cl_msg()
|
/linux-4.19.296/drivers/hid/intel-ish-hid/ipc/ |
D | ipc.c | 234 msg_offs = IPC_REG_ISH2HOST_MSG + sizeof(struct ishtp_msg_hdr); in _ishtp_read() 950 dev->mtu = IPC_PAYLOAD_SIZE - sizeof(struct ishtp_msg_hdr); in ish_dev_init()
|