Home
last modified time | relevance | path

Searched refs:ishtp_hdr (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hid/intel-ish-hid/ishtp/
A Dhbm.c444 struct ishtp_msg_hdr *ishtp_hdr = in ishtp_hbm_dma_xfer_ack() local
508 struct ishtp_msg_hdr *ishtp_hdr = in ishtp_hbm_dma_xfer() local
556 struct ishtp_msg_hdr ishtp_hdr; in ishtp_hbm_dispatch() local
652 ishtp_hbm_hdr(&ishtp_hdr, len); in ishtp_hbm_dispatch()
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()
927 struct ishtp_msg_hdr ishtp_hdr; in ishtp_send_suspend() local
940 ishtp_write_message(dev, &ishtp_hdr, in ishtp_send_suspend()
953 struct ishtp_msg_hdr ishtp_hdr; in ishtp_send_resume() local
[all …]
A Dclient.c641 struct ishtp_msg_hdr ishtp_hdr; in ipc_tx_callback() local
681 ishtp_hdr.fw_addr = cl->fw_client_id; in ipc_tx_callback()
682 ishtp_hdr.reserved = 0; in ipc_tx_callback()
686 ishtp_hdr.length = rem; in ipc_tx_callback()
687 ishtp_hdr.msg_complete = 1; in ipc_tx_callback()
702 ishtp_hdr.length = dev->mtu; in ipc_tx_callback()
703 ishtp_hdr.msg_complete = 0; in ipc_tx_callback()
836 if (ishtp_hdr->reserved) { in recv_ishtp_cl_msg()
878 rb->buffer.size, ishtp_hdr->length, in recv_ishtp_cl_msg()
889 rb->buf_idx += ishtp_hdr->length; in recv_ishtp_cl_msg()
[all …]
A Dbus.c39 struct ishtp_msg_hdr *ishtp_hdr; in ishtp_recv() local
48 ishtp_hdr = (struct ishtp_msg_hdr *)&msg_hdr; in ishtp_recv()
52 if (ishtp_hdr->length > dev->mtu) { in ishtp_recv()
55 (unsigned int)ishtp_hdr->length, msg_hdr); in ishtp_recv()
60 if (!ishtp_hdr->host_addr && !ishtp_hdr->fw_addr) in ishtp_recv()
61 recv_hbm(dev, ishtp_hdr); in ishtp_recv()
63 else if (!ishtp_hdr->host_addr) in ishtp_recv()
64 recv_fixed_cl_msg(dev, ishtp_hdr); in ishtp_recv()
67 recv_ishtp_cl_msg(dev, ishtp_hdr); in ishtp_recv()
A Dhbm.h302 void recv_hbm(struct ishtp_device *dev, struct ishtp_msg_hdr *ishtp_hdr);
304 struct ishtp_msg_hdr *ishtp_hdr);
A Dclient.h116 struct ishtp_msg_hdr *ishtp_hdr);

Completed in 10 milliseconds