Home
last modified time | relevance | path

Searched refs:client_dev (Results 1 – 2 of 2) 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/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() argument
306 if ((data->gpio_mask_used[gpio] != 0) && (data->gpio_mask_used[gpio] != client_dev)) { in mfd_axp192_gpio_func_ctrl()
412 data->gpio_mask_used[gpio] = client_dev; in mfd_axp192_gpio_func_ctrl()