Searched refs:rst_b (Results 1 – 5 of 5) sorted by relevance
12 - rst_b-gpio: GPIO spec for the RST_B pin22 rst_b-gpio = <&gpio 27 1>
43 VMSTATE_UINT8(rst_b, DM163State),63 s->rst_b = 0; in dm163_reset_hold()111 if (s->rst_b && !s->en_b) { in dm163_propagate_outputs()211 s->rst_b = new_state; in dm163_rst_b_gpio_handler()
188 dm163_rst_b(unsigned new_state) "rst_b : %u"
39 uint8_t rst_b; member
1224 struct gpio_desc *rst_b; in mcr20a_probe() local1235 rst_b = devm_gpiod_get(&spi->dev, "rst_b", GPIOD_OUT_HIGH); in mcr20a_probe()1236 if (IS_ERR(rst_b)) in mcr20a_probe()1237 return dev_err_probe(&spi->dev, PTR_ERR(rst_b), in mcr20a_probe()1242 gpiod_set_value_cansleep(rst_b, 1); in mcr20a_probe()1244 gpiod_set_value_cansleep(rst_b, 0); in mcr20a_probe()