Searched refs:spi_do_alloc_slave (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ |
D | spi.h | 136 void *spi_do_alloc_slave(int offset, int size, unsigned int bus, 151 spi_do_alloc_slave(offsetof(_struct, slave), \ 164 spi_do_alloc_slave(0, sizeof(struct spi_slave), bus, cs)
|
/external/u-boot/drivers/spi/ |
D | spi.c | 23 void *spi_do_alloc_slave(int offset, int size, unsigned int bus, in spi_do_alloc_slave() function
|