Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c75 for (i = 0; i < d->max_epns; i++) { in ast_vhub_dev_enable()
146 if (ep_num >= d->max_epns || !d->epns[ep_num - 1]) in ast_vhub_ep_feature()
190 if (ep_num >= d->max_epns) in ast_vhub_ep_status()
308 for (i = 0; i < d->max_epns; i++) { in ast_vhub_dev_nuke()
425 for (i = 0; i < d->max_epns; i++) in ast_vhub_udc_match_ep()
428 if (i >= d->max_epns) in ast_vhub_udc_match_ep()
560 d->max_epns = min_t(u32, vhub->max_epns, 30); in ast_vhub_init_dev()
561 d->epns = kcalloc(d->max_epns, sizeof(*d->epns), GFP_KERNEL); in ast_vhub_init_dev()
Dcore.c123 for (i = 0; ep_acks && i < vhub->max_epns; i++) { in ast_vhub_irq()
220 epn_mask = GENMASK(vhub->max_epns - 1, 0); in ast_vhub_init_hw()
320 &vhub->max_epns); in ast_vhub_probe()
322 vhub->max_epns = AST_VHUB_NUM_GEN_EPs; in ast_vhub_probe()
324 vhub->epns = devm_kcalloc(&pdev->dev, vhub->max_epns, in ast_vhub_probe()
Dvhub.h362 u32 max_epns; member
409 u32 max_epns; member
Depn.c803 for (i = 0; i < vhub->max_epns; i++) in ast_vhub_alloc_epn()
806 if (i >= vhub->max_epns) { in ast_vhub_alloc_epn()