/openbmc/u-boot/include/linux/usb/ |
H A D | dwc3.h | 56 struct dwc3 { /* offset: 0xC100 */ struct 57 u32 g_sbuscfg0; 58 u32 g_sbuscfg1; 59 u32 g_txthrcfg; 60 u32 g_rxthrcfg; 61 u32 g_ctl; 63 u32 reserved1; 65 u32 g_sts; 67 u32 reserved2; 69 u32 g_snpsid; [all …]
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | core.h | 1147 struct dwc3 { struct 1149 struct dwc3_trb *ep0_trb; argument 1154 struct dwc3_request ep0_usb_req; argument 1169 struct dwc3_event_buffer *ev_buf; argument 1170 struct dwc3_ep *eps[DWC3_ENDPOINTS_NUM]; argument 1172 struct usb_gadget *gadget; 1173 struct usb_gadget_driver *gadget_driver; 1175 struct clk *bus_clk; 1176 struct clk *ref_clk; 1177 struct clk *susp_clk; [all …]
|
H A D | dwc3-haps.c | 24 struct platform_device *dwc3; member
|
H A D | dwc3-imx8mp.c | 53 struct platform_device *dwc3; member 101 struct dwc3 *dwc3 = platform_get_drvdata(dwc3_imx->dwc3); in dwc3_imx8mp_wakeup_enable() local
|
H A D | dwc3-pci.c | 81 struct platform_device *dwc3; member 305 struct platform_device *dwc3 = dwc->dwc3; in dwc3_pci_resume_work() local
|
H A D | dwc3-qcom.c | 70 struct platform_device *dwc3; member
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.h | 700 struct dwc3 { struct 702 struct dwc3_trb *ep0_trb; argument 710 struct dwc3_request ep0_usb_req; argument 724 struct dwc3_event_buffer **ev_buffs; argument 725 struct dwc3_ep *eps[DWC3_ENDPOINTS_NUM]; argument 727 struct usb_gadget gadget; 728 struct usb_gadget_driver *gadget_driver; 730 void __iomem *regs; 731 size_t regs_size; 733 enum usb_dr_mode dr_mode; [all …]
|
H A D | dwc3-generic.c | 27 struct dwc3 dwc3; member 36 struct dwc3 *dwc3 = &priv->dwc3; in dm_usb_gadget_handle_interrupts() local 47 struct dwc3 *dwc3 = &priv->dwc3; in dwc3_generic_peripheral_probe() local 69 struct dwc3 *dwc3 = &priv->dwc3; in dwc3_generic_peripheral_remove() local 81 struct dwc3 *dwc3 = &priv->dwc3; in dwc3_generic_peripheral_ofdata_to_platdata() local
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stih410-b2260-u-boot.dtsi | 11 dwc3: dwc3@9900000 { label
|
H A D | stih407-family.dtsi | 654 dwc3: dwc3@9900000 { label
|
H A D | meson-gxl.dtsi | 29 dwc3: dwc3@c9000000 { label
|
/openbmc/qemu/include/hw/usb/ |
H A D | xlnx-usb-subsystem.h | 44 USBDWC3 dwc3; member
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stih407-family.dtsi | 728 dwc3: usb@9900000 { label
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxl.dtsi | 47 dwc3: usb@c9000000 { label
|
H A D | meson-axg.dtsi | 259 dwc3: usb@ff500000 { label
|
H A D | meson-g12-common.dtsi | 2402 dwc3: usb@ff500000 { label
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap5-l4.dtsi | 200 dwc3: usb@10000 { label
|
/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hi3660.dtsi | 1176 dwc3: usb@ff100000 { label
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h6.dtsi | 724 dwc3: usb@5200000 { label
|