Home
last modified time | relevance | path

Searched refs:M66592_MAX_NUM_PIPE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/
Dm66592-udc.h418 #define M66592_MAX_NUM_PIPE 8 macro
475 struct m66592_ep ep[M66592_MAX_NUM_PIPE];
476 struct m66592_ep *pipenum2ep[M66592_MAX_NUM_PIPE];
Dm66592-udc.c112 else if (pipenum < M66592_MAX_NUM_PIPE) { in control_reg_get_pid()
128 else if (pipenum < M66592_MAX_NUM_PIPE) { in control_reg_set_pid()
157 else if (pipenum < M66592_MAX_NUM_PIPE) { in control_reg_get()
174 else if (pipenum < M66592_MAX_NUM_PIPE) { in control_reg_sqclr()
913 for (pipenum = 1; pipenum < M66592_MAX_NUM_PIPE; pipenum++) { in irq_pipe_ready()
944 for (pipenum = 1; pipenum < M66592_MAX_NUM_PIPE; pipenum++) { in irq_pipe_empty()
1634 for (i = 0; i < M66592_MAX_NUM_PIPE; i++) { in m66592_probe()