Searched refs:__buf (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | spi-mem.h | 42 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 46 .buf.in = __buf, \ 50 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument 54 .buf.out = __buf, \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/ |
| H A D | 0001-librdmacm-Use-overloadable-function-attribute-with-c.patch | 14 | 163 | extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite/ |
| H A D | 0001-Remove-defining-const-as-nothing.patch | 14 | 73 | __fortify_clang_overload_arg (char *, ,__buf),
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | aspeed_spi.c | 211 #define ASPEED_SPI_OP_DATA_IN(__nbytes, __buf) \ argument 215 .buf.in = __buf, \ 218 #define ASPEED_SPI_OP_DATA_OUT(__nbytes, __buf) \ argument 222 .buf.out = __buf, \
|