/Zephyr-latest/drivers/watchdog/ |
D | wdt_npm1300.c | 33 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/ |
D | i2c_tca954x.c | 20 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}), \
|
D | i2c_sc18im704.c | 25 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/ |
D | hci_da1453x.c | 23 #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/ |
D | soc_samr3x_radio_off.c | 14 const struct gpio_dt_spec reset = GPIO_DT_SPEC_GET(DT_NODELABEL(lora), reset_gpios); in radio_off_setup()
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_microchip_ksz8081.c | 45 #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}),
|
D | phy_realtek_rtl8211f.c | 19 #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}),
|
D | phy_ti_dp83825.c | 46 #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/ |
D | gc2145.c | 684 #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()
|
D | ov7670.c | 24 #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, {}),
|
D | ov7725.c | 178 #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()
|
D | ov2640.c | 436 #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/ |
D | wifi_winc1500_nm_bsp.c | 20 .reset_gpio = GPIO_DT_SPEC_INST_GET(0, reset_gpios),
|
/Zephyr-latest/drivers/lora/ |
D | sx126x_standalone.c | 17 0, reset_gpios);
|
/Zephyr-latest/drivers/ethernet/ |
D | dsa_ksz8xxx.c | 122 #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/ |
D | gpio_aw9523b.c | 37 #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), \
|
D | gpio_mcp230xx.c | 94 .gpio_reset = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {0}), \
|
D | gpio_mcp23sxx.c | 134 .gpio_reset = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {0}), \
|
D | gpio_sn74hc595.c | 193 .reset_gpio = GPIO_DT_SPEC_INST_GET(n, reset_gpios), \
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_ad559x.c | 102 .reset_gpio = GPIO_DT_SPEC_INST_GET(inst, reset_gpios), \
|
D | mfd_adp5585.c | 131 .reset_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {0}), \
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_smartbond.c | 50 DT_INST_NODE_HAS_PROP(0, reset_gpios) 555 .reset = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {}), \
|
D | mipi_dbi_stm32_fmc.c | 189 .reset = GPIO_DT_SPEC_INST_GET_OR(n, reset_gpios, {}), \
|
/Zephyr-latest/drivers/flash/ |
D | spi_flash_at45.c | 51 #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/ |
D | esp.c | 40 #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()
|