Home
last modified time | relevance | path

Searched refs:__buf (Results 1 – 4 of 4) sorted by relevance

/include/linux/spi/
A Dspi-mem.h63 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument
68 .buf.in = __buf, \
71 #define SPI_MEM_DTR_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument
75 .buf.in = __buf, \
80 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument
85 .buf.out = __buf, \
88 #define SPI_MEM_DTR_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument
92 .buf.out = __buf, \
/include/linux/
A Dkfifo.h533 typeof(__tmp->ptr_const) __buf = (buf); \
538 __kfifo_in_r(__kfifo, __buf, __n, __recsize) : \
539 __kfifo_in(__kfifo, __buf, __n); \
602 typeof(__tmp->ptr) __buf = (buf); \
607 __kfifo_out_r(__kfifo, __buf, __n, __recsize) : \
608 __kfifo_out(__kfifo, __buf, __n); \
835 typeof(__tmp->ptr) __buf = (buf); \
840 __kfifo_out_peek_r(__kfifo, __buf, __n, __recsize) : \
841 __kfifo_out_peek(__kfifo, __buf, __n); \
/include/uapi/linux/
A Dsem.h51 struct seminfo __user *__buf; /* buffer for IPC_INFO */ member
/include/linux/surface_aggregator/
A Dcontroller.h241 struct ssam_span __buf = { &__data[0], ARRAY_SIZE(__data) }; \
243 ssam_request_do_sync_with_buffer(ctrl, rqst, rsp, &__buf); \

Completed in 10 milliseconds