Home | History | Annotate | Download | only in qemu

Lines Matching full:endpoint

95 /* endpoint association data */
450 urb->endpoint = p->devep | 0x80;
452 urb->endpoint = p->devep;
455 ret = ioctl(s->fd, USBDEVFS_CLEAR_HALT, &urb->endpoint);
458 urb->endpoint, errno);
482 dprintf("husb: data submit. ep 0x%x len %u aurb %p\n", urb->endpoint, p->len, aurb);
596 urb->endpoint = p->devep;
803 /* get the desired configuration, interface, and endpoint descriptors
872 dprintf("usb_host: malformed endpoint type\n");