Home
last modified time | relevance | path

Searched refs:get_value (Results 1 – 25 of 61) sorted by relevance

123

/rk3399_rockchip-uboot/tools/dtoc/
H A Dtest_dtoc.py20 from dtb_platdata import get_value
92 get_value(fdt.TYPE_INT, struct.pack('>I', 0x45)))
94 get_value(fdt.TYPE_BYTE, struct.pack('<I', 0x45)))
96 get_value(fdt.TYPE_BYTE, struct.pack('>I', 0x45)))
97 self.assertEqual('"test"', get_value(fdt.TYPE_STRING, 'test'))
98 self.assertEqual('true', get_value(fdt.TYPE_BOOL, None))
H A Ddtb_platdata.py88 def get_value(ftype, value): function
493 vals.append(get_value(prop.type, val))
502 self.buf(get_value(prop.type, prop.value))
/rk3399_rockchip-uboot/drivers/power/regulator/
H A Das3722_regulator.c124 .get_value = stepdown_get_value,
131 .get_value = ldo_get_value,
H A Dregulator-uclass.c35 if (!ops || !ops->get_value) in regulator_get_value()
38 return ops->get_value(dev); in regulator_get_value()
58 if (!ops->get_value) in regulator_set_value()
60 old_uV = ops->get_value(dev); in regulator_set_value()
H A Ds5m8767.c244 .get_value = ldo_get_value,
258 .get_value = buck_get_value,
H A Dlp873x_regulator.c332 .get_value = ldo_get_value,
346 .get_value = buck_get_value,
H A Dgpio-regulator.c123 .get_value = gpio_regulator_get_value,
H A Dact8846.c144 .get_value = reg_get_value,
H A Dfixed.c136 .get_value = fixed_regulator_get_value,
H A Dsandbox.c264 .get_value = buck_get_voltage,
340 .get_value = ldo_get_voltage,
H A Dpwm_regulator.c152 .get_value = pwm_regulator_get_voltage,
/rk3399_rockchip-uboot/test/dm/
H A Dgpio.c70 ut_asserteq(1, ops->get_value(dev, offset)); in dm_test_gpio()
72 ut_asserteq(0, ops->get_value(dev, offset)); in dm_test_gpio()
76 ut_asserteq(1, ops->get_value(dev, offset)); in dm_test_gpio()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dpm8916_gpio.c166 .get_value = pm8916_gpio_get_value,
251 .get_value = pm8941_pwrkey_get_value,
H A Dhi6220_gpio.c62 .get_value = hi6220_gpio_get_value,
H A Daltera_pio.c106 .get_value = altera_pio_get_value,
H A Dbcm6345_gpio.c85 .get_value = bcm6345_gpio_get_value,
H A Dmvebu_gpio.c107 .get_value = mvebu_gpio_get_value,
H A Daxp_gpio.c143 .get_value = axp_gpio_get_value,
H A Dgpio-uniphier.c86 .get_value = uniphier_gpio_get_value,
H A Dmsm_gpio.c91 .get_value = msm_gpio_get_value,
H A Dstm32f7_gpio.c76 .get_value = stm32_gpio_get_value,
H A Dpcf8575_gpio.c162 .get_value = pcf8575_get_value,
H A Dvybrid_gpio.c89 .get_value = vybrid_gpio_get_value,
/rk3399_rockchip-uboot/include/power/
H A Dregulator.h197 int (*get_value)(struct udevice *dev); member
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/
H A Dserdes-gpio.c97 .get_value = serdes_gpio_get,

123