Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c139 .bNbrPorts = AST_VHUB_NUM_PORTS,
500 for (i = 0; i < AST_VHUB_NUM_PORTS; i++) { in ast_vhub_wake_work()
583 if (port == 0 || port > AST_VHUB_NUM_PORTS) in ast_vhub_set_port_feature()
626 if (port == 0 || port > AST_VHUB_NUM_PORTS) in ast_vhub_clr_port_feature()
672 if (port == 0 || port > AST_VHUB_NUM_PORTS) in ast_vhub_get_port_stat()
747 for (i = 0; i < AST_VHUB_NUM_PORTS; i++) { in ast_vhub_hub_suspend()
770 for (i = 0; i < AST_VHUB_NUM_PORTS; i++) { in ast_vhub_hub_resume()
804 for (i = 0; i < AST_VHUB_NUM_PORTS; i++) { in ast_vhub_hub_reset()
Dcore.c274 for (i = 0; i < AST_VHUB_NUM_PORTS; i++) in ast_vhub_remove()
296 (AST_VHUB_NUM_PORTS + 1), in ast_vhub_remove()
368 (AST_VHUB_NUM_PORTS + 1), in ast_vhub_probe()
382 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];