Searched refs:find_ep (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Depautoconf.c191 find_ep (struct usb_gadget *gadget, const char *name) function
247 ep = find_ep (gadget, "ep-e");
250 ep = find_ep (gadget, "ep-f");
257 ep = find_ep (gadget, "ep3-bulk");
263 ep = find_ep (gadget, "ep2-bulk");
273 ep = find_ep (gadget, "ep5in");
275 ep = find_ep (gadget, "ep6out");
278 ep = find_ep(gadget, "ep1in");
280 ep = find_ep(gadget, "ep2out");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dkeyspan.c1423 static struct usb_endpoint_descriptor const *find_ep(struct usb_serial const *serial, function
1464 ep_desc = find_ep(serial, endpoint);

Completed in 255 milliseconds