Lines Matching refs:s3c24xx_spi

55 struct s3c24xx_spi {  struct
87 static inline struct s3c24xx_spi *to_hw(struct spi_device *sdev) in to_hw() argument
100 struct s3c24xx_spi *hw = to_hw(spi); in s3c24xx_spi_chipsel()
122 struct s3c24xx_spi *hw = to_hw(spi); in s3c24xx_spi_update_state()
167 struct s3c24xx_spi *hw = to_hw(spi); in s3c24xx_spi_setupxfer()
180 struct s3c24xx_spi *hw = to_hw(spi); in s3c24xx_spi_setup()
211 static inline unsigned int hw_txbyte(struct s3c24xx_spi *hw, int count) in hw_txbyte()
263 static void s3c24xx_spi_tryfiq(struct s3c24xx_spi *hw) in s3c24xx_spi_tryfiq()
338 struct s3c24xx_spi *hw = pw; in s3c24xx_spi_fiqop()
363 static inline void s3c24xx_spi_initfiq(struct s3c24xx_spi *hw) in s3c24xx_spi_initfiq()
377 static inline bool s3c24xx_spi_usefiq(struct s3c24xx_spi *hw) in s3c24xx_spi_usefiq()
389 static inline bool s3c24xx_spi_usingfiq(struct s3c24xx_spi *spi) in s3c24xx_spi_usingfiq()
395 static inline void s3c24xx_spi_initfiq(struct s3c24xx_spi *s) { } in s3c24xx_spi_initfiq()
396 static inline void s3c24xx_spi_tryfiq(struct s3c24xx_spi *s) { } in s3c24xx_spi_tryfiq()
397 static inline bool s3c24xx_spi_usefiq(struct s3c24xx_spi *s) { return false; } in s3c24xx_spi_usefiq()
398 static inline bool s3c24xx_spi_usingfiq(struct s3c24xx_spi *s) { return false; } in s3c24xx_spi_usingfiq()
404 struct s3c24xx_spi *hw = to_hw(spi); in s3c24xx_spi_txrx()
426 struct s3c24xx_spi *hw = dev; in s3c24xx_spi_irq()
468 static void s3c24xx_spi_initialsetup(struct s3c24xx_spi *hw) in s3c24xx_spi_initialsetup()
492 struct s3c24xx_spi *hw; in s3c24xx_spi_probe()
497 master = spi_alloc_master(&pdev->dev, sizeof(struct s3c24xx_spi)); in s3c24xx_spi_probe()
614 struct s3c24xx_spi *hw = platform_get_drvdata(dev); in s3c24xx_spi_remove()
627 struct s3c24xx_spi *hw = dev_get_drvdata(dev); in s3c24xx_spi_suspend()
643 struct s3c24xx_spi *hw = dev_get_drvdata(dev); in s3c24xx_spi_resume()