Searched refs:vctrl (Results 1 – 8 of 8) sorted by relevance
48 static int vctrl_calc_ctrl_voltage(struct vctrl_data *vctrl, int out_uV) in vctrl_calc_ctrl_voltage() argument50 struct vctrl_voltage_range *ctrl = &vctrl->vrange.ctrl; in vctrl_calc_ctrl_voltage()51 struct vctrl_voltage_range *out = &vctrl->vrange.out; in vctrl_calc_ctrl_voltage()59 static int vctrl_calc_output_voltage(struct vctrl_data *vctrl, int ctrl_uV) in vctrl_calc_output_voltage() argument61 struct vctrl_voltage_range *ctrl = &vctrl->vrange.ctrl; in vctrl_calc_output_voltage()62 struct vctrl_voltage_range *out = &vctrl->vrange.out; in vctrl_calc_output_voltage()83 struct vctrl_data *vctrl = rdev_get_drvdata(rdev); in vctrl_get_voltage() local91 return vctrl_calc_output_voltage(vctrl, ctrl_uV); in vctrl_get_voltage()98 struct vctrl_data *vctrl = rdev_get_drvdata(rdev); in vctrl_set_voltage() local107 uV = vctrl_calc_output_voltage(vctrl, orig_ctrl_uV); in vctrl_set_voltage()[all …]
170 obj-$(CONFIG_REGULATOR_VCTRL) += vctrl-regulator.o
6 - compatible : must be "vctrl-regulator".25 avoid this situation the vctrl driver breaks down36 vctrl-reg {37 compatible = "vctrl-regulator";
353 if (!info->vctrl.start) { in vgic_v2_probe()374 ret = create_hyp_io_mappings(info->vctrl.start, in vgic_v2_probe()375 resource_size(&info->vctrl), in vgic_v2_probe()397 kvm_debug("vgic-v2@%llx\n", info->vctrl.start); in vgic_v2_probe()
30 struct resource vctrl; member
122 compatible = "vctrl-regulator";151 compatible = "vctrl-regulator";180 compatible = "vctrl-regulator";
66 compatible = "vctrl-regulator";
1497 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_of_setup_kvm_info()1655 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_acpi_setup_kvm_info()