| /linux/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | epn.c | 340 struct ast_vhub *vhub = ep->vhub; in ast_vhub_epn_queue() local 347 dev_warn(&vhub->pdev->dev, "Bogus EPn request ! u_req=%p\n", u_req); in ast_vhub_epn_queue() 349 dev_warn(&vhub->pdev->dev, "complete=%p internal=%d\n", in ast_vhub_epn_queue() 381 rc = usb_gadget_map_request_by_dev(&vhub->pdev->dev, u_req, in ast_vhub_epn_queue() 384 dev_warn(&vhub->pdev->dev, in ast_vhub_epn_queue() 403 spin_lock_irqsave(&vhub->lock, flags); in ast_vhub_epn_queue() 414 spin_unlock_irqrestore(&vhub->lock, flags); in ast_vhub_epn_queue() 440 dev_warn(&ep->vhub->pdev->dev, "Timeout waiting for DMA\n"); in ast_vhub_stop_active_req() 475 struct ast_vhub *vhub = ep->vhub; in ast_vhub_epn_dequeue() local 480 spin_lock_irqsave(&vhub->lock, flags); in ast_vhub_epn_dequeue() [all …]
|
| H A D | ep0.c | 53 spin_unlock(&ep->vhub->lock); in ast_vhub_reply() 58 spin_lock(&ep->vhub->lock); in ast_vhub_reply() 151 spin_unlock(&ep->vhub->lock); in ast_vhub_ep0_handle_setup() 153 spin_lock(&ep->vhub->lock); in ast_vhub_ep0_handle_setup() 276 struct ast_vhub *vhub = ep->vhub; in ast_vhub_ep0_handle_ack() local 277 struct device *dev = &vhub->pdev->dev; in ast_vhub_ep0_handle_ack() 364 struct ast_vhub *vhub = ep->vhub; in ast_vhub_ep0_queue() local 365 struct device *dev = &vhub->pdev->dev; in ast_vhub_ep0_queue() 403 spin_lock_irqsave(&vhub->lock, flags); in ast_vhub_ep0_queue() 412 spin_unlock_irqrestore(&vhub->lock, flags); in ast_vhub_ep0_queue() [all …]
|
| H A D | vhub.h | 281 struct ast_vhub *vhub; member 342 struct ast_vhub *vhub; member 443 dev_dbg(&(ep)->vhub->pdev->dev, \ 450 dev_dbg(&(d)->vhub->pdev->dev, \ 465 dev_dbg(&(ep)->vhub->pdev->dev, \ 472 dev_dbg(&(d)->vhub->pdev->dev, \ 522 void ast_vhub_init_hw(struct ast_vhub *vhub); 528 void ast_vhub_init_ep0(struct ast_vhub *vhub, struct ast_vhub_ep *ep, 538 int ast_vhub_init_hub(struct ast_vhub *vhub); 543 void ast_vhub_device_connect(struct ast_vhub *vhub, unsigned int port, [all …]
|
| H A D | Makefile | 2 obj-$(CONFIG_USB_ASPEED_VHUB) += aspeed-vhub.o 3 aspeed-vhub-y := core.o ep0.o epn.o dev.o hub.o
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-inventec-transformers.dts | 318 &vhub { 320 aspeed,vhub-downstream-ports = <7>; 321 aspeed,vhub-generic-endpoints = <21>;
|
| H A D | aspeed-bmc-inventec-starscream.dts | 379 &vhub { 381 aspeed,vhub-downstream-ports = <7>; 382 aspeed,vhub-generic-endpoints = <21>;
|
| H A D | aspeed-bmc-facebook-galaxy100.dts | 51 &vhub {
|
| H A D | aspeed-bmc-facebook-wedge100.dts | 61 &vhub {
|
| H A D | ast2500-facebook-netbmc-common.dtsi | 73 &vhub {
|
| H A D | ast2400-facebook-netbmc-common.dtsi | 115 &vhub {
|
| H A D | aspeed-ast2500-evb.dts | 116 &vhub {
|
| H A D | aspeed-bmc-qcom-dc-scm-v1.dts | 188 &vhub {
|
| H A D | aspeed-bmc-amd-daytonax.dts | 317 &vhub {
|
| H A D | aspeed-bmc-asrock-spc621d8hm3.dts | 198 &vhub {
|
| H A D | aspeed-bmc-amd-ethanolx.dts | 343 &vhub {
|
| H A D | aspeed-ast2600-evb.dts | 337 &vhub {
|
| H A D | aspeed-bmc-tyan-s8036.dts | 167 &vhub {
|
| H A D | aspeed-bmc-inspur-nf5280m6.dts | 680 &vhub {
|
| H A D | aspeed-bmc-tyan-s7106.dts | 168 &vhub {
|
| H A D | aspeed-bmc-bytedance-g220a.dts | 938 &vhub {
|
| H A D | aspeed-bmc-ampere-mtjade.dts | 760 &vhub {
|
| H A D | aspeed-bmc-facebook-cmm.dts | 1560 &vhub {
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | Makefile | 36 obj-$(CONFIG_USB_ASPEED_VHUB) += aspeed-vhub/
|
| H A D | Kconfig | 420 source "drivers/usb/gadget/udc/aspeed-vhub/Kconfig"
|