Home
last modified time | relevance | path

Searched refs:AST_VHUB_NUM_PORTS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c139 .bNbrPorts = AST_VHUB_NUM_PORTS,
507 for (i = 0; i < AST_VHUB_NUM_PORTS; i++) { in ast_vhub_wake_work()
590 if (port == 0 || port > AST_VHUB_NUM_PORTS) in ast_vhub_set_port_feature()
633 if (port == 0 || port > AST_VHUB_NUM_PORTS) in ast_vhub_clr_port_feature()
679 if (port == 0 || port > AST_VHUB_NUM_PORTS) in ast_vhub_get_port_stat()
760 for (i = 0; i < AST_VHUB_NUM_PORTS; i++) { in ast_vhub_hub_suspend()
783 for (i = 0; i < AST_VHUB_NUM_PORTS; i++) { in ast_vhub_hub_resume()
817 for (i = 0; i < AST_VHUB_NUM_PORTS; i++) { in ast_vhub_hub_reset()
Dcore.c276 for (i = 0; i < AST_VHUB_NUM_PORTS; i++) in ast_vhub_remove()
298 (AST_VHUB_NUM_PORTS + 1), in ast_vhub_remove()
369 (AST_VHUB_NUM_PORTS + 1), in ast_vhub_probe()
383 for (i = 0; i < AST_VHUB_NUM_PORTS && rc == 0; i++) in ast_vhub_probe()
Dvhub.h214 #define AST_VHUB_NUM_PORTS 5 /* vHub ports */ macro
396 struct ast_vhub_port ports[AST_VHUB_NUM_PORTS];