Home
last modified time | relevance | path

Searched refs:modep (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c14 int regulator_mode(struct udevice *dev, struct dm_regulator_mode **modep) in regulator_mode() argument
18 *modep = NULL; in regulator_mode()
24 *modep = uc_pdata->mode; in regulator_mode()
/openbmc/u-boot/include/power/
H A Dregulator.h245 int regulator_mode(struct udevice *dev, struct dm_regulator_mode **modep);
/openbmc/qemu/hw/intc/
H A Dsh_intc.c130 unsigned int *modep) in sh_intc_locate() argument
143 *modep = mode; in sh_intc_locate()
159 *modep = mode | INTC_MODE_IS_PRIO; in sh_intc_locate()