Searched refs:rsm_gpio (Results 1 – 1 of 1) sorted by relevance
50 static const struct gpio_dt_spec rsm_gpio = GPIO_DT_SPEC_GET(BRD_PWR_NODE, rsm_gpios); variable1180 if (!gpio_is_ready_dt(&rsm_gpio)) { in espi_test()1181 LOG_ERR("%s: device not ready.", rsm_gpio.port->name); in espi_test()1211 ret = gpio_pin_configure_dt(&rsm_gpio, GPIO_OUTPUT); in espi_test()1213 LOG_ERR("Unable to config %d: %d", rsm_gpio.pin, ret); in espi_test()1217 ret = gpio_pin_set_dt(&rsm_gpio, 0); in espi_test()1219 LOG_ERR("Unable to initialize %d", rsm_gpio.pin); in espi_test()1262 ret = gpio_pin_set_dt(&rsm_gpio, 1); in espi_test()