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

/drivers/gpio/
H A Dgpio-pca953x.c497 unsigned nhandled = 0; local
509 nhandled++;
513 return (nhandled > 0) ? IRQ_HANDLED : IRQ_NONE;
H A Dgpio-sx150x.c355 unsigned nhandled = 0; local
376 ++nhandled;
381 return (nhandled > 0 ? IRQ_HANDLED : IRQ_NONE);

Completed in 1532 milliseconds