Home | History | Annotate | Download | only in usb

Lines Matching defs:endpt

3691 	int endpt, clkid;
3695 endpt = as->edesc->bEndpointAddress;
3697 DPRINTF("endpt=0x%02x, clkid=%d, speed=%d, alt=%d\n",
3698 endpt, clkid, ch->sample_rate, as->alt);
3711 err = uaudio_set_speed(sc, endpt, clkid, ch->sample_rate);
3717 DPRINTF("create pipe to 0x%02x\n", endpt);
3718 err = usbd_open_pipe(as->ifaceh, endpt, USBD_MPSAFE, &ch->pipe);
3722 endpt = as->edesc1->bEndpointAddress;
3723 if (endpt != 0) {
3724 DPRINTF("create sync-pipe to 0x%02x\n", endpt);
3725 err = usbd_open_pipe(as->ifaceh, endpt, USBD_MPSAFE,
4147 uaudio_speed(struct uaudio_softc *sc, int endpt, int clkid,
4161 USETW(req.wIndex, endpt);
4179 uaudio_set_speed(struct uaudio_softc *sc, int endpt, int clkid, u_int speed)
4183 DPRINTFN(5, "endpt=%d clkid=%u speed=%u\n", endpt, clkid, speed);
4190 return uaudio_speed(sc, endpt, clkid, data, 1);