Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_shell.c27 struct gpio_ctrl { struct
135 static const struct gpio_ctrl gpio_list[] = {DT_FOREACH_STATUS_OKAY_NODE(IS_GPIO_CTRL_LIST)};
137 static const struct gpio_ctrl *get_gpio_ctrl(const char *name) in get_gpio_ctrl()
171 static int get_gpio_pin(const struct shell *sh, const struct gpio_ctrl *ctrl, char *line_name) in get_gpio_pin()
202 const struct gpio_ctrl *ctrl; in get_sh_gpio()
507 static void print_gpio_ctrl_info(const struct shell *sh, const struct gpio_ctrl *ctrl) in print_gpio_ctrl_info()
623 const struct gpio_ctrl *ctrl = get_gpio_ctrl(argv[ARGV_DEV]); in cmd_gpio_info()