Home
last modified time | relevance | path

Searched refs:controller_state (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/spi/
H A Dspi-omap2-mcspi.c168 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_write_cs_reg()
175 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_read_cs_reg()
182 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_cached_chconf0()
189 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_write_chconf0()
228 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_set_enable()
254 if (spi->controller_state) { in omap2_mcspi_set_cs()
310 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_set_fifo()
459 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_rx_dma()
596 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_txrx_dma()
704 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_txrx_pio()
[all …]
H A Dspi-mpc52xx-psc.c50 struct mpc52xx_psc_spi_cs *cs = spi->controller_state; in mpc52xx_psc_spi_transfer_setup()
62 struct mpc52xx_psc_spi_cs *cs = spi->controller_state; in mpc52xx_psc_spi_activate_cs()
219 struct mpc52xx_psc_spi_cs *cs = spi->controller_state; in mpc52xx_psc_spi_setup()
228 spi->controller_state = cs; in mpc52xx_psc_spi_setup()
239 kfree(spi->controller_state); in mpc52xx_psc_spi_cleanup()
H A Dspi-bitbang.c146 struct spi_bitbang_cs *cs = spi->controller_state; in spi_bitbang_setup_transfer()
188 struct spi_bitbang_cs *cs = spi->controller_state; in spi_bitbang_setup()
199 spi->controller_state = cs; in spi_bitbang_setup()
235 kfree(spi->controller_state); in spi_bitbang_cleanup()
241 struct spi_bitbang_cs *cs = spi->controller_state; in spi_bitbang_bufs()
H A Dspi-omap-uwire.c173 struct uwire_state *ust = spi->controller_state; in uwire_chipselect()
308 struct uwire_state *ust = spi->controller_state; in uwire_setup_transfer()
423 struct uwire_state *ust = spi->controller_state; in uwire_setup()
431 spi->controller_state = ust; in uwire_setup()
444 kfree(spi->controller_state); in uwire_cleanup()
H A Dspi-mpc512x-psc.c75 struct mpc512x_psc_spi_cs *cs = spi->controller_state; in mpc512x_psc_spi_transfer_setup()
87 struct mpc512x_psc_spi_cs *cs = spi->controller_state; in mpc512x_psc_spi_activate_cs()
359 struct mpc512x_psc_spi_cs *cs = spi->controller_state; in mpc512x_psc_spi_setup()
369 spi->controller_state = cs; in mpc512x_psc_spi_setup()
380 kfree(spi->controller_state); in mpc512x_psc_spi_cleanup()
H A Dspi-ppc4xx.c165 struct spi_ppc4xx_cs *cs = spi->controller_state; in spi_ppc4xx_setupxfer()
213 struct spi_ppc4xx_cs *cs = spi->controller_state; in spi_ppc4xx_setup()
224 spi->controller_state = cs; in spi_ppc4xx_setup()
317 kfree(spi->controller_state); in spi_ppc4xx_cleanup()
H A Dspi-at91-usart.c348 u32 *ausd = spi->controller_state; in at91_usart_spi_setup()
371 spi->controller_state = ausd; in at91_usart_spi_setup()
434 u32 *ausd = spi->controller_state; in at91_usart_spi_prepare_message()
456 struct at91_usart_spi_device *ausd = spi->controller_state; in at91_usart_spi_cleanup()
458 spi->controller_state = NULL; in at91_usart_spi_cleanup()
H A Dspi-atmel.c385 struct atmel_spi_device *asd = spi->controller_state; in cs_activate()
1301 asd = spi->controller_state; in atmel_spi_setup()
1307 spi->controller_state = asd; in atmel_spi_setup()
1354 asd = spi->controller_state; in atmel_spi_one_transfer()
1456 struct atmel_spi_device *asd = spi->controller_state; in atmel_spi_cleanup()
1461 spi->controller_state = NULL; in atmel_spi_cleanup()
H A Dspi-fsl-spi.c92 struct spi_mpc8xxx_cs *cs = spi->controller_state; in fsl_spi_change_mode()
184 struct spi_mpc8xxx_cs *cs = spi->controller_state; in fsl_spi_setup_transfer()
H A Dspi.c824 proxy->controller_state = NULL; in spi_new_device()
/linux/include/linux/spi/
H A Dspi.h224 void *controller_state; member
289 return spi->controller_state; in spi_get_ctldata()
294 spi->controller_state = state; in spi_set_ctldata()
/linux/include/soc/tegra/
H A Dbpmp-abi.h3058 struct cmd_uphy_pcie_controller_state_request controller_state; member
/linux/Documentation/spi/
H A Dspi-summary.rst537 Your controller driver may use spi_device.controller_state to hold