Searched refs:setup_pin_dir (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.6.0/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_mcp23s17.c | 165 static int setup_pin_dir(const struct device *dev, uint32_t pin, int flags) in setup_pin_dir() function 236 ret = setup_pin_dir(dev, pin, flags); in mcp23s17_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 187 ret = setup_pin_dir(dev, pin, flags); in mcp23xxx_pin_cfg()
|
D | gpio_pca95xx.c | 347 static int setup_pin_dir(const struct device *dev, uint32_t pin, int flags) in setup_pin_dir() function 473 ret = setup_pin_dir(dev, pin, flags); in gpio_pca95xx_config()
|