Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/haptics/
Ddrv2605.c136 struct gpio_dt_spec en_gpio; member
426 if (config->en_gpio.port != NULL) { in drv2605_pm_action()
427 gpio_pin_set_dt(&config->en_gpio, 0); in drv2605_pm_action()
432 if (config->en_gpio.port != NULL) { in drv2605_pm_action()
433 gpio_pin_set_dt(&config->en_gpio, 1); in drv2605_pm_action()
550 if (config->en_gpio.port != NULL) { in drv2605_gpio_config()
551 if (!gpio_is_ready_dt(&config->en_gpio)) { in drv2605_gpio_config()
555 ret = gpio_pin_configure_dt(&config->en_gpio, GPIO_OUTPUT_ACTIVE); in drv2605_gpio_config()
626 .en_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, en_gpios, {}), \
/Zephyr-latest/drivers/gpio/
Dgpio_max14916.c332 if (!gpio_is_ready_dt(&config->en_gpio)) { in gpio_max14916_init()
337 err = gpio_pin_configure_dt(&config->en_gpio, GPIO_OUTPUT_INACTIVE); in gpio_max14916_init()
343 gpio_pin_set_dt(&config->en_gpio, 1); in gpio_max14916_init()
349 LOG_ERR("[GPIO] EN - %d\n", gpio_pin_get_dt(&config->en_gpio)); in gpio_max14916_init()
376 .en_gpio = GPIO_DT_SPEC_INST_GET(id, en_gpios), \
Dgpio_max14906.c404 if (!gpio_is_ready_dt(&config->en_gpio)) { in gpio_max14906_init()
409 err = gpio_pin_configure_dt(&config->en_gpio, GPIO_OUTPUT_INACTIVE); in gpio_max14906_init()
415 gpio_pin_set_dt(&config->en_gpio, 1); in gpio_max14906_init()
421 LOG_DBG("[GPIO] EN - %d\n", gpio_pin_get_dt(&config->en_gpio)); in gpio_max14906_init()
448 .en_gpio = GPIO_DT_SPEC_INST_GET(id, en_gpios), \
Dgpio_max14916.h169 struct gpio_dt_spec en_gpio; member
Dgpio_max14906.h289 struct gpio_dt_spec en_gpio; member