Lines Matching refs:spi_slave
103 struct spi_slave slave;
322 static inline struct ti_qspi_priv *to_ti_qspi_priv(struct spi_slave *slave) in to_ti_qspi_priv()
332 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate()
338 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
354 struct spi_slave *slave = &priv->slave; in ti_spi_setup_spi_register()
370 struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs, in spi_setup_slave()
406 void spi_free_slave(struct spi_slave *slave) in spi_free_slave()
412 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus()
420 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
428 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer()
441 struct spi_slave *slave, in __ti_qspi_setup_memorymap()
495 struct spi_slave *slave = dev_get_parent_priv(dev); in ti_qspi_claim_bus()
514 struct spi_slave *slave = dev_get_parent_priv(dev); in ti_qspi_release_bus()
620 struct spi_slave *slave = dev_get_parent_priv(dev); in ti_qspi_child_pre_probe()