Searched refs:fh_regs (Results 1 – 2 of 2) sorted by relevance
106 if (ofh->fh_regs != NULL) in fiq_claim()107 fiq_getregs(ofh->fh_regs); in fiq_claim()111 if (fh->fh_regs != NULL) in fiq_claim()112 fiq_setregs(fh->fh_regs); in fiq_claim()146 if (fh->fh_regs != NULL) in fiq_release()147 fiq_getregs(fh->fh_regs); in fiq_release()150 if (ofh->fh_regs != NULL) in fiq_release()151 fiq_setregs(ofh->fh_regs); in fiq_release()
62 struct fiqregs *fh_regs; /* pointer to regs structure */ member