Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dumidi.c203 struct umidi_endpoint *sc_out_ep; member
228 #define UMIDI_ENDPOINT_SIZE(sc) (sizeof(*(sc)->sc_out_ep) * \
746 sc->sc_endpoints = sc->sc_out_ep = sc->sc_in_ep = NULL; in alloc_all_endpoints()
767 sc->sc_endpoints = sc->sc_out_ep = sc->sc_in_ep = NULL; in free_all_endpoints()
789 sc->sc_out_ep = sc->sc_out_num_endpoints ? sc->sc_endpoints : NULL; in alloc_all_endpoints_fixed_ep()
794 ep = &sc->sc_out_ep[0]; in alloc_all_endpoints_fixed_ep()
964 sc->sc_out_ep = sc->sc_endpoints; in alloc_all_endpoints_yamaha()
965 sc->sc_out_ep->sc = sc; in alloc_all_endpoints_yamaha()
966 sc->sc_out_ep->addr = out_addr; in alloc_all_endpoints_yamaha()
967 sc->sc_out_ep->num_jacks = sc->sc_out_num_jacks; in alloc_all_endpoints_yamaha()
[all …]
Dmotgvar.h86 struct motg_hw_ep sc_out_ep[MOTG_MAX_HW_EP]; member
Dmotg.c364 sc->sc_out_ep[0].ep_fifo_size = 0; /* not used */ in motg_init()
365 sc->sc_out_ep[0].ep_number = sc->sc_in_ep[0].ep_number = 0; in motg_init()
444 sc->sc_out_ep[i].ep_fifo_size = (1 << fifotx_size); in motg_init()
445 SIMPLEQ_INIT(&sc->sc_out_ep[i].ep_pipes); in motg_init()
447 sc->sc_out_ep[i].ep_number = sc->sc_in_ep[i].ep_number = i; in motg_init()
490 sc->sc_in_ep : sc->sc_out_ep; in motg_select_ep()
2032 struct motg_hw_ep *ep = &sc->sc_out_ep[epnumber]; in motg_device_intr_tx()