Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/intel-ish-hid/ishtp/
Dhbm.c440 struct dma_xfer_hbm *dma_xfer) in ishtp_hbm_dma_xfer_ack()
450 msg_offs += sizeof(struct dma_xfer_hbm)) { in ishtp_hbm_dma_xfer_ack()
503 struct dma_xfer_hbm *dma_xfer) in ishtp_hbm_dma_xfer()
510 struct dma_xfer_hbm *prm = dma_xfer; in ishtp_hbm_dma_xfer()
514 msg_offs += sizeof(struct dma_xfer_hbm)) { in ishtp_hbm_dma_xfer()
558 struct dma_xfer_hbm *dma_xfer; 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()
Dclient.h129 struct dma_xfer_hbm *hbm);
Dhbm.h220 struct dma_xfer_hbm { struct
Dclient.c748 struct dma_xfer_hbm dma_xfer; in ishtp_cl_send_msg_dma()
796 ishtp_hbm_hdr(&hdr, sizeof(struct dma_xfer_hbm)); in ishtp_cl_send_msg_dma()
969 struct dma_xfer_hbm *hbm) in recv_ishtp_cl_msg_dma()