Home
last modified time | relevance | path

Searched +full:hs +full:- +full:disconnect +full:- +full:bp (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/phy/
Dqcom,usb-snps-femto-v2.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/phy/qcom,usb-snps-femto-v2.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
7 title: Qualcomm Synopsys Femto High-Speed USB PHY V2
10 - Wesley Cheng <quic_wcheng@quicinc.com>
13 Qualcomm High-Speed USB PHY
18 - qcom,usb-snps-hs-5nm-phy
19 - qcom,usb-snps-hs-7nm-phy
20 - qcom,sc7280-usb-hs-phy
[all …]
/Linux-v6.1/drivers/phy/qualcomm/
Dphy-qcom-snps-femto-v2.c1 // SPDX-License-Identifier: GPL-2.0
83 "vdda-pll", "vdda33", "vdda18",
111 * struct qcom_snps_hsphy - snps hs phy attributes
114 * @base: iomapped memory space for snps hs phy
154 dev_dbg(&hsphy->phy->dev, "Suspend QCOM SNPS PHY\n"); in qcom_snps_hsphy_suspend()
156 if (hsphy->mode == PHY_MODE_USB_HOST) { in qcom_snps_hsphy_suspend()
157 /* Enable auto-resume to meet remote wakeup timing */ in qcom_snps_hsphy_suspend()
158 qcom_snps_hsphy_write_mask(hsphy->base, in qcom_snps_hsphy_suspend()
163 qcom_snps_hsphy_write_mask(hsphy->base, in qcom_snps_hsphy_suspend()
168 clk_disable_unprepare(hsphy->cfg_ahb_clk); in qcom_snps_hsphy_suspend()
[all …]
/Linux-v6.1/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 See Documentation/process/coding-style.rst for guidance here.
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]