Searched refs:setup_pin_dir (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/gpio/ |
D | gpio_fxl6408.c | 172 static int setup_pin_dir(const struct device *dev, uint32_t pin, int flags) in setup_pin_dir() function 277 ret = setup_pin_dir(dev, pin, flags); in gpio_fxl6408_pin_config()
|
D | gpio_mcp23xxx.c | 108 static int setup_pin_dir(const struct device *dev, uint32_t pin, int flags) in setup_pin_dir() function 189 ret = setup_pin_dir(dev, pin, flags); in mcp23xxx_pin_cfg()
|
D | gpio_pca95xx.c | 357 static int setup_pin_dir(const struct device *dev, uint32_t pin, int flags) in setup_pin_dir() function 495 ret = setup_pin_dir(dev, pin, flags); in gpio_pca95xx_config()
|