Home
last modified time | relevance | path

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

1234

/openbmc/dbus-sensors/src/fan/
H A DPresenceGpio.cpp73 updateAndTracePresence(gpioLine.get_value()); in EventPresenceGpio()
126 updateAndTracePresence(gpioLine.get_value()); in read()
139 updateAndTracePresence(gpioLine.get_value()); in PollingPresenceGpio()
178 int newStatus = gpioLine.get_value(); in monitorPresence()
/openbmc/dbus-sensors/src/
H A DGPIOInterface.cpp66 auto lineValue = line.get_value(); in readGPIOAsync()
85 auto lineValue = line.get_value(); in readGPIOAsyncEvent()
/openbmc/u-boot/tools/dtoc/
H A Dtest_dtoc.py19 from dtb_platdata import get_value
123 get_value(fdt.TYPE_INT, struct.pack('>I', 0x45)))
125 get_value(fdt.TYPE_BYTE, struct.pack('<I', 0x45)))
127 get_value(fdt.TYPE_BYTE, struct.pack('>I', 0x45)))
128 self.assertEqual('"test"', get_value(fdt.TYPE_STRING, 'test'))
129 self.assertEqual('true', get_value(fdt.TYPE_BOOL, None))
H A Ddtb_platdata.py87 def get_value(ftype, value): function
497 vals.append(get_value(prop.type, val))
506 self.buf(get_value(prop.type, prop.value))
/openbmc/u-boot/drivers/power/regulator/
H A Das3722_regulator.c137 .get_value = stepdown_get_value,
144 .get_value = ldo_get_value,
H A Dtps65910_regulator.c417 .get_value = tps65910_boost_get_value,
431 .get_value = tps65910_buck_get_value,
446 .get_value = tps65910_ldo_get_value,
H A Ds5m8767.c241 .get_value = ldo_get_value,
255 .get_value = buck_get_value,
H A Dlp873x_regulator.c329 .get_value = ldo_get_value,
343 .get_value = buck_get_value,
H A Dgpio-regulator.c120 .get_value = gpio_regulator_get_value,
/openbmc/qemu/monitor/
H A Dhmp-target.c102 if (md->get_value) { in get_monitor_def()
103 *pval = md->get_value(mon, md, md->offset); in get_monitor_def()
/openbmc/phosphor-state-manager/host_condition_gpio/
H A Dhost_condition.cpp56 gpioVal = line.get_value(); in currentFirmwareCondition()
/openbmc/u-boot/test/dm/
H A Dgpio.c67 ut_asserteq(1, ops->get_value(dev, offset)); in dm_test_gpio()
69 ut_asserteq(0, ops->get_value(dev, offset)); in dm_test_gpio()
73 ut_asserteq(1, ops->get_value(dev, offset)); in dm_test_gpio()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dgpio.hpp141 return line.get_value(); in getValue()
H A Dpower_control.cpp185 int pgoodState = pgoodLine.get_value(); in pollPgood()
320 int pgoodState = pgoodLine.get_value(); in setUpGpio()
/openbmc/qemu/include/monitor/
H A Dhmp-target.h35 target_long (*get_value)(Monitor *mon, const struct MonitorDef *md, member
/openbmc/u-boot/drivers/gpio/
H A Dpm8916_gpio.c163 .get_value = pm8916_gpio_get_value,
249 .get_value = pm8941_pwrkey_get_value,
H A Dhi6220_gpio.c61 .get_value = hi6220_gpio_get_value,
H A Dbcm6345_gpio.c82 .get_value = bcm6345_gpio_get_value,
H A Daltera_pio.c105 .get_value = altera_pio_get_value,
H A Dmvebu_gpio.c104 .get_value = mvebu_gpio_get_value,
/openbmc/u-boot/include/power/
H A Dregulator.h193 int (*get_value)(struct udevice *dev); member
/openbmc/entity-manager/src/gpio-presence/
H A Dgpio_presence_manager.cpp264 const int lineValue = gpioLines[gpioLine].get_value(); in readGPIOAsyncEvent()
292 auto lineValue = gpioLines[gpioLine].get_value(); in readGPIOAsyncEvent()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.cpp58 value = line.get_value(); in read()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py144 package = model.get_value(model.get_iter(path), data_col)
148 package = model.get_value(iter, COL_PKG_NAME)
164 current_package = model.get_value(it, COL_PKG_NAME)
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson-gx-pmx.c96 .get_value = meson_gpio_get,

1234