/openbmc/u-boot/include/ |
H A D | _exports.h | 54 EXPORT_FUNC(dummy, void, spi_free_slave, void) 58 EXPORT_FUNC(spi_free_slave, void, spi_free_slave, struct spi_slave *)
|
H A D | spi.h | 185 void spi_free_slave(struct spi_slave *slave);
|
/openbmc/u-boot/examples/standalone/ |
H A D | atmel_df_pow2.c | 168 spi_free_slave(slave); in atmel_df_pow2() 206 spi_free_slave(slave); in atmel_df_pow2()
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sf_probe.c | 76 spi_free_slave(bus); in spi_flash_probe() 89 spi_free_slave(flash->spi); in spi_flash_free()
|
H A D | sf_dataflash.c | 666 spi_free_slave(spi); in spi_dataflash_probe()
|
/openbmc/u-boot/drivers/video/ |
H A D | lg4573.c | 215 spi_free_slave(spi); in lg4573_spi_startup()
|
/openbmc/u-boot/drivers/spi/ |
H A D | soft_spi_legacy.c | 58 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | lpc32xx_ssp.c | 95 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | mpc8xxx_spi.c | 43 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | sh_spi.c | 113 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | mxs_spi.c | 79 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | cf_spi.c | 313 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | sh_qspi.c | 272 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | kirkwood_spi.c | 146 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | atmel_spi.c | 101 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | fsl_espi.c | 115 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | davinci_spi.c | 427 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | spi-uclass.c | 402 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | mxc_spi.c | 469 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | ti_qspi.c | 405 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
H A D | fsl_dspi.c | 478 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() function
|
/openbmc/u-boot/cmd/ |
H A D | spi.c | 82 spi_free_slave(slave); in do_spi_xfer()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc_spi.c | 289 spi_free_slave(spi); in mmc_spi_init()
|
/openbmc/u-boot/board/CZ.NIC/turris_mox/ |
H A D | turris_mox.c | 180 spi_free_slave(slave); in mox_do_spi()
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000_spi.c | 111 void spi_free_slave(struct spi_slave *spi) in spi_free_slave() function
|