Home
last modified time | relevance | path

Searched refs:AXP192_GPIO_FUNC_LDO (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/mfd/
Daxp192.h27 AXP192_GPIO_FUNC_LDO = BIT(3), enumerator
/Zephyr-latest/drivers/mfd/
Dmfd_axp192.c219 *func = AXP192_GPIO_FUNC_LDO; in mfd_axp192_gpio_func_get()
329 case AXP192_GPIO_FUNC_LDO: in mfd_axp192_gpio_func_ctrl()
/Zephyr-latest/drivers/gpio/
Dgpio_axp192.c202 case AXP192_GPIO_FUNC_LDO: in gpio_axp192_get_config()
/Zephyr-latest/drivers/regulator/
Dregulator_axp192.c185 ret = mfd_axp192_gpio_func_ctrl(config->mfd, dev, 0, AXP192_GPIO_FUNC_LDO); in axp192_enable()