Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dacm.c512 struct usb_endpoint_descriptor *epctrl, *epread, *epwrite; in acm_probe() local
543 epctrl = ifcom->endpoint + 0; in acm_probe()
547 if ((epctrl->bEndpointAddress & 0x80) != 0x80 || (epctrl->bmAttributes & 3) != 3 || in acm_probe()
573 ctrlsize = epctrl->wMaxPacketSize; in acm_probe()
589 FILL_INT_URB(&acm->ctrlurb, dev, usb_rcvintpipe(dev, epctrl->bEndpointAddress), in acm_probe()
590 buf, ctrlsize, acm_ctrl_irq, acm, epctrl->bInterval); in acm_probe()