Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/hid/
Dintel-ish-hid.rst193 independent. The sending side sends DMA_XFER message when the message is in
204 Here ISH acts as busmaster DMA controller. Hence when host sends DMA_XFER,
205 it's request to do host->ISH DMA transfer; when FW sends DMA_XFER, it means
206 that it already did DMA and the message resides at host. Thus, DMA_XFER
210 FW), DMA_XFER transfers ownership on the region that contains ISHTP message to
212 needs not wait for previous DMA_XFER to be ack'ed, and may send another message
214 In principle, multiple DMA_XFER and DMA_XFER_ACK messages may be sent at once
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/
Dhbm.h63 #define DMA_XFER 0x12 macro
Dhbm.c704 case DMA_XFER: in ishtp_hbm_dispatch()
838 ishtp_msg->hbm_cmd == DMA_XFER) { in recv_hbm()
Dclient.c789 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma()