Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c548 struct ishtp_bus_message *ishtp_msg; in ishtp_hbm_dispatch() local
560 ishtp_msg = hdr; in ishtp_hbm_dispatch()
562 switch (ishtp_msg->hbm_cmd) { in ishtp_hbm_dispatch()
705 dma_xfer = (struct dma_xfer_hbm *)ishtp_msg; in ishtp_hbm_dispatch()
715 dma_xfer = (struct dma_xfer_hbm *)ishtp_msg; in ishtp_hbm_dispatch()
727 (unsigned int)ishtp_msg->hbm_cmd); in ishtp_hbm_dispatch()
772 struct ishtp_bus_message *ishtp_msg = in recv_hbm() local
781 (struct hbm_flow_control *)ishtp_msg; in recv_hbm()
838 ishtp_msg->hbm_cmd == DMA_XFER) { in recv_hbm()
839 ishtp_hbm_dispatch(dev, ishtp_msg); in recv_hbm()
[all …]