Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dma.c707 static int thc_swdma_read_start(struct thc_device *dev, void *write_buff, in thc_swdma_read_start() argument
761 data0 |= *(((u8 *)write_buff) + i) << (i * 8); in thc_swdma_read_start()
765 data0 = *(u32 *)write_buff; in thc_swdma_read_start()
769 data1 |= *(((u8 *)write_buff) + sizeof(u32) + i) << (i * 8); in thc_swdma_read_start()
825 int thc_swdma_read(struct thc_device *dev, void *write_buff, size_t write_len, in thc_swdma_read() argument
846 ret = thc_swdma_read_start(dev, write_buff, write_len, prd_tbl_len); in thc_swdma_read()
H A Dintel-thc-dma.h150 int thc_swdma_read(struct thc_device *dev, void *write_buff, size_t write_len,