Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c125 if (ep_num >= AST_VHUB_NUM_GEN_EPs || !d->epns[ep_num - 1]) in ast_vhub_ep_feature()
169 if (ep_num >= AST_VHUB_NUM_GEN_EPs) in ast_vhub_ep_status()
282 for (i = 0; i < AST_VHUB_NUM_GEN_EPs; i++) { in ast_vhub_dev_nuke()
399 for (i = 0; i < AST_VHUB_NUM_GEN_EPs; i++) in ast_vhub_udc_match_ep()
402 if (i >= AST_VHUB_NUM_GEN_EPs) in ast_vhub_udc_match_ep()
500 for (i = 0; i < AST_VHUB_NUM_GEN_EPs; i++) { in ast_vhub_dev_reset()
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];
Dcore.c125 for (i = 0; ep_acks && i < AST_VHUB_NUM_GEN_EPs; i++) { in ast_vhub_irq()
Depn.c807 for (i = 0; i < AST_VHUB_NUM_GEN_EPs; i++) in ast_vhub_alloc_epn()
810 if (i >= AST_VHUB_NUM_GEN_EPs) { in ast_vhub_alloc_epn()