Searched refs:max_epns (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | dev.c | 80 for (i = 0; i < d->max_epns; i++) { in ast_vhub_dev_enable() 140 if (ep_num >= d->max_epns || !d->epns[ep_num - 1]) in ast_vhub_ep_feature() 184 if (ep_num >= d->max_epns) in ast_vhub_ep_status() 302 for (i = 0; i < d->max_epns; i++) { in ast_vhub_dev_nuke() 419 for (i = 0; i < d->max_epns; i++) in ast_vhub_udc_match_ep() 422 if (i >= d->max_epns) in ast_vhub_udc_match_ep() 554 d->max_epns = min_t(u32, vhub->max_epns, 30); in ast_vhub_init_dev() 555 d->epns = kcalloc(d->max_epns, sizeof(*d->epns), GFP_KERNEL); in ast_vhub_init_dev()
|
H A D | core.c | 128 for (i = 0; ep_acks && i < vhub->max_epns; i++) { in ast_vhub_irq() 225 epn_mask = GENMASK(vhub->max_epns - 1, 0); in ast_vhub_init_hw() 325 &vhub->max_epns); in ast_vhub_probe() 327 vhub->max_epns = AST_VHUB_NUM_GEN_EPs; in ast_vhub_probe() 329 vhub->epns = devm_kcalloc(&pdev->dev, vhub->max_epns, in ast_vhub_probe()
|
H A D | vhub.h | 362 u32 max_epns; member 409 u32 max_epns; member
|
H A D | epn.c | 806 for (i = 0; i < vhub->max_epns; i++) in ast_vhub_alloc_epn() 809 if (i >= vhub->max_epns) { in ast_vhub_alloc_epn()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | dev.c | 74 for (i = 0; i < d->max_epns; i++) { in ast_vhub_dev_enable() 145 if (ep_num >= d->max_epns || !d->epns[ep_num - 1]) in ast_vhub_ep_feature() 189 if (ep_num >= d->max_epns) in ast_vhub_ep_status() 307 for (i = 0; i < d->max_epns; i++) { in ast_vhub_dev_nuke() 424 for (i = 0; i < d->max_epns; i++) in ast_vhub_udc_match_ep() 427 if (i >= d->max_epns) in ast_vhub_udc_match_ep() 559 d->max_epns = min_t(u32, vhub->max_epns, 30); in ast_vhub_init_dev() 560 d->epns = kcalloc(d->max_epns, sizeof(*d->epns), GFP_KERNEL); in ast_vhub_init_dev()
|
H A D | core.c | 122 for (i = 0; ep_acks && i < vhub->max_epns; i++) { in ast_vhub_irq() 219 epn_mask = GENMASK(vhub->max_epns - 1, 0); in ast_vhub_init_hw() 317 &vhub->max_epns); in ast_vhub_probe() 319 vhub->max_epns = AST_VHUB_NUM_GEN_EPs; in ast_vhub_probe() 321 vhub->epns = devm_kcalloc(&pdev->dev, vhub->max_epns, in ast_vhub_probe()
|
H A D | vhub.h | 362 u32 max_epns; member 409 u32 max_epns; member
|
H A D | epn.c | 810 for (i = 0; i < vhub->max_epns; i++) in ast_vhub_alloc_epn() 813 if (i >= vhub->max_epns) { in ast_vhub_alloc_epn()
|
Completed in 8 milliseconds