Home
last modified time | relevance | path

Searched refs:ast_vhub (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/gadget/udc/aspeed-vhub/
Dvhub.h221 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 …]
Dhub.c338 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 …]
Dcore.c100 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()
Dep0.c275 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()
Depn.c338 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()
Ddev.c536 int ast_vhub_init_dev(struct ast_vhub *vhub, unsigned int idx) in ast_vhub_init_dev()