Searched refs:max_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 Dfsl_udc_core.c1297 if (wValue != 0 || wLength != 0 || pipe > udc->max_ep)
1518 for (i = 0; i < udc->max_ep * 2; i++) {
2041 for (i = 0; i < udc->max_ep / 2; i++) {
2162 udc->eps = kzalloc(sizeof(struct fsl_ep) * udc->max_ep, GFP_KERNEL);
2169 size = udc->max_ep * sizeof(struct ep_queue_head);
2298 /* DEN is bidirectional ep number, max_ep doubles the number */
2299 udc_controller->max_ep = (dccparams & DCCPARAMS_DEN_MASK) * 2;
2357 for (i = 1; i < (int)(udc_controller->max_ep / 2); i++) {
H A Dfsl_usb2_udc.h466 unsigned int max_ep; member in struct:fsl_udc

Completed in 54 milliseconds