Home
last modified time | relevance | path

Searched refs:fdc_softc (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/isa/
Dfdc.c86 sizeof(struct fdc_softc), fdcprobe, fdcattach
139 struct fdc_softc *fdc = (void *)self; in fdcattach()
172 struct fdc_softc *sc = arg; in fdc_create_kthread()
182 struct fdc_softc *fdc = arg; in fdcattach_deferred()
233 fdcresult(struct fdc_softc *fdc) in fdcresult()
274 fdcstart(struct fdc_softc *fdc) in fdcstart()
291 struct fdc_softc *fdc = (void *)dv->dv_parent; in fdcstatus()
340 struct fdc_softc *fdc = arg; in fdcintr()
341 extern int fdintr(struct fdc_softc *); in fdcintr()
Dfdlink.h84 struct fdc_softc { struct
117 int fdcresult(struct fdc_softc *); argument
119 void fdcstart(struct fdc_softc *);
Dfd.c143 int fdintr(struct fdc_softc *);
145 void fd_set_motor(struct fdc_softc *fdc, int reset);
186 struct fdc_softc *fdc = (void *)parent; in fdprobe()
246 struct fdc_softc *fdc = (void *)parent; in fdattach()
313 struct fdc_softc *fdc = (void *)fd->sc_dev.dv_parent; in fdactivate()
438 struct fdc_softc *fdc = (void *)fd->sc_dev.dv_parent; in fdstrategy()
461 struct fdc_softc *fdc = (void *)fd->sc_dev.dv_parent; in fdstart()
476 struct fdc_softc *fdc = (void *)fd->sc_dev.dv_parent; in fdfinish()
517 fd_set_motor(struct fdc_softc *fdc, int reset) in fd_set_motor()
544 fd_set_motor((struct fdc_softc *)fd->sc_dev.dv_parent, 0); in fd_motor_off()
[all …]
/openbsd/src/sys/arch/sparc64/dev/
Dfd.c182 struct fdc_softc { struct
219 int fdcattach(struct fdc_softc *, int); argument
222 sizeof(struct fdc_softc), fdcmatch_sbus, fdcattach_sbus
226 sizeof(struct fdc_softc), fdcmatch_ebus, fdcattach_ebus
294 void fd_set_motor(struct fdc_softc *fdc);
297 int fdcresult(struct fdc_softc *fdc);
298 int fdc_wrfifo(struct fdc_softc *fdc, u_char x);
299 void fdcstart(struct fdc_softc *fdc);
300 void fdcstatus(struct fdc_softc *fdc, char *s);
301 void fdc_reset(struct fdc_softc *fdc);
[all …]
/openbsd/src/sys/arch/hppa/gsc/
Dfdc_gsc.c49 sizeof(struct fdc_softc), fdc_gsc_probe, fdc_gsc_attach
79 struct fdc_softc *sc = (void *)self;