Searched refs:fiq_op (Results 1 – 3 of 3) sorted by relevance
80 .fiq_op = fiq_def_op,113 if (current_fiq->fiq_op != NULL) in claim_fiq()114 ret = current_fiq->fiq_op(current_fiq->dev_id, 1); in claim_fiq()136 while (current_fiq->fiq_op(current_fiq->dev_id, 0)); in release_fiq()
31 int (*fiq_op)(void *, int relinquish); member
343 hw->fiq_handler.fiq_op = s3c24xx_spi_fiqop; in s3c24xx_spi_initfiq()
Completed in 6 milliseconds