ch_softc
struct dmac_softc *ch_softc; /* device softc link */
dmac_start_xfer(fdc->sc_dmachan->ch_softc, fdc->sc_xfer);
dmac_abort_xfer(fdc->sc_dmachan->ch_softc, fdc->sc_xfer);
sc->sc_channels[i].ch_softc = sc;
struct dmac_softc *dmac = chan->ch_softc;
struct dmac_softc *sc = chan->ch_softc;
struct dmac_softc *sc = chan->ch_softc;
sc = chan->ch_softc;
dmac_start_xfer_offset(chan->ch_softc, sc->sc_current.xfer,
dmac_start_xfer_offset(chan->ch_softc, sc->sc_current.xfer,
dmac_abort_xfer(sc->sc_dma_ch->ch_softc, sc->sc_current.xfer);
dmac_abort_xfer(sc->sc_dma_ch->ch_softc, sc->sc_current.xfer);
ch_getelemstatus(struct ch_softc *sc, int first, int count, void *data,
ch_setvoltag(struct ch_softc *sc, struct changer_set_voltag_request *csvr)
CFATTACH_DECL_NEW(ch, sizeof(struct ch_softc),
ch_ielem(struct ch_softc *sc)
ch_get_params(struct ch_softc *sc, int scsiflags)
ch_get_quirks(struct ch_softc *sc, struct scsipi_inquiry_pattern *inqbuf)
ch_map_element(struct ch_softc *sc, u_int16_t elem, int *typep, int *unitp)
static int ch_move(struct ch_softc *, struct changer_move_request *);
static int ch_exchange(struct ch_softc *,
static int ch_position(struct ch_softc *,
static int ch_ielem(struct ch_softc *);
static int ch_ousergetelemstatus(struct ch_softc *, int, u_int8_t *);
static int ch_usergetelemstatus(struct ch_softc *,
static int ch_getelemstatus(struct ch_softc *, int, int, void *,
static int ch_setvoltag(struct ch_softc *,
static int ch_get_params(struct ch_softc *, int);
static void ch_get_quirks(struct ch_softc *,
static void ch_event(struct ch_softc *, u_int);
static int ch_map_element(struct ch_softc *, u_int16_t, int *, int *);
struct ch_softc *sc = device_private(self);
struct ch_softc *sc;
struct ch_softc *sc = device_lookup_private(&ch_cd, CHUNIT(dev));
struct ch_softc *sc = device_lookup_private(&ch_cd, CHUNIT(dev));
struct ch_softc *sc = device_lookup_private(&ch_cd, CHUNIT(dev));
struct ch_softc *sc = device_lookup_private(&ch_cd, CHUNIT(dev));
struct ch_softc *sc = kn->kn_hook;
struct ch_softc *sc = kn->kn_hook;
struct ch_softc *sc = device_lookup_private(&ch_cd, CHUNIT(dev));
struct ch_softc *sc = device_private(periph->periph_dev);
ch_event(struct ch_softc *sc, u_int event)
ch_move(struct ch_softc *sc, struct changer_move_request *cm)
ch_exchange(struct ch_softc *sc, struct changer_exchange_request *ce)
ch_position(struct ch_softc *sc, struct changer_position_request *cp)
ch_ousergetelemstatus(struct ch_softc *sc, int chet, u_int8_t *uptr)
ch_usergetelemstatus(struct ch_softc *sc,