Home
last modified time | relevance | path

Searched refs:spi_sync_locked (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm_tis_spi_main.c61 ret = spi_sync_locked(phy->spi_device, &m); in tpm_tis_spi_flow_control()
168 ret = spi_sync_locked(phy->spi_device, &m); in tpm_tis_spi_transfer_full()
193 ret = spi_sync_locked(phy->spi_device, &m); in tpm_tis_spi_transfer_full()
211 spi_sync_locked(phy->spi_device, &m); in tpm_tis_spi_transfer_full()
/linux/drivers/fpga/
H A Dlattice-sysconfig-spi.c55 ret = spi_sync_locked(spi, &msg); in sysconfig_spi_bitstream_burst_init()
77 return spi_sync_locked(spi, &msg); in sysconfig_spi_bitstream_burst_write()
H A Dice40-spi.c74 ret = spi_sync_locked(dev, &message); in ice40_fpga_ops_write_init()
93 ret = spi_sync_locked(dev, &message); in ice40_fpga_ops_write_init()
/linux/drivers/mmc/host/
H A Dmmc_spi.c153 return spi_sync_locked(host->spi, &host->readback); in mmc_spi_readbytes()
489 status = spi_sync_locked(host->spi, &host->m); in mmc_spi_command_send()
601 status = spi_sync_locked(spi, &host->m); in mmc_spi_writeblock()
718 status = spi_sync_locked(spi, &host->m); in mmc_spi_readblock()
870 tmp = spi_sync_locked(spi, &host->m); in mmc_spi_data_do()
/linux/drivers/iio/adc/
H A Dad7191.c98 return spi_sync_locked(sigma_delta->spi, &m); in ad7191_set_cs()
H A Dti-ads1018.c224 ret = spi_sync_locked(ads1018->spi, &ads1018->msg_read); in ads1018_spi_read_exclusive()
/linux/include/linux/spi/
H A Dspi.h1492 extern int spi_sync_locked(struct spi_device *spi, struct spi_message *message);
/linux/sound/soc/codecs/
H A Dcs35l56-shared.c504 ret = spi_sync_locked(spi, &m); in cs35l56_spi_issue_bus_locked_reset()
/linux/drivers/spi/
H A Dspi.c5057 int spi_sync_locked(struct spi_device *spi, struct spi_message *message) in spi_sync_locked() function
5061 EXPORT_SYMBOL_GPL(spi_sync_locked);