Lines Matching defs:endpoint
122 * umidi(sc) -> endpoint -> jack <- (dynamically assignable) - mididev
144 struct umidi_endpoint *endpoint;
163 /* endpoint data */
654 * each endpoint stuffs
717 /* alloc/free the array of endpoint structures */
801 "cannot get endpoint descriptor(out:%d)\n",
809 "illegal endpoint(out:%d)\n", fp->out_ep[i].ep);
827 "cannot get endpoint descriptor(in:%d)\n",
834 * endpoint. The existing input logic in this driver seems
836 * endpoint as illegal (or the in_progress status we get on
849 "illegal endpoint(in:%d)\n", fp->in_ep[i].ep);
1148 jack->endpoint = ep;
1162 jack->endpoint = ep;
1301 struct umidi_endpoint *ep = jack->endpoint;
1340 struct umidi_endpoint *ep = jack->endpoint;
1376 ep = jack->endpoint;
1393 jack->endpoint->num_open--;
1404 struct umidi_softc *sc = jack->endpoint->sc;
1409 if (--jack->endpoint->num_open == 0) {
1417 usbd_abort_pipe(jack->endpoint->pipe);
1553 * the CNs are not globally unique, each is shown with its associated endpoint
1577 md->in_jack->cable_number, md->in_jack->endpoint->addr);
1586 md->out_jack->cable_number, md->out_jack->endpoint->addr);
1636 jack->endpoint));
1743 struct umidi_endpoint *ep = out_jack->endpoint;
1843 DPRINTFN(200,("%s: input endpoint %p transfer length %u\n",
1846 DPRINTF(("%s: input endpoint %p odd transfer length %u\n",
1866 DPRINTF(("%s: stray input endpoint %p cable %d len %d: "
1879 DPRINTFN(500,("%s: input endpoint %p cable %d len %d: "
1921 DPRINTF(("%s: output endpoint %p odd transfer length %u\n",