Lines Matching defs:sc_fh
164 struct fiqhandler sc_fh; /* FIQ handler descriptor */
1031 fdc->sc_fh.fh_func = floppy_read_fiq;
1032 fdc->sc_fh.fh_size = floppy_read_fiq_end -
1035 fdc->sc_fh.fh_func = floppy_write_fiq;
1036 fdc->sc_fh.fh_size = floppy_read_fiq_end -
1039 fdc->sc_fh.fh_flags = 0;
1040 fdc->sc_fh.fh_regs = &fdc->sc_fr;
1051 if (fiq_claim(&fdc->sc_fh) == -1)
1122 fiq_release(&fdc->sc_fh);
1137 fiq_release(&fdc->sc_fh);
1148 fiq_release(&fdc->sc_fh);