Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/drivers/mfd/
Daxp192.h78 int mfd_axp192_gpio_func_ctrl(const struct device *dev, const struct device *client_dev,
/Zephyr-Core-3.7.0/drivers/gpio/
Dgpio_axp192.c102 ret = mfd_axp192_gpio_func_ctrl(config->mfd, dev, pin, func); in gpio_axp192_configure()
118 ret = mfd_axp192_gpio_func_ctrl(config->mfd, dev, pin, func); in gpio_axp192_configure()
/Zephyr-Core-3.7.0/drivers/regulator/
Dregulator_axp192.c185 ret = mfd_axp192_gpio_func_ctrl(config->mfd, dev, 0, AXP192_GPIO_FUNC_LDO); in axp192_enable()
209 ret = mfd_axp192_gpio_func_ctrl(config->mfd, dev, 0, AXP192_GPIO_FUNC_OUTPUT_LOW); in axp192_disable()
/Zephyr-Core-3.7.0/drivers/mfd/
Dmfd_axp192.c287 int mfd_axp192_gpio_func_ctrl(const struct device *dev, const struct device *client_dev, in mfd_axp192_gpio_func_ctrl() function