Searched refs:R8A66597_MAX_NUM_PIPE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dr8a66597.h35 #define R8A66597_MAX_NUM_PIPE 10 macro
95 unsigned char pipe_cnt[R8A66597_MAX_NUM_PIPE];
122 struct list_head pipe_queue[R8A66597_MAX_NUM_PIPE];
125 struct timer_list td_timer[R8A66597_MAX_NUM_PIPE];
126 struct timer_list interval_timer[R8A66597_MAX_NUM_PIPE];
131 unsigned char pipe_cnt[R8A66597_MAX_NUM_PIPE];
H A Dr8a66597-hcd.c675 u16 array[R8A66597_MAX_NUM_PIPE], i = 0, min;
887 for (pipenum = 1; pipenum < R8A66597_MAX_NUM_PIPE; pipenum++) {
1534 for (pipenum = 1; pipenum < R8A66597_MAX_NUM_PIPE; pipenum++) {
1568 for (pipenum = 1; pipenum < R8A66597_MAX_NUM_PIPE; pipenum++) {
1604 for (pipenum = 1; pipenum < R8A66597_MAX_NUM_PIPE; pipenum++) {
1750 for (pipenum = 0; pipenum < R8A66597_MAX_NUM_PIPE; pipenum++) {
1773 for (pipenum = 0; pipenum < R8A66597_MAX_NUM_PIPE; pipenum++) {
2507 for (i = 0; i < R8A66597_MAX_NUM_PIPE; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dr8a66597-udc.h34 #define R8A66597_MAX_NUM_PIPE 8 macro
104 struct r8a66597_ep ep[R8A66597_MAX_NUM_PIPE];
105 struct r8a66597_ep *pipenum2ep[R8A66597_MAX_NUM_PIPE];
H A Dr8a66597-udc.c117 else if (pipenum < R8A66597_MAX_NUM_PIPE) {
133 else if (pipenum < R8A66597_MAX_NUM_PIPE) {
162 else if (pipenum < R8A66597_MAX_NUM_PIPE) {
179 else if (pipenum < R8A66597_MAX_NUM_PIPE) {
868 for (pipenum = 1; pipenum < R8A66597_MAX_NUM_PIPE; pipenum++) {
898 for (pipenum = 1; pipenum < R8A66597_MAX_NUM_PIPE; pipenum++) {
1610 for (i = 0; i < R8A66597_MAX_NUM_PIPE; i++) {

Completed in 78 milliseconds