Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/udc/aspeed-vhub/
H A Dvhub.h221 struct ast_vhub;
281 struct ast_vhub *vhub;
342 struct ast_vhub *vhub;
384 struct ast_vhub { struct
522 void ast_vhub_init_hw(struct ast_vhub *vhub);
538 int ast_vhub_init_hub(struct ast_vhub *vhub);
545 void ast_vhub_hub_suspend(struct ast_vhub *vhub);
546 void ast_vhub_hub_resume(struct ast_vhub *vhub);
547 void ast_vhub_hub_reset(struct ast_vhub *vhub);
548 void ast_vhub_hub_wake_all(struct ast_vhub *vhub);
[all …]
H A Dhub.c277 struct ast_vhub *vhub = ep->vhub; in ast_vhub_rep_desc()
380 struct ast_vhub *vhub = ep->vhub; in ast_vhub_rep_string()
404 struct ast_vhub *vhub = ep->vhub; in ast_vhub_std_hub_request()
563 struct ast_vhub *vhub = container_of(work, in ast_vhub_wake_work()
564 struct ast_vhub, in ast_vhub_wake_work()
655 struct ast_vhub *vhub = ep->vhub; in ast_vhub_set_port_feature()
698 struct ast_vhub *vhub = ep->vhub; in ast_vhub_clr_port_feature()
744 struct ast_vhub *vhub = ep->vhub; in ast_vhub_get_port_stat()
836 void ast_vhub_hub_resume(struct ast_vhub *vhub) in ast_vhub_hub_resume()
859 void ast_vhub_hub_reset(struct ast_vhub *vhub) in ast_vhub_hub_reset()
[all …]
H A Dcore.c33 struct ast_vhub *vhub = ep->vhub; in ast_vhub_done()
95 struct ast_vhub *vhub = data; in ast_vhub_irq()
168 void ast_vhub_init_hw(struct ast_vhub *vhub) in ast_vhub_init_hw()
258 struct ast_vhub *vhub = platform_get_drvdata(pdev); in ast_vhub_remove()
297 struct ast_vhub *vhub; in ast_vhub_probe()
H A Dep0.c276 struct ast_vhub *vhub = ep->vhub; in ast_vhub_ep0_handle_ack()
364 struct ast_vhub *vhub = ep->vhub; in ast_vhub_ep0_queue()
441 struct ast_vhub *vhub = ep->vhub; in ast_vhub_ep0_dequeue()
488 void ast_vhub_init_ep0(struct ast_vhub *vhub, struct ast_vhub_ep *ep, in ast_vhub_init_ep0()
H A Depn.c340 struct ast_vhub *vhub = ep->vhub; in ast_vhub_epn_queue()
475 struct ast_vhub *vhub = ep->vhub; in ast_vhub_epn_dequeue()
525 struct ast_vhub *vhub = ep->vhub; in ast_vhub_set_halt_and_wedge()
566 struct ast_vhub *vhub = ep->vhub; in ast_vhub_epn_disable()
605 struct ast_vhub *vhub; in ast_vhub_epn_enable()
803 struct ast_vhub *vhub = d->vhub; in ast_vhub_alloc_epn()
H A Ddev.c542 int ast_vhub_init_dev(struct ast_vhub *vhub, unsigned int idx) in ast_vhub_init_dev()