Home
last modified time | relevance | path

Searched refs:spi_do_alloc_slave (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dspi.h136 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/
Dspi.c23 void *spi_do_alloc_slave(int offset, int size, unsigned int bus, in spi_do_alloc_slave() function