Home
last modified time | relevance | path

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

/drivers/hid/intel-thc-hid/intel-thc/
A Dintel-thc-dma.c700 static int thc_swdma_read_start(struct thc_device *dev, void *write_buff, in thc_swdma_read_start() argument
754 data0 |= *(((u8 *)write_buff) + i) << (i * 8); in thc_swdma_read_start()
758 data0 = *(u32 *)write_buff; in thc_swdma_read_start()
762 data1 |= *(((u8 *)write_buff) + sizeof(u32) + i) << (i * 8); in thc_swdma_read_start()
818 int thc_swdma_read(struct thc_device *dev, void *write_buff, size_t write_len, in thc_swdma_read() argument
839 ret = thc_swdma_read_start(dev, write_buff, write_len, prd_tbl_len); in thc_swdma_read()
A Dintel-thc-dma.h148 int thc_swdma_read(struct thc_device *dev, void *write_buff, size_t write_len,

Completed in 9 milliseconds