Lines Matching refs:ishtp_hdr

444 	struct ishtp_msg_hdr	*ishtp_hdr =  in ishtp_hbm_dma_xfer_ack()  local
449 for (msg_offs = 0; msg_offs < ishtp_hdr->length; in ishtp_hbm_dma_xfer_ack()
508 struct ishtp_msg_hdr *ishtp_hdr = in ishtp_hbm_dma_xfer() local
513 for (msg_offs = 0; msg_offs < ishtp_hdr->length; in ishtp_hbm_dma_xfer()
533 ishtp_hbm_hdr(&hdr, ishtp_hdr->length); in ishtp_hbm_dma_xfer()
556 struct ishtp_msg_hdr ishtp_hdr; in ishtp_hbm_dispatch() local
652 ishtp_hbm_hdr(&ishtp_hdr, len); in ishtp_hbm_dispatch()
653 ishtp_write_message(dev, &ishtp_hdr, in ishtp_hbm_dispatch()
769 void recv_hbm(struct ishtp_device *dev, struct ishtp_msg_hdr *ishtp_hdr) in recv_hbm() argument
776 dev->ops->ishtp_read(dev, rd_msg_buf, ishtp_hdr->length); in recv_hbm()
858 ishtp_hdr->length); in recv_hbm()
876 struct ishtp_msg_hdr *ishtp_hdr) in recv_fixed_cl_msg() argument
882 __func__, ishtp_hdr->fw_addr); in recv_fixed_cl_msg()
883 dev->ops->ishtp_read(dev, rd_msg_buf, ishtp_hdr->length); in recv_fixed_cl_msg()
884 if (ishtp_hdr->fw_addr == ISHTP_SYSTEM_STATE_CLIENT_ADDR) { in recv_fixed_cl_msg()
927 struct ishtp_msg_hdr ishtp_hdr; in ishtp_send_suspend() local
931 fix_cl_hdr(&ishtp_hdr, len, ISHTP_SYSTEM_STATE_CLIENT_ADDR); in ishtp_send_suspend()
940 ishtp_write_message(dev, &ishtp_hdr, in ishtp_send_suspend()
953 struct ishtp_msg_hdr ishtp_hdr; in ishtp_send_resume() local
957 fix_cl_hdr(&ishtp_hdr, len, ISHTP_SYSTEM_STATE_CLIENT_ADDR); in ishtp_send_resume()
966 ishtp_write_message(dev, &ishtp_hdr, in ishtp_send_resume()
979 struct ishtp_msg_hdr ishtp_hdr; in ishtp_query_subscribers() local
983 fix_cl_hdr(&ishtp_hdr, len, ISHTP_SYSTEM_STATE_CLIENT_ADDR); in ishtp_query_subscribers()
988 ishtp_write_message(dev, &ishtp_hdr, in ishtp_query_subscribers()