Searched refs:rst_b (Results 1 – 2 of 2) sorted by relevance
12 - rst_b-gpio: GPIO spec for the RST_B pin22 rst_b-gpio = <&gpio 27 1>
1223 struct gpio_desc *rst_b; in mcr20a_probe() local1234 rst_b = devm_gpiod_get(&spi->dev, "rst_b", GPIOD_OUT_HIGH); in mcr20a_probe()1235 if (IS_ERR(rst_b)) in mcr20a_probe()1236 return dev_err_probe(&spi->dev, PTR_ERR(rst_b), in mcr20a_probe()1241 gpiod_set_value_cansleep(rst_b, 1); in mcr20a_probe()1243 gpiod_set_value_cansleep(rst_b, 0); in mcr20a_probe()