Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/mfd/
Daxp192.h105 int mfd_axp192_gpio_pd_ctrl(const struct device *dev, uint8_t gpio, bool enable);
/Zephyr-latest/drivers/gpio/
Dgpio_axp192.c130 ret = mfd_axp192_gpio_pd_ctrl(config->mfd, pin, true); in gpio_axp192_configure()
132 ret = mfd_axp192_gpio_pd_ctrl(config->mfd, pin, false); in gpio_axp192_configure()
/Zephyr-latest/drivers/mfd/
Dmfd_axp192.c464 int mfd_axp192_gpio_pd_ctrl(const struct device *dev, uint8_t gpio, bool enable) in mfd_axp192_gpio_pd_ctrl() function