Searched refs:ch_softc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/scsipi/
H A Dch.c63 struct ch_softc { struct
106 CFATTACH_DECL_NEW(ch, sizeof(struct ch_softc),
148 static int ch_move(struct ch_softc *, struct changer_move_request *);
149 static int ch_exchange(struct ch_softc *,
151 static int ch_position(struct ch_softc *,
153 static int ch_ielem(struct ch_softc *);
154 static int ch_ousergetelemstatus(struct ch_softc *, int, u_int8_t *);
155 static int ch_usergetelemstatus(struct ch_softc *,
157 static int ch_getelemstatus(struct ch_softc *, int, int, void *,
159 static int ch_setvoltag(struct ch_softc *,
[all...]
/netbsd-current/sys/arch/x68k/dev/
H A Ddmacvar.h79 struct dmac_softc *ch_softc; /* device softc link */ member in struct:dmac_channel_stat
H A Dintio_dmac.c144 sc->sc_channels[i].ch_softc = sc;
319 struct dmac_softc *dmac = chan->ch_softc;
478 struct dmac_softc *sc = chan->ch_softc;
524 struct dmac_softc *sc = chan->ch_softc;
570 sc = chan->ch_softc;
H A Dvs.c394 dmac_start_xfer_offset(chan->ch_softc, sc->sc_current.xfer,
440 dmac_start_xfer_offset(chan->ch_softc, sc->sc_current.xfer,
463 dmac_abort_xfer(sc->sc_dma_ch->ch_softc, sc->sc_current.xfer);
480 dmac_abort_xfer(sc->sc_dma_ch->ch_softc, sc->sc_current.xfer);
H A Dfd.c370 dmac_start_xfer(fdc->sc_dmachan->ch_softc, fdc->sc_xfer);
377 dmac_abort_xfer(fdc->sc_dmachan->ch_softc, fdc->sc_xfer);

Completed in 102 milliseconds