Home
last modified time | relevance | path

Searched refs:vctrl (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/regulator/
A Dvctrl-regulator.c156 return vctrl->sel; in vctrl_get_voltage_sel()
172 if (selector >= vctrl->sel || !vctrl->ovp_threshold) { in vctrl_set_voltage_sel()
188 if (selector >= vctrl->vtable[vctrl->sel].ovp_min_sel) in vctrl_set_voltage_sel()
191 next_sel = vctrl->vtable[vctrl->sel].ovp_min_sel; in vctrl_set_voltage_sel()
205 delay = DIV_ROUND_UP(vctrl->vtable[vctrl->sel].out - in vctrl_set_voltage_sel()
275 if (vctrl->ovp_threshold && !vctrl->min_slew_down_rate) { in vctrl_parse_dt()
356 if (!vctrl->vtable) in vctrl_init_vtable()
459 if (!vctrl) in vctrl_probe()
474 rdesc = &vctrl->desc; in vctrl_probe()
511 vctrl->sel = 0; in vctrl_probe()
[all …]
A DMakefile164 obj-$(CONFIG_REGULATOR_VCTRL) += vctrl-regulator.o
/linux/Documentation/devicetree/bindings/regulator/
A Dvctrl.txt6 - compatible : must be "vctrl-regulator".
25 avoid this situation the vctrl driver breaks down
36 vctrl-reg {
37 compatible = "vctrl-regulator";
/linux/arch/arm64/kvm/vgic/
A Dvgic-v2.c348 if (!info->vctrl.start) { in vgic_v2_probe()
369 ret = create_hyp_io_mappings(info->vctrl.start, in vgic_v2_probe()
370 resource_size(&info->vctrl), in vgic_v2_probe()
392 kvm_debug("vgic-v2@%llx\n", info->vctrl.start); in vgic_v2_probe()
/linux/include/linux/irqchip/
A Darm-vgic-info.h30 struct resource vctrl; member
/linux/arch/arm64/boot/dts/rockchip/
A Drk3399-gru.dtsi122 compatible = "vctrl-regulator";
151 compatible = "vctrl-regulator";
180 compatible = "vctrl-regulator";
A Drk3399-gru-chromebook.dtsi66 compatible = "vctrl-regulator";
/linux/drivers/irqchip/
A Dirq-gic.c1483 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_of_setup_kvm_info()
1641 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_acpi_setup_kvm_info()

Completed in 20 milliseconds