Home
last modified time | relevance | path

Searched refs:AST_VHUB_NUM_GEN_EPs (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c80 for (i = 0; i < AST_VHUB_NUM_GEN_EPs; i++) { in ast_vhub_dev_enable()
140 if (ep_num >= AST_VHUB_NUM_GEN_EPs || !d->epns[ep_num - 1]) in ast_vhub_ep_feature()
184 if (ep_num >= AST_VHUB_NUM_GEN_EPs) in ast_vhub_ep_status()
302 for (i = 0; i < AST_VHUB_NUM_GEN_EPs; i++) { in ast_vhub_dev_nuke()
419 for (i = 0; i < AST_VHUB_NUM_GEN_EPs; i++) in ast_vhub_udc_match_ep()
422 if (i >= AST_VHUB_NUM_GEN_EPs) in ast_vhub_udc_match_ep()
Dvhub.h213 #define AST_VHUB_NUM_GEN_EPs 15 /* Generic non-0 EPs */ macro
361 struct ast_vhub_ep *epns[AST_VHUB_NUM_GEN_EPs];
399 struct ast_vhub_ep epns[AST_VHUB_NUM_GEN_EPs];
Depn.c803 for (i = 0; i < AST_VHUB_NUM_GEN_EPs; i++) in ast_vhub_alloc_epn()
806 if (i >= AST_VHUB_NUM_GEN_EPs) { in ast_vhub_alloc_epn()
Dcore.c127 for (i = 0; ep_acks && i < AST_VHUB_NUM_GEN_EPs; i++) { in ast_vhub_irq()