Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dov5640.c116 struct gpio_dt_spec powerdown_gpio; member
948 if (!gpio_is_ready_dt(&cfg->powerdown_gpio)) { in ov5640_init()
949 LOG_ERR("%s: device %s is not ready", dev->name, cfg->powerdown_gpio.port->name); in ov5640_init()
954 if (cfg->powerdown_gpio.port != NULL) { in ov5640_init()
955 ret = gpio_pin_configure_dt(&cfg->powerdown_gpio, GPIO_OUTPUT_ACTIVE); in ov5640_init()
970 if (cfg->powerdown_gpio.port != NULL) { in ov5640_init()
971 gpio_pin_set_dt(&cfg->powerdown_gpio, 0); in ov5640_init()
1037 .powerdown_gpio = GPIO_DT_SPEC_INST_GET_OR(n, powerdown_gpios, {0}), \