Home
last modified time | relevance | path

Searched refs:reset_gpios (Results 1 – 25 of 72) sorted by relevance

123

/Zephyr-latest/drivers/watchdog/
Dwdt_npm1300.c33 struct gpio_dt_spec reset_gpios; member
143 if (config->reset_gpios.port != NULL) { in wdt_npm1300_init()
144 if (!gpio_is_ready_dt(&config->reset_gpios)) { in wdt_npm1300_init()
148 ret = gpio_pin_configure_dt(&config->reset_gpios, NPM1300_GPIO_WDT_RESET_ON); in wdt_npm1300_init()
162 .reset_gpios = GPIO_DT_SPEC_INST_GET_OR(n, reset_gpios, {0}), \
/Zephyr-latest/drivers/i2c/
Di2c_tca954x.c20 const struct gpio_dt_spec reset_gpios; member
115 if (config->reset_gpios.port) { in tca954x_root_init()
116 if (!gpio_is_ready_dt(&config->reset_gpios)) { in tca954x_root_init()
118 config->reset_gpios.port->name); in tca954x_root_init()
122 if (gpio_pin_configure_dt(&config->reset_gpios, GPIO_OUTPUT)) { in tca954x_root_init()
128 gpio_pin_set_dt(&config->reset_gpios, 0); in tca954x_root_init()
187 .reset_gpios = GPIO_DT_SPEC_GET_OR( \
188 DT_INST(inst, ti_tca##n##a), reset_gpios, {0}), \
Di2c_sc18im704.c25 const struct gpio_dt_spec reset_gpios; member
263 if (cfg->reset_gpios.port) { in i2c_sc18im_init()
266 if (!gpio_is_ready_dt(&cfg->reset_gpios)) { in i2c_sc18im_init()
271 ret = gpio_pin_configure_dt(&cfg->reset_gpios, GPIO_OUTPUT_ACTIVE); in i2c_sc18im_init()
277 ret = gpio_pin_set_dt(&cfg->reset_gpios, 0); in i2c_sc18im_init()
337 .reset_gpios = GPIO_DT_SPEC_GET_OR(DT_INST_PARENT(n), reset_gpios, {0}), \
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_da1453x.c23 #if DT_INST_NODE_HAS_PROP(0, reset_gpios) in bt_hci_transport_setup()
25 struct gpio_dt_spec bt_reset = GPIO_DT_SPEC_GET(DT_DRV_INST(0), reset_gpios); in bt_hci_transport_setup()
/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_samr3x_radio_off.c14 const struct gpio_dt_spec reset = GPIO_DT_SPEC_GET(DT_NODELABEL(lora), reset_gpios); in radio_off_setup()
/Zephyr-latest/drivers/ethernet/phy/
Dphy_microchip_ksz8081.c45 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios)
272 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios) in phy_mc_ksz8081_reset()
285 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios) in phy_mc_ksz8081_reset()
487 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios) in phy_mc_ksz8081_init()
516 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios)
518 .reset_gpio = GPIO_DT_SPEC_INST_GET_OR(n, reset_gpios, {0}),
Dphy_realtek_rtl8211f.c19 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios) || DT_ANY_INST_HAS_PROP_STATUS_OKAY(int_gpios)
62 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios)
120 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios) in phy_rt_rtl8211f_reset()
496 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios) in phy_rt_rtl8211f_init()
653 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios)
655 .reset_gpio = GPIO_DT_SPEC_INST_GET_OR(n, reset_gpios, {0}),
Dphy_ti_dp83825.c46 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios)
322 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios) in phy_ti_dp83825_reset()
526 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios) in phy_ti_dp83825_init()
577 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios)
578 #define RESET_GPIO(n) .reset_gpio = GPIO_DT_SPEC_INST_GET_OR(n, reset_gpios, {0}),
/Zephyr-latest/drivers/video/
Dgc2145.c684 #if DT_INST_NODE_HAS_PROP(0, reset_gpios)
1130 #if DT_INST_NODE_HAS_PROP(0, reset_gpios) in gc2145_init()
1169 #if DT_INST_NODE_HAS_PROP(0, reset_gpios)
1170 .reset_gpio = GPIO_DT_SPEC_INST_GET(0, reset_gpios),
1184 #if DT_INST_NODE_HAS_PROP(0, reset_gpios) in gc2145_init_0()
Dov7670.c24 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios)
475 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios) in ov7670_init()
556 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios)
557 #define OV7670_RESET_GPIO(inst) .reset = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {}),
Dov7725.c178 #if DT_INST_NODE_HAS_PROP(0, reset_gpios)
566 #if DT_INST_NODE_HAS_PROP(0, reset_gpios) in ov7725_init()
618 #if DT_INST_NODE_HAS_PROP(0, reset_gpios)
619 .reset_gpio = GPIO_DT_SPEC_INST_GET(0, reset_gpios),
633 #if DT_INST_NODE_HAS_PROP(0, reset_gpios) in ov7725_init_0()
Dov2640.c436 #if DT_INST_NODE_HAS_PROP(0, reset_gpios)
988 #if DT_INST_NODE_HAS_PROP(0, reset_gpios) in ov2640_init()
1033 #if DT_INST_NODE_HAS_PROP(0, reset_gpios)
1034 .reset_gpio = GPIO_DT_SPEC_INST_GET(0, reset_gpios),
1049 #if DT_INST_NODE_HAS_PROP(0, reset_gpios) in ov2640_init_0()
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500_nm_bsp.c20 .reset_gpio = GPIO_DT_SPEC_INST_GET(0, reset_gpios),
/Zephyr-latest/drivers/lora/
Dsx126x_standalone.c17 0, reset_gpios);
/Zephyr-latest/drivers/ethernet/
Ddsa_ksz8xxx.c122 #if !DT_INST_NODE_HAS_PROP(0, reset_gpios)
643 #if DT_INST_NODE_HAS_PROP(0, reset_gpios)
646 struct gpio_dt_spec reset_gpio = GPIO_DT_SPEC_INST_GET(0, reset_gpios); in dsa_ksz8xxx_gpio_reset()
671 #if DT_INST_NODE_HAS_PROP(0, reset_gpios) in dsa_hw_init()
692 #if !DT_INST_NODE_HAS_PROP(0, reset_gpios) in dsa_hw_init()
/Zephyr-latest/drivers/gpio/
Dgpio_aw9523b.c37 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios)
421 #if DT_ANY_INST_HAS_PROP_STATUS_OKAY(reset_gpios) in gpio_aw9523b_init()
496 IF_ENABLED(DT_INST_PROP_HAS_IDX(inst, reset_gpios, 0), ( \
497 .reset_gpio = GPIO_DT_SPEC_INST_GET(inst, reset_gpios), \
Dgpio_mcp230xx.c94 .gpio_reset = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {0}), \
Dgpio_mcp23sxx.c134 .gpio_reset = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {0}), \
Dgpio_sn74hc595.c193 .reset_gpio = GPIO_DT_SPEC_INST_GET(n, reset_gpios), \
/Zephyr-latest/drivers/mfd/
Dmfd_ad559x.c102 .reset_gpio = GPIO_DT_SPEC_INST_GET(inst, reset_gpios), \
Dmfd_adp5585.c131 .reset_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {0}), \
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_smartbond.c50 DT_INST_NODE_HAS_PROP(0, reset_gpios)
555 .reset = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {}), \
Dmipi_dbi_stm32_fmc.c189 .reset = GPIO_DT_SPEC_INST_GET_OR(n, reset_gpios, {}), \
/Zephyr-latest/drivers/flash/
Dspi_flash_at45.c51 #define INST_HAS_RESET_OR(inst) DT_INST_NODE_HAS_PROP(inst, reset_gpios) ||
670 DT_INST_NODE_HAS_PROP(idx, reset_gpios)
675 GPIO_DT_SPEC_INST_GET(idx, reset_gpios);))
/Zephyr-latest/drivers/wifi/esp_at/
Desp.c40 #if DT_INST_NODE_HAS_PROP(0, reset_gpios)
61 #if DT_INST_NODE_HAS_PROP(0, reset_gpios)
62 .reset = GPIO_DT_SPEC_INST_GET(0, reset_gpios),
1471 #elif DT_INST_NODE_HAS_PROP(0, reset_gpios) in esp_reset()
1552 #if DT_INST_NODE_HAS_PROP(0, power_gpios) || DT_INST_NODE_HAS_PROP(0, reset_gpios) in esp_init()
1632 #if DT_INST_NODE_HAS_PROP(0, reset_gpios) in esp_init()

123