| /linux/drivers/usb/dwc3/ |
| A D | .built-in.a.cmd | 1 …dwc3/built-in.a := echo >/dev/null; rm -f drivers/usb/dwc3/built-in.a; /usr/bin/ccache /home/test/…
|
| A D | Makefile | 5 obj-$(CONFIG_USB_DWC3) += dwc3.o 7 dwc3-y := core.o 10 dwc3-y += trace.o 14 dwc3-y += host.o 18 dwc3-y += gadget.o ep0.o 22 dwc3-y += drd.o 26 dwc3-y += ulpi.o 30 dwc3-y += debugfs.o 45 obj-$(CONFIG_USB_DWC3_OMAP) += dwc3-omap.o 47 obj-$(CONFIG_USB_DWC3_PCI) += dwc3-pci.o [all …]
|
| A D | built-in.a | 9 dwc3-exynos.o/ 10 dwc3-pci.o/ 11 dwc3-haps.o/ 12 dwc3-keystone.o/ 13 dwc3-meson-g12a.o/ 14 dwc3-of-simple.o/ 15 dwc3-qcom.o/ 16 dwc3-imx8mp.o/ 17 dwc3-xilinx.o/
|
| A D | core.h | 666 struct dwc3 *dwc; 714 struct dwc3 *dwc; 1098 struct dwc3 { struct 1514 bool dwc3_has_imod(struct dwc3 *dwc); 1520 int dwc3_host_init(struct dwc3 *dwc); 1521 void dwc3_host_exit(struct dwc3 *dwc); 1564 int dwc3_drd_init(struct dwc3 *dwc); 1565 void dwc3_drd_exit(struct dwc3 *dwc); 1566 void dwc3_otg_init(struct dwc3 *dwc); 1567 void dwc3_otg_exit(struct dwc3 *dwc); [all …]
|
| 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 …]
|
| A D | drd.c | 35 static void dwc3_otg_clear_events(struct dwc3 *dwc) in dwc3_otg_clear_events() 54 struct dwc3 *dwc = _dwc; in dwc3_otg_thread_irq() 72 struct dwc3 *dwc = _dwc; in dwc3_otg_irq() 93 static void dwc3_otgregs_init(struct dwc3 *dwc) in dwc3_otgregs_init() 137 static int dwc3_otg_get_irq(struct dwc3 *dwc) in dwc3_otg_get_irq() 167 void dwc3_otg_init(struct dwc3 *dwc) in dwc3_otg_init() 186 void dwc3_otg_exit(struct dwc3 *dwc) in dwc3_otg_exit() 195 void dwc3_otg_host_init(struct dwc3 *dwc) in dwc3_otg_host_init() 432 struct dwc3 *dwc = container_of(nb, struct dwc3, edev_nb); in dwc3_drd_notifier() 570 int dwc3_drd_init(struct dwc3 *dwc) in dwc3_drd_init() [all …]
|
| A D | ep0.c | 38 struct dwc3 *dwc; in dwc3_ep0_prepare_one_trb() 66 struct dwc3 *dwc; in dwc3_ep0_start_trans() 90 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep0_queue() 193 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_ep0_queue() 249 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep0_set_halt() 259 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_ep0_set_halt() 270 void dwc3_ep0_out_start(struct dwc3 *dwc) in dwc3_ep0_out_start() 484 static int dwc3_ep0_handle_intf(struct dwc3 *dwc, in dwc3_ep0_handle_intf() 668 struct dwc3 *dwc = dep->dwc; in dwc3_ep0_set_sel_cmpl() 1041 struct dwc3 *dwc = dep->dwc; in dwc3_ep0_start_control_status() [all …]
|
| A D | dwc3-pci.c | 67 struct platform_device *dwc3; member 240 struct platform_device *dwc3 = dwc->dwc3; in dwc3_pci_resume_work() local 243 ret = pm_runtime_get_sync(&dwc3->dev); in dwc3_pci_resume_work() 245 pm_runtime_put_sync_autosuspend(&dwc3->dev); in dwc3_pci_resume_work() 249 pm_runtime_mark_last_busy(&dwc3->dev); in dwc3_pci_resume_work() 250 pm_runtime_put_sync_autosuspend(&dwc3->dev); in dwc3_pci_resume_work() 274 if (!dwc->dwc3) in dwc3_pci_probe() 295 dwc->dwc3->dev.parent = dev; in dwc3_pci_probe() 306 ret = platform_device_add(dwc->dwc3); in dwc3_pci_probe() 322 platform_device_put(dwc->dwc3); in dwc3_pci_probe() [all …]
|
| A D | dwc3-imx8mp.c | 41 struct platform_device *dwc3; member 52 struct dwc3 *dwc3 = platform_get_drvdata(dwc3_imx->dwc3); in dwc3_imx8mp_wakeup_enable() local 55 if (!dwc3) in dwc3_imx8mp_wakeup_enable() 60 if ((dwc3->current_dr_role == DWC3_GCTL_PRTCAP_HOST) && dwc3->xhci) in dwc3_imx8mp_wakeup_enable() 63 else if (dwc3->current_dr_role == DWC3_GCTL_PRTCAP_DEVICE) in dwc3_imx8mp_wakeup_enable() 82 struct dwc3 *dwc = platform_get_drvdata(dwc3_imx->dwc3); in dwc3_imx8mp_interrupt() 174 dwc3_imx->dwc3 = of_find_device_by_node(dwc3_np); in dwc3_imx8mp_probe() 175 if (!dwc3_imx->dwc3) { in dwc3_imx8mp_probe() 245 struct dwc3 *dwc = platform_get_drvdata(dwc3_imx->dwc3); in dwc3_imx8mp_resume()
|
| A D | core.c | 48 static int dwc3_get_dr_mode(struct dwc3 *dwc) in dwc3_get_dr_mode() 122 struct dwc3 *dwc = work_to_dwc(work); in __dwc3_set_mode() 232 void dwc3_set_mode(struct dwc3 *dwc, u32 mode) in dwc3_set_mode() 248 struct dwc3 *dwc = dep->dwc; in dwc3_core_fifo_space() 610 static int dwc3_phy_setup(struct dwc3 *dwc) in dwc3_phy_setup() 961 static int dwc3_core_init(struct dwc3 *dwc) in dwc3_core_init() 1445 bool dwc3_has_imod(struct dwc3 *dwc) in dwc3_has_imod() 1557 struct dwc3 *dwc; in dwc3_probe() 1986 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_suspend() 2000 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_resume() [all …]
|
| A D | gadget.c | 178 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_del_and_unmap_request() 211 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_giveback() 276 struct dwc3 *dwc = dep->dwc; in dwc3_send_gadget_ep_cmd() 422 struct dwc3 *dwc = dep->dwc; in dwc3_send_clear_stall_ep_cmd() 454 struct dwc3 *dwc = dep->dwc; in dwc3_alloc_trb_pool() 473 struct dwc3 *dwc = dep->dwc; in dwc3_free_trb_pool() 530 struct dwc3 *dwc; in dwc3_gadget_start_config() 565 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_set_ep_config() 744 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_resize_tx_fifos() 1039 struct dwc3 *dwc; in dwc3_gadget_ep_enable() [all …]
|
| A D | debugfs.c | 282 struct dwc3 *dwc = s->private; in dwc3_host_lsp() 639 struct dwc3 *dwc = dep->dwc; in dwc3_tx_fifo_size_show() 661 struct dwc3 *dwc = dep->dwc; in dwc3_rx_fifo_size_show() 683 struct dwc3 *dwc = dep->dwc; in dwc3_tx_request_queue_show() 698 struct dwc3 *dwc = dep->dwc; in dwc3_rx_request_queue_show() 713 struct dwc3 *dwc = dep->dwc; in dwc3_rx_info_queue_show() 728 struct dwc3 *dwc = dep->dwc; in dwc3_descriptor_fetch_queue_show() 743 struct dwc3 *dwc = dep->dwc; in dwc3_event_queue_show() 758 struct dwc3 *dwc = dep->dwc; in dwc3_transfer_type_show() 793 struct dwc3 *dwc = dep->dwc; in dwc3_trb_ring_show() [all …]
|
| A D | dwc3-qcom.c | 69 struct platform_device *dwc3; member 408 struct dwc3 *dwc = platform_get_drvdata(qcom->dwc3); in qcom_dwc3_resume_irq() 591 if (!qcom->dwc3) in dwc3_qcom_acpi_register_core() 594 qcom->dwc3->dev.parent = dev; in dwc3_qcom_acpi_register_core() 595 qcom->dwc3->dev.type = dev->type; in dwc3_qcom_acpi_register_core() 596 qcom->dwc3->dev.dma_mask = dev->dma_mask; in dwc3_qcom_acpi_register_core() 597 qcom->dwc3->dev.dma_parms = dev->dma_parms; in dwc3_qcom_acpi_register_core() 636 ret = platform_device_add(qcom->dwc3); in dwc3_qcom_acpi_register_core() 666 qcom->dwc3 = of_find_device_by_node(dwc3_np); in dwc3_qcom_of_register_core() 667 if (!qcom->dwc3) { in dwc3_qcom_of_register_core() [all …]
|
| A D | ulpi.c | 24 static int dwc3_ulpi_busyloop(struct dwc3 *dwc, u8 addr, bool read) in dwc3_ulpi_busyloop() 53 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_ulpi_read() 71 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_ulpi_write() 86 int dwc3_ulpi_init(struct dwc3 *dwc) in dwc3_ulpi_init() 98 void dwc3_ulpi_exit(struct dwc3 *dwc) in dwc3_ulpi_exit()
|
| A D | gadget.h | 18 struct dwc3; 110 void dwc3_ep0_interrupt(struct dwc3 *dwc, 112 void dwc3_ep0_out_start(struct dwc3 *dwc); 118 void dwc3_ep0_send_delayed_status(struct dwc3 *dwc); 143 static inline void dwc3_gadget_dctl_write_safe(struct dwc3 *dwc, u32 value) in dwc3_gadget_dctl_write_safe()
|
| /linux/drivers/usb/ |
| A D | built-in.a | 36 dwc3/ep0.o/ 37 dwc3/drd.o/ 39 dwc3/dwc3-exynos.o/ 40 dwc3/dwc3-pci.o/ 41 dwc3/dwc3-haps.o/ 42 dwc3/dwc3-keystone.o/ 43 dwc3/dwc3-meson-g12a.o/ 44 dwc3/dwc3-of-simple.o/ 45 dwc3/dwc3-qcom.o/ 46 dwc3/dwc3-imx8mp.o/ [all …]
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | qcom,dwc3.yaml | 16 - qcom,ipq6018-dwc3 17 - qcom,msm8996-dwc3 18 - qcom,msm8998-dwc3 19 - qcom,sc7180-dwc3 20 - qcom,sc7280-dwc3 21 - qcom,sdm660-dwc3 22 - qcom,sdm845-dwc3 23 - qcom,sdx55-dwc3 24 - qcom,sm4250-dwc3 29 - const: qcom,dwc3 [all …]
|
| 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 …]
|
| A D | rockchip,dwc3.yaml | 4 $id: http://devicetree.org/schemas/usb/rockchip,dwc3.yaml# 13 The common content of the node is defined in snps,dwc3.yaml. 24 - $ref: snps,dwc3.yaml# 31 - rockchip,rk3328-dwc3 32 - rockchip,rk3399-dwc3 40 - rockchip,rk3328-dwc3 41 - rockchip,rk3399-dwc3 42 - const: snps,dwc3 99 compatible = "rockchip,rk3399-dwc3", "snps,dwc3";
|
| A D | ti,keystone-dwc3.yaml | 4 $id: http://devicetree.org/schemas/usb/ti,keystone-dwc3.yaml# 16 - ti,keystone-dwc3 17 - ti,am654-dwc3 69 $ref: snps,dwc3.yaml# 85 dwc3@2680000 { 86 compatible = "ti,keystone-dwc3"; 95 compatible = "synopsys,dwc3";
|
| A D | omap-usb.txt | 48 * "ti,dwc3" for OMAP5 and DRA7 49 * "ti,am437x-dwc3" for AM437x 60 - extcon : phandle for the extcon device omap dwc3 uses to detect 65 The dwc3 core should be added as subnode to omap dwc3 glue. 66 - dwc3 : 67 The binding details of dwc3 can be found in: 68 Documentation/devicetree/bindings/usb/snps,dwc3.yaml 71 compatible = "ti,dwc3";
|
| A D | dwc3-xilinx.txt | 4 - compatible: May contain "xlnx,zynqmp-dwc3" or "xlnx,versal-dwc3" 20 the node is not important. The content of the node is defined in dwc3.txt. 22 Optional properties for snps,dwc3: 36 compatible = "xlnx,zynqmp-dwc3"; 46 dwc3@fe200000 { 47 compatible = "snps,dwc3";
|
| A D | intel,keembay-dwc3.yaml | 4 $id: http://devicetree.org/schemas/usb/intel,keembay-dwc3.yaml# 14 const: intel,keembay-dwc3 38 $ref: snps,dwc3.yaml# 58 compatible = "intel,keembay-dwc3"; 69 compatible = "snps,dwc3";
|
| A D | fsl,imx8mp-dwc3.yaml | 5 $id: http://devicetree.org/schemas/usb/fsl,imx8mp-dwc3.yaml# 15 const: fsl,imx8mp-dwc3 20 dwc3 core on the SOC. 56 $ref: snps,dwc3.yaml# 76 compatible = "fsl,imx8mp-dwc3"; 88 compatible = "snps,dwc3";
|
| A D | exynos-usb.txt | 93 The dwc3 core should be added as subnode to Exynos dwc3 glue. 94 - dwc3 : 95 The binding details of dwc3 can be found in: 96 Documentation/devicetree/bindings/usb/snps,dwc3.yaml 109 dwc3 { 110 compatible = "synopsys,dwc3";
|