Lines Matching refs:ishtp_hdr
445 struct ishtp_msg_hdr *ishtp_hdr = in ishtp_hbm_dma_xfer_ack() local
450 for (msg_offs = 0; msg_offs < ishtp_hdr->length; in ishtp_hbm_dma_xfer_ack()
509 struct ishtp_msg_hdr *ishtp_hdr = in ishtp_hbm_dma_xfer() local
514 for (msg_offs = 0; msg_offs < ishtp_hdr->length; in ishtp_hbm_dma_xfer()
534 ishtp_hbm_hdr(&hdr, ishtp_hdr->length); in ishtp_hbm_dma_xfer()
557 struct ishtp_msg_hdr ishtp_hdr; in ishtp_hbm_dispatch() local
657 ishtp_hbm_hdr(&ishtp_hdr, len); in ishtp_hbm_dispatch()
658 ishtp_write_message(dev, &ishtp_hdr, in ishtp_hbm_dispatch()
774 void recv_hbm(struct ishtp_device *dev, struct ishtp_msg_hdr *ishtp_hdr) in recv_hbm() argument
781 dev->ops->ishtp_read(dev, rd_msg_buf, ishtp_hdr->length); in recv_hbm()
863 ishtp_hdr->length); in recv_hbm()
895 struct ishtp_msg_hdr *ishtp_hdr) in recv_fixed_cl_msg() argument
901 __func__, ishtp_hdr->fw_addr); in recv_fixed_cl_msg()
902 dev->ops->ishtp_read(dev, rd_msg_buf, ishtp_hdr->length); in recv_fixed_cl_msg()
903 if (ishtp_hdr->fw_addr == ISHTP_SYSTEM_STATE_CLIENT_ADDR) { in recv_fixed_cl_msg()
912 } else if (ishtp_hdr->fw_addr == ISHTP_LOADER_CLIENT_ADDR) { in recv_fixed_cl_msg()
948 struct ishtp_msg_hdr ishtp_hdr; in ishtp_send_suspend() local
952 fix_cl_hdr(&ishtp_hdr, len, ISHTP_SYSTEM_STATE_CLIENT_ADDR); in ishtp_send_suspend()
961 ishtp_write_message(dev, &ishtp_hdr, in ishtp_send_suspend()
974 struct ishtp_msg_hdr ishtp_hdr; in ishtp_send_resume() local
978 fix_cl_hdr(&ishtp_hdr, len, ISHTP_SYSTEM_STATE_CLIENT_ADDR); in ishtp_send_resume()
987 ishtp_write_message(dev, &ishtp_hdr, in ishtp_send_resume()
1000 struct ishtp_msg_hdr ishtp_hdr; in ishtp_query_subscribers() local
1004 fix_cl_hdr(&ishtp_hdr, len, ISHTP_SYSTEM_STATE_CLIENT_ADDR); in ishtp_query_subscribers()
1009 ishtp_write_message(dev, &ishtp_hdr, in ishtp_query_subscribers()