Searched refs:relinquish (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dfiq.h27 /* Called to ask driver to relinquish/
31 int (*fiq_op)(void *, int relinquish);
32 /* data for the relinquish/reacquire functions
/linux-master/arch/arm/kernel/
H A Dfiq.c24 * - if owner A has a relinquish function.
61 * - we always relinquish FIQ control
64 static int fiq_def_op(void *ref, int relinquish) argument
66 if (!relinquish) {

Completed in 163 milliseconds