Searched refs:ast_vhub (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/gadget/udc/aspeed-vhub/ |
D | vhub.h | 221 struct ast_vhub; 281 struct ast_vhub *vhub; 342 struct ast_vhub *vhub; 377 struct ast_vhub { struct 505 void ast_vhub_init_hw(struct ast_vhub *vhub); 511 void ast_vhub_init_ep0(struct ast_vhub *vhub, struct ast_vhub_ep *ep, 521 void ast_vhub_init_hub(struct ast_vhub *vhub); 526 void ast_vhub_device_connect(struct ast_vhub *vhub, unsigned int port, 528 void ast_vhub_hub_suspend(struct ast_vhub *vhub); 529 void ast_vhub_hub_resume(struct ast_vhub *vhub); [all …]
|
D | hub.c | 338 struct ast_vhub *vhub = ep->vhub; in ast_vhub_std_hub_request() 413 static void ast_vhub_update_hub_ep1(struct ast_vhub *vhub, in ast_vhub_update_hub_ep1() 426 static void ast_vhub_change_port_stat(struct ast_vhub *vhub, in ast_vhub_change_port_stat() 465 static void ast_vhub_send_host_wakeup(struct ast_vhub *vhub) in ast_vhub_send_host_wakeup() 473 void ast_vhub_device_connect(struct ast_vhub *vhub, in ast_vhub_device_connect() 495 struct ast_vhub *vhub = container_of(work, in ast_vhub_wake_work() 496 struct ast_vhub, in ast_vhub_wake_work() 521 void ast_vhub_hub_wake_all(struct ast_vhub *vhub) in ast_vhub_hub_wake_all() 531 static void ast_vhub_port_reset(struct ast_vhub *vhub, u8 port) in ast_vhub_port_reset() 587 struct ast_vhub *vhub = ep->vhub; in ast_vhub_set_port_feature() [all …]
|
D | core.c | 100 struct ast_vhub *vhub = data; in ast_vhub_irq() 183 void ast_vhub_init_hw(struct ast_vhub *vhub) in ast_vhub_init_hw() 268 struct ast_vhub *vhub = platform_get_drvdata(pdev); in ast_vhub_remove() 309 struct ast_vhub *vhub; in ast_vhub_probe()
|
D | ep0.c | 275 struct ast_vhub *vhub = ep->vhub; in ast_vhub_ep0_handle_ack() 363 struct ast_vhub *vhub = ep->vhub; in ast_vhub_ep0_queue() 440 struct ast_vhub *vhub = ep->vhub; in ast_vhub_ep0_dequeue() 487 void ast_vhub_init_ep0(struct ast_vhub *vhub, struct ast_vhub_ep *ep, in ast_vhub_init_ep0()
|
D | epn.c | 338 struct ast_vhub *vhub = ep->vhub; in ast_vhub_epn_queue() 470 struct ast_vhub *vhub = ep->vhub; in ast_vhub_epn_dequeue() 518 struct ast_vhub *vhub = ep->vhub; in ast_vhub_set_halt_and_wedge() 559 struct ast_vhub *vhub = ep->vhub; in ast_vhub_epn_disable() 598 struct ast_vhub *vhub; in ast_vhub_epn_enable() 796 struct ast_vhub *vhub = d->vhub; in ast_vhub_alloc_epn()
|
D | dev.c | 536 int ast_vhub_init_dev(struct ast_vhub *vhub, unsigned int idx) in ast_vhub_init_dev()
|