Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Diavc.c320 int iavc_load(capi_softc_t *capi_sc, int len, u_int8_t *cp) in iavc_load() argument
322 iavc_softc_t *sc = (iavc_softc_t*) capi_sc->ctx; in iavc_load()
412 int iavc_register(capi_softc_t *capi_sc, int applid, int nchan) in iavc_register() argument
414 iavc_softc_t *sc = (iavc_softc_t*) capi_sc->ctx; in iavc_register()
452 int iavc_release(capi_softc_t *capi_sc, int applid) in iavc_release() argument
454 iavc_softc_t *sc = (iavc_softc_t*) capi_sc->ctx; in iavc_release()
479 int iavc_send(capi_softc_t *capi_sc, struct mbuf *m) in iavc_send() argument
481 iavc_softc_t *sc = (iavc_softc_t*) capi_sc->ctx; in iavc_send()