Lines Matching refs:epns
75 struct ast_vhub_ep *ep = d->epns[i]; in ast_vhub_dev_enable()
145 if (ep_num >= d->max_epns || !d->epns[ep_num - 1]) in ast_vhub_ep_feature()
150 ep = d->epns[ep_num - 1]; in ast_vhub_ep_feature()
192 ep = d->epns[ep_num - 1]; in ast_vhub_ep_status()
308 if (!d->epns[i]) in ast_vhub_dev_nuke()
310 ast_vhub_nuke(d->epns[i], -ESHUTDOWN); in ast_vhub_dev_nuke()
425 if (d->epns[i] == NULL) in ast_vhub_udc_match_ep()
534 kfree(d->epns); in ast_vhub_del_dev()
560 d->epns = kcalloc(d->max_epns, sizeof(*d->epns), GFP_KERNEL); in ast_vhub_init_dev()
561 if (!d->epns) in ast_vhub_init_dev()
606 kfree(d->epns); in ast_vhub_init_dev()