Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-s3c24xx.c60 struct fiq_handler fiq_handler; member
255 ret = claim_fiq(&hw->fiq_handler); in s3c24xx_spi_tryfiq()
341 hw->fiq_handler.dev_id = hw; in s3c24xx_spi_initfiq()
342 hw->fiq_handler.name = dev_name(hw->dev); in s3c24xx_spi_initfiq()
343 hw->fiq_handler.fiq_op = s3c24xx_spi_fiqop; in s3c24xx_spi_initfiq()