/external/u-boot/include/ |
D | _exports.h | 55 EXPORT_FUNC(dummy, void, spi_free_slave, void) 60 EXPORT_FUNC(spi_free_slave, void, spi_free_slave, struct spi_slave *)
|
D | spi.h | 190 void spi_free_slave(struct spi_slave *slave);
|
/external/u-boot/examples/standalone/ |
D | atmel_df_pow2.c | 170 spi_free_slave(slave); in atmel_df_pow2() 208 spi_free_slave(slave); in atmel_df_pow2()
|
/external/u-boot/drivers/mtd/spi/ |
D | sf_probe.c | 76 spi_free_slave(bus); in spi_flash_probe() 89 spi_free_slave(flash->spi); in spi_flash_free()
|
D | sf_dataflash.c | 665 spi_free_slave(spi); in spi_dataflash_probe()
|
/external/u-boot/board/CZ.NIC/turris_mox/ |
D | turris_mox.c | 122 spi_free_slave(slave); in last_stage_init()
|
/external/u-boot/drivers/video/ |
D | lg4573.c | 215 spi_free_slave(spi); in lg4573_spi_startup()
|
/external/u-boot/cmd/ |
D | spi.c | 89 spi_free_slave(slave); in do_spi_xfer()
|
/external/u-boot/drivers/spi/ |
D | lpc32xx_ssp.c | 104 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | mpc8xxx_spi.c | 43 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | soft_spi_legacy.c | 65 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | sh_spi.c | 117 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | sh_qspi.c | 185 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | cf_spi.c | 313 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | mxs_spi.c | 83 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | kirkwood_spi.c | 146 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | atmel_spi.c | 106 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | fsl_espi.c | 115 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | spi-uclass.c | 364 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | davinci_spi.c | 431 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | mxc_spi.c | 473 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | ti_qspi.c | 405 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
D | fsl_dspi.c | 483 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
/external/u-boot/drivers/mmc/ |
D | mmc_spi.c | 289 spi_free_slave(spi); in mmc_spi_init()
|
/external/u-boot/drivers/net/ |
D | e1000_spi.c | 114 void spi_free_slave(struct spi_slave *spi) in spi_free_slave() function
|