Lines Matching refs:endpoint
86 * This function dumps the USB transfer that are queued up on an USB endpoint.
94 PRINTK("usb_dump_queue: endpoint=%p xfer: ", ep);
105 * This function dumps information about an USB endpoint.
111 PRINTK("usb_dump_endpoint: endpoint=%p", ep);
123 PRINTK("usb_dump_endpoint: endpoint=NULL\n");
140 if (xfer->endpoint == NULL) {
141 PRINTK("xfer %p: endpoint=NULL\n",
147 "endpoint=%p ep=0x%02x attr=0x%02x\n",
151 udev->address, xfer->endpoint,
152 xfer->endpoint->edesc->bEndpointAddress,
153 xfer->endpoint->edesc->bmAttributes);