Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dumidi.c195 int sc_in_num_jacks; member
384 sc->sc_out_num_jacks, sc->sc_in_num_jacks); in umidi_attach()
784 sc->sc_in_num_jacks = 0; in alloc_all_endpoints_fixed_ep()
857 sc->sc_in_num_jacks += fp->in_ep[i].num_jacks; in alloc_all_endpoints_fixed_ep()
883 sc->sc_out_num_jacks = sc->sc_in_num_jacks = 0; in alloc_all_endpoints_yamaha()
939 sc->sc_in_num_jacks++; in alloc_all_endpoints_yamaha()
945 if (sc->sc_in_num_jacks > UMIDI_MAX_EPJACKS) in alloc_all_endpoints_yamaha()
946 sc->sc_in_num_jacks = UMIDI_MAX_EPJACKS; in alloc_all_endpoints_yamaha()
953 if (sc->sc_in_num_jacks && in_addr) { in alloc_all_endpoints_yamaha()
957 sc->sc_in_num_jacks = 0; in alloc_all_endpoints_yamaha()
[all …]