hw_ep_max 231 drivers/usb/chipidea/ci.h unsigned hw_ep_max; hw_ep_max 259 drivers/usb/chipidea/core.c ci->hw_ep_max = reg * 2; /* cache hw ENDPT_MAX */ hw_ep_max 261 drivers/usb/chipidea/core.c if (ci->hw_ep_max > ENDPT_MAX) hw_ep_max 133 drivers/usb/chipidea/debug.c for (i = 0; i < ci->hw_ep_max/2; i++) { hw_ep_max 136 drivers/usb/chipidea/debug.c &ci->ci_hw_ep[i + ci->hw_ep_max/2]; hw_ep_max 167 drivers/usb/chipidea/debug.c for (i = 0; i < ci->hw_ep_max; i++) hw_ep_max 171 drivers/usb/chipidea/debug.c i % (ci->hw_ep_max / 2), hw_ep_max 173 drivers/usb/chipidea/debug.c ((i < ci->hw_ep_max/2) ? hw_ep_max 65 drivers/usb/chipidea/udc.c int fill = 16 - ci->hw_ep_max / 2; hw_ep_max 67 drivers/usb/chipidea/udc.c if (n >= ci->hw_ep_max / 2) hw_ep_max 1050 drivers/usb/chipidea/udc.c num += ci->hw_ep_max / 2; hw_ep_max 1102 drivers/usb/chipidea/udc.c num += ci->hw_ep_max / 2; hw_ep_max 1190 drivers/usb/chipidea/udc.c for (i = 0; i < ci->hw_ep_max; i++) { hw_ep_max 1680 drivers/usb/chipidea/udc.c for (i = 0; i < ci->hw_ep_max/2; i++) hw_ep_max 1682 drivers/usb/chipidea/udc.c int k = i + j * ci->hw_ep_max/2; hw_ep_max 1745 drivers/usb/chipidea/udc.c for (i = 0; i < ci->hw_ep_max; i++) {