Lines Matching refs:enc_softc
128 struct enc_softc *enc; in enc_devgonecb()
135 enc = (struct enc_softc *)periph->softc; in enc_devgonecb()
165 struct enc_softc *enc; in enc_oninvalidate()
196 struct enc_softc *enc; in enc_dtor()
236 struct enc_softc *softc; in enc_async()
238 softc = (struct enc_softc *)periph->softc; in enc_async()
278 struct enc_softc *softc; in enc_open()
287 softc = (struct enc_softc *)periph->softc; in enc_open()
312 struct enc_softc *enc; in enc_close()
372 enc = (struct enc_softc *)periph->softc; in enc_ioctl()
575 enc_runcmd(struct enc_softc *enc, char *cdb, int cdbl, char *dptr, int *dlenp) in enc_runcmd()
648 enc_log(struct enc_softc *enc, const char *fmt, ...) in enc_log()