/src/sys/external/bsd/drm2/include/linux/regulator/ |
consumer.h | 44 struct regulator { struct 45 struct fdtbus_regulator regulator; member in struct:regulator 49 regulator_get_voltage(struct regulator *reg) 54 error = fdtbus_regulator_get_voltage(®->regulator, &uvolt); 66 regulator_set_voltage(struct regulator *reg, int min_uvolt, int max_uvolt) 73 return -fdtbus_regulator_set_voltage(®->regulator, min_uvolt, 79 struct regulator; 82 regulator_get_voltage(struct regulator *reg) 88 regulator_set_voltage(struct regulator *reg, int min_uvolt, int max_uvolt)
|
consumer.h | 44 struct regulator { struct 45 struct fdtbus_regulator regulator; member in struct:regulator 49 regulator_get_voltage(struct regulator *reg) 54 error = fdtbus_regulator_get_voltage(®->regulator, &uvolt); 66 regulator_set_voltage(struct regulator *reg, int min_uvolt, int max_uvolt) 73 return -fdtbus_regulator_set_voltage(®->regulator, min_uvolt, 79 struct regulator; 82 regulator_get_voltage(struct regulator *reg) 88 regulator_set_voltage(struct regulator *reg, int min_uvolt, int max_uvolt)
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
mt8173-elm.dtsi | 8 #include <dt-bindings/regulator/dlg,da9211-regulator.h> 36 compatible = "regulator-fixed"; 37 regulator-name = "bl_fixed"; 38 regulator-min-microvolt = <1800000>; 39 regulator-max-microvolt = <1800000>; 106 compatible = "regulator-fixed"; 107 regulator-name = "PANEL_3V3"; 108 regulator-min-microvolt = <3300000>; 109 regulator-max-microvolt = <3300000> 929 regulator: mt6397regulator { label in label:pmic [all...] |
mt8173-elm.dtsi | 8 #include <dt-bindings/regulator/dlg,da9211-regulator.h> 36 compatible = "regulator-fixed"; 37 regulator-name = "bl_fixed"; 38 regulator-min-microvolt = <1800000>; 39 regulator-max-microvolt = <1800000>; 106 compatible = "regulator-fixed"; 107 regulator-name = "PANEL_3V3"; 108 regulator-min-microvolt = <3300000>; 109 regulator-max-microvolt = <3300000> 929 regulator: mt6397regulator { label in label:pmic [all...] |
/src/sys/arch/arm/rockchip/ |
rk3399_pcie.c | 246 struct fdtbus_regulator *regulator; local in function:rkpcie_attach 247 regulator = fdtbus_regulator_acquire(phandle, "vpcie3v3-supply"); 248 if (regulator != NULL) { 249 fdtbus_regulator_enable(regulator); 250 fdtbus_regulator_release(regulator);
|
rk3399_pcie.c | 246 struct fdtbus_regulator *regulator; local in function:rkpcie_attach 247 regulator = fdtbus_regulator_acquire(phandle, "vpcie3v3-supply"); 248 if (regulator != NULL) { 249 fdtbus_regulator_enable(regulator); 250 fdtbus_regulator_release(regulator);
|
/src/sys/dev/i2c/ |
tps65217pmic.c | 127 bool can_track; /* regulator can track U of other r. */ 128 struct tps_reg_param *tracked_reg; /* ptr to tracked regulator */ 142 bool is_enabled; /* regulator is enabled */ 143 bool is_pg; /* regulator is "power good" */ 623 /* Read regulator state and save it to tps_reg_param. */ 626 tps_reg_param *regulator) 633 if (regenable & (regulator->enable_bit)) 634 regulator->is_enabled = true; 636 regulator->is_enabled = false; 641 regulator->defreg_num) 888 struct tps_reg_param *regulator = NULL; local in function:tps65217pmic_set_volt 990 struct tps_reg_param *regulator = sc->sc_param; local in function:tps65217reg_enable 1017 struct tps_reg_param *regulator = sc->sc_param; local in function:tps65217reg_set_voltage 1035 struct tps_reg_param *regulator = sc->sc_param; local in function:tps65217reg_get_voltage [all...] |
tps65217pmic.c | 127 bool can_track; /* regulator can track U of other r. */ 128 struct tps_reg_param *tracked_reg; /* ptr to tracked regulator */ 142 bool is_enabled; /* regulator is enabled */ 143 bool is_pg; /* regulator is "power good" */ 623 /* Read regulator state and save it to tps_reg_param. */ 626 tps_reg_param *regulator) 633 if (regenable & (regulator->enable_bit)) 634 regulator->is_enabled = true; 636 regulator->is_enabled = false; 641 regulator->defreg_num) 888 struct tps_reg_param *regulator = NULL; local in function:tps65217pmic_set_volt 990 struct tps_reg_param *regulator = sc->sc_param; local in function:tps65217reg_enable 1017 struct tps_reg_param *regulator = sc->sc_param; local in function:tps65217reg_set_voltage 1035 struct tps_reg_param *regulator = sc->sc_param; local in function:tps65217reg_get_voltage [all...] |