Home
last modified time | relevance | path

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

/openbsd/sys/dev/isa/
H A 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()
H A Dfdlink.h84 struct fdc_softc { struct
117 int fdcresult(struct fdc_softc *); argument
119 void fdcstart(struct fdc_softc *);
H A 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()
552 struct fdc_softc *fdc = (void *)fd->sc_dev.dv_parent; in fd_motor_on()
[all …]
/openbsd/sys/arch/sparc64/dev/
H A Dfd.c182 struct fdc_softc { struct
307 int fdcstate(struct fdc_softc *);
448 fdconf(struct fdc_softc *fdc) in fdconf()
1018 fdcstart(struct fdc_softc *fdc) in fdcstart()
1079 struct fdc_softc *fdc = arg; in fdctimeout()
1106 struct fdc_softc *fdc = arg; in fdcpseudointr()
1125 struct fdc_softc *fdc = arg; in fdchwintr()
1203 struct fdc_softc *fdc = arg; in fdcswintr()
1226 fdcstate(struct fdc_softc *fdc) in fdcstate()
1679 fdcretry(struct fdc_softc *fdc) in fdcretry()
[all …]
/openbsd/sys/arch/hppa/gsc/
H A Dfdc_gsc.c49 sizeof(struct fdc_softc), fdc_gsc_probe, fdc_gsc_attach
79 struct fdc_softc *sc = (void *)self;