HomeSort by: relevance | last modified time | path
    Searched refs:ch_softc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/scsipi/
ch.c 63 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...]
  /src/sys/arch/x68k/dev/
dmacvar.h 79 struct dmac_softc *ch_softc; /* device softc link */ member in struct:dmac_channel_stat
intio_dmac.c 144 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;
vs.c 394 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);
fd.c 370 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 15 milliseconds