Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c81 struct ast_vhub_ep *ep = d->epns[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()
145 ep = d->epns[ep_num - 1]; in ast_vhub_ep_feature()
187 ep = d->epns[ep_num - 1]; in ast_vhub_ep_status()
303 if (!d->epns[i]) in ast_vhub_dev_nuke()
305 ast_vhub_nuke(d->epns[i], -ESHUTDOWN); in ast_vhub_dev_nuke()
420 if (d->epns[i] == NULL) in ast_vhub_udc_match_ep()
Dvhub.h361 struct ast_vhub_ep *epns[AST_VHUB_NUM_GEN_EPs]; member
399 struct ast_vhub_ep epns[AST_VHUB_NUM_GEN_EPs]; member
Depn.c766 ep->dev->epns[ep->d_idx - 1] = NULL; in ast_vhub_epn_dispose()
804 if (vhub->epns[i].dev == NULL) in ast_vhub_alloc_epn()
812 ep = &vhub->epns[i]; in ast_vhub_alloc_epn()
822 d->epns[addr-1] = ep; in ast_vhub_alloc_epn()
Dcore.c130 ast_vhub_epn_ack_irq(&vhub->epns[i]); in ast_vhub_irq()