Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/gpio/
Dgpio_shell.c137 static const struct gpio_ctrl *get_gpio_ctrl(char *name) in get_gpio_ctrl() function
201 ctrl = get_gpio_ctrl(argv[ARGV_DEV]); in get_sh_gpio()
568 const struct gpio_ctrl *ctrl = get_gpio_ctrl(argv[ARGV_DEV]); in cmd_gpio_info()