Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c447 unsigned int msg_offs; in ishtp_hbm_dma_xfer_ack() local
450 for (msg_offs = 0; msg_offs < ishtp_hdr->length; in ishtp_hbm_dma_xfer_ack()
451 msg_offs += sizeof(struct dma_xfer_hbm)) { in ishtp_hbm_dma_xfer_ack()
512 unsigned int msg_offs; in ishtp_hbm_dma_xfer() local
514 for (msg_offs = 0; msg_offs < ishtp_hdr->length; in ishtp_hbm_dma_xfer()
515 msg_offs += sizeof(struct dma_xfer_hbm)) { in ishtp_hbm_dma_xfer()
/linux/drivers/hid/intel-ish-hid/ipc/
H A Dipc.c252 uint32_t msg_offs; in _ishtp_read() local
254 msg_offs = IPC_REG_ISH2HOST_MSG + sizeof(struct ishtp_msg_hdr); in _ishtp_read()
256 *r_buf++ = ish_reg_read(dev, msg_offs + i); in _ishtp_read()