Searched +full:ls +full:- +full:fs +full:- +full:output +full:- +full:impedance +full:- +full:bp (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.082 "vdda-pll", "vdda33", "vdda18",110 * struct qcom_snps_hsphy - snps hs phy attributes143 struct device *dev = hsphy->dev; in qcom_snps_hsphy_clk_init()145 hsphy->num_clks = 2; in qcom_snps_hsphy_clk_init()146 hsphy->clks = devm_kcalloc(dev, hsphy->num_clks, sizeof(*hsphy->clks), GFP_KERNEL); in qcom_snps_hsphy_clk_init()147 if (!hsphy->clks) in qcom_snps_hsphy_clk_init()148 return -ENOMEM; in qcom_snps_hsphy_clk_init()154 hsphy->clks[0].id = "cfg_ahb"; in qcom_snps_hsphy_clk_init()155 hsphy->clks[0].clk = devm_clk_get_optional(dev, "cfg_ahb"); in qcom_snps_hsphy_clk_init()[all …]