HomeSort by relevance Sort by last modified time
    Searched refs:spi_free_slave (Results 1 - 25 of 28) sorted by null

1 2

  /external/u-boot/include/
_exports.h 55 EXPORT_FUNC(dummy, void, spi_free_slave, void)
60 EXPORT_FUNC(spi_free_slave, void, spi_free_slave, struct spi_slave *)
spi.h 190 void spi_free_slave(struct spi_slave *slave);
  /external/u-boot/drivers/mtd/spi/
sf_probe.c 76 spi_free_slave(bus);
89 spi_free_slave(flash->spi);
sf_dataflash.c 665 spi_free_slave(spi);
  /external/u-boot/examples/standalone/
atmel_df_pow2.c 170 spi_free_slave(slave);
208 spi_free_slave(slave);
  /external/u-boot/board/CZ.NIC/turris_mox/
turris_mox.c 122 spi_free_slave(slave);
  /external/u-boot/cmd/
spi.c 89 spi_free_slave(slave);
  /external/u-boot/drivers/spi/
lpc32xx_ssp.c 104 void spi_free_slave(struct spi_slave *slave) function
108 debug("(lpc32xx) spi_free_slave: 0x%08x\n", (u32)lslave);
mpc8xxx_spi.c 43 void spi_free_slave(struct spi_slave *slave) function
soft_spi_legacy.c 65 void spi_free_slave(struct spi_slave *slave) function
cf_spi.c 313 void spi_free_slave(struct spi_slave *slave) function
mxs_spi.c 83 void spi_free_slave(struct spi_slave *slave) function
sh_qspi.c 185 void spi_free_slave(struct spi_slave *slave) function
sh_spi.c 117 void spi_free_slave(struct spi_slave *slave) function
atmel_spi.c 106 void spi_free_slave(struct spi_slave *slave) function
fsl_espi.c 115 void spi_free_slave(struct spi_slave *slave) function
kirkwood_spi.c 146 void spi_free_slave(struct spi_slave *slave) function
davinci_spi.c 431 void spi_free_slave(struct spi_slave *slave) function
mxc_spi.c 473 void spi_free_slave(struct spi_slave *slave) function
spi-uclass.c 364 void spi_free_slave(struct spi_slave *slave) function
fsl_dspi.c 483 void spi_free_slave(struct spi_slave *slave) function
omap3_spi.c 469 void spi_free_slave(struct spi_slave *slave) function
  /external/u-boot/drivers/video/
lg4573.c 215 spi_free_slave(spi);
  /external/u-boot/drivers/mmc/
mmc_spi.c 289 spi_free_slave(spi);
  /external/u-boot/drivers/net/
e1000_spi.c 114 void spi_free_slave(struct spi_slave *spi) function

Completed in 317 milliseconds

1 2