Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/intel-ish-hid/ishtp/
Dclient.c771 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma()
942 struct dma_xfer_hbm *hbm) in recv_ishtp_cl_msg_dma() argument
955 if (!cl || !(cl->host_client_id == hbm->host_client_id && in recv_ishtp_cl_msg_dma()
956 cl->fw_client_id == hbm->fw_client_id) || in recv_ishtp_cl_msg_dma()
979 if (rb->buffer.size < hbm->msg_length) { in recv_ishtp_cl_msg_dma()
983 rb->buffer.size, hbm->msg_length, rb->buf_idx); in recv_ishtp_cl_msg_dma()
991 memcpy(buffer, msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()
992 rb->buf_idx = hbm->msg_length; in recv_ishtp_cl_msg_dma()
Dhbm.h220 uint8_t hbm; member
229 uint8_t hbm; member
Dhbm.c562 dma_xfer->hbm = DMA_XFER_ACK; /* Prepare for response */ in ishtp_hbm_dma_xfer()
681 dma_alloc_notify.hbm = DMA_BUFFER_ALLOC_NOTIFY; in ishtp_hbm_dispatch()
778 unsigned char hbm[IPC_PAYLOAD_SIZE]; in bh_hbm_work_fn() local
783 memcpy(hbm, dev->rd_msg_fifo + dev->rd_msg_fifo_head, in bh_hbm_work_fn()
789 ishtp_hbm_dispatch(dev, (struct ishtp_bus_message *)hbm); in bh_hbm_work_fn()
Dclient.h143 struct dma_xfer_hbm *hbm);
/linux-4.19.296/drivers/misc/mei/
DMakefile8 mei-objs += hbm.o
/linux-4.19.296/drivers/hid/intel-ish-hid/
DMakefile9 intel-ishtp-objs += ishtp/hbm.o