Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dfiq.c117 fiq_installhandler(fh->fh_func, fh->fh_size); in fiq_claim()
152 fiq_installhandler(ofh->fh_func, ofh->fh_size); in fiq_release()
/f-stack/freebsd/arm/include/
H A Dfiq.h59 void *fh_func; /* FIQ handler routine */ member