Lines Matching refs:spi_slave
102 struct spi_slave slave;
321 static inline struct ti_qspi_priv *to_ti_qspi_priv(struct spi_slave *slave) in to_ti_qspi_priv()
331 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate()
337 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
353 struct spi_slave *slave = &priv->slave; in ti_spi_setup_spi_register()
369 struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs, in spi_setup_slave()
405 void spi_free_slave(struct spi_slave *slave) in spi_free_slave()
411 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus()
419 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
427 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer()
440 struct spi_slave *slave, in __ti_qspi_setup_memorymap()
494 struct spi_slave *slave = dev_get_parent_priv(dev); in ti_qspi_claim_bus()
513 struct spi_slave *slave = dev_get_parent_priv(dev); in ti_qspi_release_bus()
619 struct spi_slave *slave = dev_get_parent_priv(dev); in ti_qspi_child_pre_probe()