Searched refs:M66592_MAX_NUM_PIPE (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 Dm66592-udc.h431 #define M66592_MAX_NUM_PIPE 8 macro
490 struct m66592_ep ep[M66592_MAX_NUM_PIPE];
491 struct m66592_ep *pipenum2ep[M66592_MAX_NUM_PIPE];
H A Dm66592-udc.c122 else if (pipenum < M66592_MAX_NUM_PIPE) {
138 else if (pipenum < M66592_MAX_NUM_PIPE) {
167 else if (pipenum < M66592_MAX_NUM_PIPE) {
184 else if (pipenum < M66592_MAX_NUM_PIPE) {
922 for (pipenum = 1; pipenum < M66592_MAX_NUM_PIPE; pipenum++) {
953 for (pipenum = 1; pipenum < M66592_MAX_NUM_PIPE; pipenum++) {
1660 for (i = 0; i < M66592_MAX_NUM_PIPE; i++) {

Completed in 20 milliseconds