Searched refs:controller_state (Results 1 – 18 of 18) sorted by relevance
162 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_write_cs_reg()169 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_read_cs_reg()176 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_cached_chconf0()183 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_write_chconf0()222 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_set_enable()248 if (spi->controller_state) { in omap2_mcspi_set_cs()1039 if (spi->controller_state) { in omap2_mcspi_cleanup()1041 cs = spi->controller_state; in omap2_mcspi_cleanup()1065 spi->controller_state = cs; in omap2_mcspi_setup()1142 cs = spi->controller_state; in omap2_mcspi_transfer_one()[all …]
143 struct spi_bitbang_cs *cs = spi->controller_state; in spi_bitbang_setup_transfer()185 struct spi_bitbang_cs *cs = spi->controller_state; in spi_bitbang_setup()196 spi->controller_state = cs; in spi_bitbang_setup()229 kfree(spi->controller_state); in spi_bitbang_cleanup()235 struct spi_bitbang_cs *cs = spi->controller_state; in spi_bitbang_bufs()
176 struct uwire_state *ust = spi->controller_state; in uwire_chipselect()311 struct uwire_state *ust = spi->controller_state; in uwire_setup_transfer()426 struct uwire_state *ust = spi->controller_state; in uwire_setup()434 spi->controller_state = ust; in uwire_setup()447 kfree(spi->controller_state); in uwire_cleanup()
61 struct mpc52xx_psc_spi_cs *cs = spi->controller_state; in mpc52xx_psc_spi_transfer_setup()73 struct mpc52xx_psc_spi_cs *cs = spi->controller_state; in mpc52xx_psc_spi_activate_cs()261 struct mpc52xx_psc_spi_cs *cs = spi->controller_state; in mpc52xx_psc_spi_setup()271 spi->controller_state = cs; in mpc52xx_psc_spi_setup()304 kfree(spi->controller_state); in mpc52xx_psc_spi_cleanup()
165 struct spi_ppc4xx_cs *cs = spi->controller_state; in spi_ppc4xx_setupxfer()218 struct spi_ppc4xx_cs *cs = spi->controller_state; in spi_ppc4xx_setup()229 spi->controller_state = cs; in spi_ppc4xx_setup()322 kfree(spi->controller_state); in spi_ppc4xx_cleanup()
94 struct s3c24xx_spi_devstate *cs = spi->controller_state; in s3c24xx_spi_chipsel()118 struct s3c24xx_spi_devstate *cs = spi->controller_state; in s3c24xx_spi_update_state()161 struct s3c24xx_spi_devstate *cs = spi->controller_state; in s3c24xx_spi_setupxfer()174 struct s3c24xx_spi_devstate *cs = spi->controller_state; in s3c24xx_spi_setup()188 spi->controller_state = cs; in s3c24xx_spi_setup()
82 struct mpc512x_psc_spi_cs *cs = spi->controller_state; in mpc512x_psc_spi_transfer_setup()94 struct mpc512x_psc_spi_cs *cs = spi->controller_state; in mpc512x_psc_spi_activate_cs()365 struct mpc512x_psc_spi_cs *cs = spi->controller_state; in mpc512x_psc_spi_setup()388 spi->controller_state = cs; in mpc512x_psc_spi_setup()401 kfree(spi->controller_state); in mpc512x_psc_spi_cleanup()
180 struct omap1_spi100k_cs *cs = spi->controller_state; in omap1_spi100k_txrx_pio()236 struct omap1_spi100k_cs *cs = spi->controller_state; in omap1_spi100k_setup_transfer()263 struct omap1_spi100k_cs *cs = spi->controller_state; in omap1_spi100k_setup()272 spi->controller_state = cs; in omap1_spi100k_setup()
363 u32 *ausd = spi->controller_state; in at91_usart_spi_setup()386 spi->controller_state = ausd; in at91_usart_spi_setup()449 u32 *ausd = spi->controller_state; in at91_usart_spi_prepare_message()471 struct at91_usart_spi_device *ausd = spi->controller_state; in at91_usart_spi_cleanup()473 spi->controller_state = NULL; in at91_usart_spi_cleanup()
326 struct atmel_spi_device *asd = spi->controller_state; in cs_activate()1240 asd = spi->controller_state; in atmel_spi_setup()1246 spi->controller_state = asd; in atmel_spi_setup()1292 asd = spi->controller_state; in atmel_spi_one_transfer()1396 struct atmel_spi_device *asd = spi->controller_state; in atmel_spi_cleanup()1401 spi->controller_state = NULL; in atmel_spi_cleanup()
92 struct spi_mpc8xxx_cs *cs = spi->controller_state; in fsl_spi_change_mode()118 struct spi_mpc8xxx_cs *cs = spi->controller_state; in fsl_spi_chipselect()231 struct spi_mpc8xxx_cs *cs = spi->controller_state; in fsl_spi_setup_transfer()
490 if (!spi->controller_state) in meson_spicc_setup()491 spi->controller_state = spi_master_get_devdata(spi->master); in meson_spicc_setup()498 spi->controller_state = NULL; in meson_spicc_cleanup()
228 if (!spi->controller_state && cs) in spi_gpio_setup()
738 proxy->controller_state = NULL; in spi_new_device()
184 void *controller_state; member233 return spi->controller_state; in spi_get_ctldata()238 spi->controller_state = state; in spi_set_ctldata()
2490 struct cmd_uphy_pcie_controller_state_request controller_state; member
1174 req.controller_state.pcie_controller = pcie->cid; in tegra_pcie_bpmp_set_ctrl_state()1175 req.controller_state.enable = enable; in tegra_pcie_bpmp_set_ctrl_state()
545 Your controller driver may use spi_device.controller_state to hold
Completed in 49 milliseconds