Searched +full:tune +full:- +full:usb2 +full:- +full:preem (Results 1 – 2 of 2) sorted by relevance
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | qcom,snps-eusb2-repeater.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/qcom,snps-eusb2-repeater.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Abel Vesa <abel.vesa@linaro.org> 19 - items: 20 - enum: 21 - qcom,pm7550ba-eusb2-repeater 22 - const: qcom,pm8550b-eusb2-repeater 23 - enum: [all …]
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-eusb2-repeater.c | 1 // SPDX-License-Identifier: GPL-2.0 86 /* No PMIC-specific init sequence, only board level tuning via DT */ 102 int num = rptr->cfg->num_vregs; in eusb2_repeater_init_vregs() 103 struct device *dev = rptr->dev; in eusb2_repeater_init_vregs() 106 rptr->vregs = devm_kcalloc(dev, num, sizeof(*rptr->vregs), GFP_KERNEL); in eusb2_repeater_init_vregs() 107 if (!rptr->vregs) in eusb2_repeater_init_vregs() 108 return -ENOMEM; in eusb2_repeater_init_vregs() 111 rptr->vregs[i].supply = rptr->cfg->vreg_list[i]; in eusb2_repeater_init_vregs() 113 return devm_regulator_bulk_get(dev, num, rptr->vregs); in eusb2_repeater_init_vregs() 119 struct device_node *np = rptr->dev->of_node; in eusb2_repeater_init() [all …]
|