Searched +full:select +full:- +full:utmi +full:- +full:as +full:- +full:pipe +full:- +full:clk (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/phy/phy-rockchip-inno-usb2.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Heiko Stuebner <heiko@sntech.de>15 - rockchip,px30-usb2phy16 - rockchip,rk1808-usb2phy17 - rockchip,rk3128-usb2phy18 - rockchip,rk3228-usb2phy19 - rockchip,rk3308-usb2phy[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Manu Gautam <mgautam@codeaurora.org>15 - enum:16 - qcom,msm8996-dwc317 - qcom,msm8998-dwc318 - qcom,sc7180-dwc319 - qcom,sdm845-dwc320 - qcom,sdx55-dwc3[all …]
1 // SPDX-License-Identifier: GPL-2.04 * Inspired by dwc3-of-simple.c10 #include <linux/clk.h>71 struct clk **clks;121 dwc3_qcom_setbits(qcom->qscratch_base, QSCRATCH_SS_PHY_CTRL, in dwc3_qcom_vbus_overrride_enable()123 dwc3_qcom_setbits(qcom->qscratch_base, QSCRATCH_HS_PHY_CTRL, in dwc3_qcom_vbus_overrride_enable()126 dwc3_qcom_clrbits(qcom->qscratch_base, QSCRATCH_SS_PHY_CTRL, in dwc3_qcom_vbus_overrride_enable()128 dwc3_qcom_clrbits(qcom->qscratch_base, QSCRATCH_HS_PHY_CTRL, in dwc3_qcom_vbus_overrride_enable()140 qcom->mode = event ? USB_DR_MODE_PERIPHERAL : USB_DR_MODE_HOST; in dwc3_qcom_vbus_notifier()152 qcom->mode = event ? USB_DR_MODE_HOST : USB_DR_MODE_PERIPHERAL; in dwc3_qcom_host_notifier()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later8 #include <linux/clk.h>9 #include <linux/clk-provider.h>11 #include <linux/extcon-provider.h>60 * enum usb_chg_state - Different states involved in USB charger detection.100 * struct rockchip_chg_det_reg - usb charger detect registers126 * struct rockchip_usb2phy_port_cfg - usb-phy port configuration.128 * @pipe_phystatus: select pipe phystatus from grf or phy.133 * @bvalid_grf_sel: vbus valid software control select.134 * @bvalid_phy_con: vbus valid external select and enable.[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>26 stdout-path = "serial0:115200n8";30 compatible = "pwm-backlight";32 enable-gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>;33 power-supply = <&ppvar_sys>;34 pinctrl-names = "default";35 pinctrl-0 = <&ap_edp_bklten>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright (C) 2004-2007,2011-2012 Freescale Semiconductor, Inc.10 * Freescale high-speed USB SOC DR module device controller driver.12 * The driver is previously named as mpc_udc. Based on bare board35 #include <linux/dma-mapping.h>49 #define DRIVER_DESC "Freescale High-Speed USB SOC Device Controller driver"55 static const char driver_name[] = "fsl-usb2-udc";83 * registers should set pdata->big_endian_mmio flag.85 * This also applies to controller-to-cpu accessors for the USB descriptors,87 * have BE USB descriptors should set pdata->big_endian_desc flag.[all …]
... cat <<-EOF 65 To run a command as administrator (user "root"), use "sudo <command ...