Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Dvhub.h221 struct ast_vhub;
280 struct ast_vhub *vhub;
341 struct ast_vhub *vhub;
377 struct ast_vhub { struct
505 void ast_vhub_init_hw(struct ast_vhub *vhub);
510 void ast_vhub_init_ep0(struct ast_vhub *vhub, struct ast_vhub_ep *ep,
520 void ast_vhub_init_hub(struct ast_vhub *vhub);
525 void ast_vhub_device_connect(struct ast_vhub *vhub, unsigned int port,
527 void ast_vhub_hub_suspend(struct ast_vhub *vhub);
528 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()
458 static void ast_vhub_send_host_wakeup(struct ast_vhub *vhub) in ast_vhub_send_host_wakeup()
466 void ast_vhub_device_connect(struct ast_vhub *vhub, in ast_vhub_device_connect()
488 struct ast_vhub *vhub = container_of(work, in ast_vhub_wake_work()
489 struct ast_vhub, in ast_vhub_wake_work()
514 void ast_vhub_hub_wake_all(struct ast_vhub *vhub) in ast_vhub_hub_wake_all()
524 static void ast_vhub_port_reset(struct ast_vhub *vhub, u8 port) in ast_vhub_port_reset()
580 struct ast_vhub *vhub = ep->vhub; in ast_vhub_set_port_feature()
[all …]
Dcore.c98 struct ast_vhub *vhub = data; in ast_vhub_irq()
181 void ast_vhub_init_hw(struct ast_vhub *vhub) in ast_vhub_init_hw()
266 struct ast_vhub *vhub = platform_get_drvdata(pdev); in ast_vhub_remove()
307 struct ast_vhub *vhub; in ast_vhub_probe()
Dep0.c273 struct ast_vhub *vhub = ep->vhub; in ast_vhub_ep0_handle_ack()
351 struct ast_vhub *vhub = ep->vhub; in ast_vhub_ep0_queue()
424 struct ast_vhub *vhub = ep->vhub; in ast_vhub_ep0_dequeue()
462 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()
602 struct ast_vhub *vhub; in ast_vhub_epn_enable()
800 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()