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

/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++) {
2511 for (i = 0; i < R8A66597_MAX_NUM_PIPE; i++) {
/drivers/usb/gadget/
H A Dr8a66597-udc.h24 #define R8A66597_MAX_NUM_PIPE 8 macro
103 struct r8a66597_ep ep[R8A66597_MAX_NUM_PIPE];
104 struct r8a66597_ep *pipenum2ep[R8A66597_MAX_NUM_PIPE];
H A Dr8a66597-udc.c111 } else if (pipenum < R8A66597_MAX_NUM_PIPE) {
129 } else if (pipenum < R8A66597_MAX_NUM_PIPE) {
160 } else if (pipenum < R8A66597_MAX_NUM_PIPE) {
179 } else if (pipenum < R8A66597_MAX_NUM_PIPE) {
196 } else if (pipenum < R8A66597_MAX_NUM_PIPE) {
211 } else if (pipenum < R8A66597_MAX_NUM_PIPE) {
1113 for (pipenum = 1; pipenum < R8A66597_MAX_NUM_PIPE; pipenum++) {
1143 for (pipenum = 1; pipenum < R8A66597_MAX_NUM_PIPE; pipenum++) {
1955 for (i = 0; i < R8A66597_MAX_NUM_PIPE; i++) {

Completed in 23 milliseconds