Searched refs:write_buff (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/hid/intel-thc-hid/intel-thc/ |
| H A D | intel-thc-dma.c | 700 static int thc_swdma_read_start(struct thc_device *dev, void *write_buff, in thc_swdma_read_start() argument 732 data0 |= *(((u8 *)write_buff) + i) << (i * 8); in thc_swdma_read_start() 736 data0 = *(u32 *)write_buff; in thc_swdma_read_start() 740 data1 |= *(((u8 *)write_buff) + sizeof(u32) + i) << (i * 8); in thc_swdma_read_start() 778 int thc_swdma_read(struct thc_device *dev, void *write_buff, size_t write_len, in thc_swdma_read() argument 799 ret = thc_swdma_read_start(dev, write_buff, write_len, prd_tbl_len); in thc_swdma_read()
|
| H A D | intel-thc-dma.h | 140 int thc_swdma_read(struct thc_device *dev, void *write_buff, size_t write_len,
|