Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial.c313 static struct serial_device *get_current(void) in get_current() function
350 return get_current()->start(); in serial_init()
365 get_current()->setbrg(); in serial_setbrg()
381 return get_current()->getc(); in serial_getc()
396 return get_current()->tstc(); in serial_tstc()
412 get_current()->putc(c); in serial_putc()
430 get_current()->puts(s); in serial_puts()
447 struct serial_device *dev = get_current(); in default_serial_puts()
/openbmc/qemu/util/
H A Dcoroutine-windows.c92 Coroutine *current = get_current(); in qemu_coroutine_self()
106 Coroutine *current = get_current(); in qemu_in_coroutine()
H A Dcoroutine-wasm.c99 Coroutine *self = get_current(); in qemu_coroutine_self()
124 Coroutine *self = get_current(); in qemu_in_coroutine()
H A Dcoroutine-ucontext.c339 Coroutine *self = get_current(); in qemu_coroutine_self()
356 Coroutine *self = get_current(); in qemu_in_coroutine()
/openbmc/u-boot/include/power/
H A Dregulator.h205 int (*get_current)(struct udevice *dev); member
/openbmc/u-boot/drivers/power/regulator/
H A Dfixed.c137 .get_current = fixed_regulator_get_current,
H A Dsandbox.c263 .get_current = buck_get_current,
339 .get_current = ldo_get_current,
H A Dregulator-uclass.c98 if (!ops || !ops->get_current) in regulator_get_current()
101 return ops->get_current(dev); in regulator_get_current()