Searched +full:usb33d +full:- +full:supply (Results 1 – 4 of 4) sorted by relevance
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * platform.c - DesignWare HS OTG Controller platform driver16 * 3. The names of the above-listed copyright holders may not be used43 #include <linux/dma-mapping.h>48 #include <linux/platform_data/s3c-hsotg.h>69 * ------------------------------71 * HST DEV any : ---74 * DEV HST any : ---86 hsotg->dr_mode = usb_get_dr_mode(hsotg->dev); in dwc2_get_dr_mode()87 if (hsotg->dr_mode == USB_DR_MODE_UNKNOWN) in dwc2_get_dr_mode()[all …]
1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */3 * core.h - DesignWare HS OTG Controller common declarations5 * Copyright (C) 2004-2013 Synopsys, Inc.16 * 3. The names of the above-listed copyright holders may not be used50 * - no_printk: Disable tracing51 * - pr_info: Print this info to the console52 * - trace_printk: Print this info to trace buffer (good for verbose logging)61 dev_name(hsotg->dev), ##__VA_ARGS__)66 dev_name(hsotg->dev), ##__VA_ARGS__)71 /* dwc2-hsotg declarations */[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Rob Herring <robh@kernel.org>15 - const: brcm,bcm2835-usb16 - const: hisilicon,hi6220-usb17 - items:18 - const: rockchip,rk3066-usb19 - const: snps,dwc220 - items:[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/clock/stm32mp1-clks.h>8 #include <dt-bindings/reset/stm32mp1-resets.h>11 #address-cells = <1>;12 #size-cells = <1>;15 #address-cells = <1>;16 #size-cells = <0>;19 compatible = "arm,cortex-a7";[all …]