| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-haps.c | 24 struct platform_device *dwc3; member 60 dwc->dwc3 = platform_device_alloc("dwc3", PLATFORM_DEVID_AUTO); in dwc3_haps_probe() 61 if (!dwc->dwc3) in dwc3_haps_probe() 75 ret = platform_device_add_resources(dwc->dwc3, res, ARRAY_SIZE(res)); in dwc3_haps_probe() 82 dwc->dwc3->dev.parent = dev; in dwc3_haps_probe() 84 ret = device_add_software_node(&dwc->dwc3->dev, &dwc3_haps_swnode); in dwc3_haps_probe() 88 ret = platform_device_add(dwc->dwc3); in dwc3_haps_probe() 98 device_remove_software_node(&dwc->dwc3->dev); in dwc3_haps_probe() 99 platform_device_put(dwc->dwc3); in dwc3_haps_probe() 107 device_remove_software_node(&dwc->dwc3->dev); in dwc3_haps_remove() [all …]
|
| H A D | ep0.c | 30 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep); 31 static void __dwc3_ep0_do_control_data(struct dwc3 *dwc, 33 static int dwc3_ep0_delegate_req(struct dwc3 *dwc, 40 struct dwc3 *dwc; in dwc3_ep0_prepare_one_trb() 68 struct dwc3 *dwc; in dwc3_ep0_start_trans() 92 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep0_queue() 196 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_ep0_queue() 224 void dwc3_ep0_stall_and_restart(struct dwc3 *dwc) in dwc3_ep0_stall_and_restart() 259 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep0_set_halt() 269 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_ep0_set_halt() [all …]
|
| H A D | dwc3-pci.c | 84 struct platform_device *dwc3; member 290 dwc->dwc3->id = PLATFORM_DEVID_NONE; in dwc3_pci_quirks() 311 return device_add_software_node(&dwc->dwc3->dev, swnode); in dwc3_pci_quirks() 318 struct platform_device *dwc3 = dwc->dwc3; in dwc3_pci_resume_work() local 321 ret = pm_runtime_get_sync(&dwc3->dev); in dwc3_pci_resume_work() 323 pm_runtime_put_sync_autosuspend(&dwc3->dev); in dwc3_pci_resume_work() 327 pm_runtime_put_sync_autosuspend(&dwc3->dev); in dwc3_pci_resume_work() 350 dwc->dwc3 = platform_device_alloc("dwc3", PLATFORM_DEVID_AUTO); in dwc3_pci_probe() 351 if (!dwc->dwc3) in dwc3_pci_probe() 365 ret = platform_device_add_resources(dwc->dwc3, res, ARRAY_SIZE(res)); in dwc3_pci_probe() [all …]
|
| H A D | dwc3-imx8mp.c | 103 struct dwc3 *dwc3 = platform_get_drvdata(dwc3_imx->dwc3_pdev); in dwc3_imx8mp_wakeup_enable() local 106 if (!dwc3) in dwc3_imx8mp_wakeup_enable() 111 if ((dwc3->current_dr_role == DWC3_GCTL_PRTCAP_HOST) && dwc3->xhci) { in dwc3_imx8mp_wakeup_enable() 145 struct dwc3 *dwc = platform_get_drvdata(dwc3_imx->dwc3_pdev); in dwc3_imx8mp_interrupt() 161 static void dwc3_imx_pre_set_role(struct dwc3 *dwc, enum usb_role role) in dwc3_imx_pre_set_role() 185 struct dwc3 *dwc3; in dwc3_imx8mp_probe() local 263 dwc3 = platform_get_drvdata(dwc3_imx->dwc3_pdev); in dwc3_imx8mp_probe() 264 if (!dwc3) { in dwc3_imx8mp_probe() 269 dwc3->glue_ops = &dwc3_imx_glue_ops; in dwc3_imx8mp_probe() 271 if (dwc3->dr_mode == USB_DR_MODE_HOST) in dwc3_imx8mp_probe() [all …]
|
| H A D | gadget.c | 41 int dwc3_gadget_set_test_mode(struct dwc3 *dwc, int mode) in dwc3_gadget_set_test_mode() 72 int dwc3_gadget_get_link_state(struct dwc3 *dwc) in dwc3_gadget_get_link_state() 89 int dwc3_gadget_set_link_state(struct dwc3 *dwc, enum dwc3_link_state state) in dwc3_gadget_set_link_state() 142 static void dwc3_ep0_reset_state(struct dwc3 *dwc) in dwc3_ep0_reset_state() 196 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_del_and_unmap_request() 229 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_giveback() 255 int dwc3_send_gadget_generic_command(struct dwc3 *dwc, unsigned int cmd, in dwc3_send_gadget_generic_command() 316 struct dwc3 *dwc = dep->dwc; in dwc3_send_gadget_ep_cmd() 461 struct dwc3 *dwc = dep->dwc; in dwc3_send_clear_stall_ep_cmd() 493 struct dwc3 *dwc = dep->dwc; in dwc3_alloc_trb_pool() [all …]
|
| H A D | debugfs.c | 283 struct dwc3 *dwc = s->private; in dwc3_host_lsp() 313 struct dwc3 *dwc = s->private; in dwc3_gadget_lsp() 327 struct dwc3 *dwc = s->private; in dwc3_lsp_show() 368 struct dwc3 *dwc = s->private; in dwc3_lsp_write() 398 struct dwc3 *dwc = s->private; in dwc3_mode_show() 437 struct dwc3 *dwc = s->private; in dwc3_mode_write() 471 struct dwc3 *dwc = s->private; in dwc3_testmode_show() 523 struct dwc3 *dwc = s->private; in dwc3_testmode_write() 568 struct dwc3 *dwc = s->private; in dwc3_link_state_show() 611 struct dwc3 *dwc = s->private; in dwc3_link_state_write() [all …]
|
| H A D | dwc3-qcom-legacy.c | 76 struct platform_device *dwc3; member 263 max_speed = usb_get_maximum_speed(&qcom->dwc3->dev); in dwc3_qcom_interconnect_init() 306 struct dwc3 *dwc; in dwc3_qcom_is_host() 311 dwc = platform_get_drvdata(qcom->dwc3); in dwc3_qcom_is_host() 322 struct dwc3 *dwc = platform_get_drvdata(qcom->dwc3); in dwc3_qcom_read_usb2_speed() 501 struct dwc3 *dwc = platform_get_drvdata(qcom->dwc3); in qcom_dwc3_resume_irq() 723 qcom->dwc3 = of_find_device_by_node(dwc3_np); in dwc3_qcom_of_register_core() 724 if (!qcom->dwc3) { in dwc3_qcom_of_register_core() 806 qcom->mode = usb_get_dr_mode(&qcom->dwc3->dev); in dwc3_qcom_probe() 819 device_init_wakeup(&qcom->dwc3->dev, wakeup_source); in dwc3_qcom_probe() [all …]
|
| H A D | dwc3-google.c | 55 struct dwc3 dwc; 204 struct dwc3 *dwc = &google->dwc; in dwc3_google_resume_irq() 465 struct dwc3 *dwc = platform_get_drvdata(pdev); in dwc3_google_remove() 532 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_google_pm_suspend() 545 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_google_pm_resume() 558 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_google_complete() 565 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_google_prepare() 572 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_google_runtime_suspend() 585 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_google_runtime_resume()
|
| H A D | dwc3-apple.c | 90 struct dwc3 dwc; 487 struct dwc3 *dwc = platform_get_drvdata(pdev); in dwc3_apple_remove()
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | dwc3-st.txt | 3 This file documents the parameters for the dwc3-st driver. 4 This driver controls the glue logic used to configure the dwc3 core on 8 - compatible : must be "st,stih407-dwc3" 32 The dwc3 core should be added as subnode to ST DWC3 glue as shown in the 33 example below. The DT binding details of dwc3 can be found in: 34 Documentation/devicetree/bindings/usb/snps,dwc3.yaml 37 is "otg", which isn't supported by this SoC. Valid dr_mode values for dwc3-st are either "host" 44 st_dwc3: dwc3@8f94000 { 45 compatible = "st,stih407-dwc3"; 58 dwc3: dwc3@9900000 { [all …]
|
| H A D | dwc3-cavium.txt | 8 the node is not important. The content of the node is defined in dwc3.txt. 23 compatible = "cavium,octeon-7130-xhci", "snps,dwc3";
|
| /linux/arch/arm/boot/dts/ti/keystone/ |
| H A D | keystone-k2g.dtsi | 499 keystone_usb0: keystone-dwc3@2680000 { 500 compatible = "ti,keystone-dwc3"; 512 compatible = "snps,dwc3"; 522 keystone_usb1: keystone-dwc3@2580000 { 523 compatible = "ti,keystone-dwc3"; 535 compatible = "snps,dwc3";
|
| H A D | keystone-k2e.dtsi | 69 compatible = "ti,keystone-dwc3"; 82 compatible = "snps,dwc3";
|
| H A D | keystone.dtsi | 208 compatible = "ti,keystone-dwc3"; 221 compatible = "snps,dwc3";
|
| /linux/arch/arm/boot/dts/socionext/ |
| H A D | uniphier-pro5.dtsi | 476 compatible = "socionext,uniphier-dwc3", "snps,dwc3"; 491 compatible = "socionext,uniphier-pro5-dwc3-glue", 541 compatible = "socionext,uniphier-dwc3", "snps,dwc3"; 556 compatible = "socionext,uniphier-pro5-dwc3-glue",
|
| H A D | uniphier-pro4.dtsi | 618 compatible = "socionext,uniphier-dwc3", "snps,dwc3"; 634 compatible = "socionext,uniphier-pro4-dwc3-glue", 673 compatible = "socionext,uniphier-dwc3", "snps,dwc3"; 689 compatible = "socionext,uniphier-pro4-dwc3-glue",
|
| H A D | uniphier-pxs2.dtsi | 646 compatible = "socionext,uniphier-dwc3", "snps,dwc3"; 662 compatible = "socionext,uniphier-pxs2-dwc3-glue", 743 compatible = "socionext,uniphier-dwc3", "snps,dwc3"; 758 compatible = "socionext,uniphier-pxs2-dwc3-glue",
|
| /linux/Documentation/driver-api/usb/ |
| H A D | dwc3.rst | 65 The DWC3 driver sits on the *drivers/usb/dwc3/* directory. All files 144 # echo 1 > /t/events/dwc3/enable 153 # cat /d/*dwc3*/regdump > /root/regdump.txt 160 **[BUG REPORT] usb: dwc3: Bug while doing XYZ** 687 .. kernel-doc:: drivers/usb/dwc3/core.h 691 .. kernel-doc:: drivers/usb/dwc3/gadget.h 695 .. kernel-doc:: drivers/usb/dwc3/gadget.c 699 .. kernel-doc:: drivers/usb/dwc3/core.c
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos54xx.dtsi | 152 compatible = "snps,dwc3"; 174 compatible = "snps,dwc3";
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | dra74x.dtsi | 209 compatible = "ti,dwc3"; 218 compatible = "snps,dwc3";
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62p-main.dtsi | 23 compatible = "snps,dwc3";
|
| /linux/drivers/usb/roles/ |
| H A D | Kconfig | 23 lines between the xHCI host controller and the dwc3 gadget controller
|
| /linux/drivers/phy/spacemit/ |
| H A D | Kconfig | 40 by K3 dwc3 driver.
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls1043a.dtsi | 836 compatible = "fsl,ls1043a-dwc3", "fsl,ls1028a-dwc3"; 849 compatible = "fsl,ls1043a-dwc3", "fsl,ls1028a-dwc3"; 862 compatible = "fsl,ls1043a-dwc3", "fsl,ls1028a-dwc3";
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-sdx65.dtsi | 491 compatible = "qcom,sdx65-dwc3", "qcom,dwc3"; 527 compatible = "snps,dwc3";
|