Searched refs:__buf (Results 1 – 4 of 4) sorted by relevance
/include/linux/spi/ |
D | spi-mem.h | 40 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 44 .buf.in = __buf, \ 48 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument 52 .buf.out = __buf, \
|
/include/linux/ |
D | kfifo.h | 522 typeof(__tmp->ptr_const) __buf = (buf); \ 527 __kfifo_in_r(__kfifo, __buf, __n, __recsize) : \ 528 __kfifo_in(__kfifo, __buf, __n); \ 591 typeof(__tmp->ptr) __buf = (buf); \ 596 __kfifo_out_r(__kfifo, __buf, __n, __recsize) : \ 597 __kfifo_out(__kfifo, __buf, __n); \ 821 typeof(__tmp->ptr) __buf = (buf); \ 826 __kfifo_out_peek_r(__kfifo, __buf, __n, __recsize) : \ 827 __kfifo_out_peek(__kfifo, __buf, __n); \
|
/include/uapi/linux/ |
D | sem.h | 51 struct seminfo __user *__buf; /* buffer for IPC_INFO */ member
|
/include/linux/surface_aggregator/ |
D | controller.h | 241 struct ssam_span __buf = { &__data[0], ARRAY_SIZE(__data) }; \ 243 ssam_request_sync_with_buffer(ctrl, rqst, rsp, &__buf); \
|