Home
last modified time | relevance | path

Searched refs:rst_b (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/Documentation/devicetree/bindings/net/ieee802154/
Dmcr20a.txt12 - rst_b-gpio: GPIO spec for the RST_B pin
22 rst_b-gpio = <&gpio 27 1>
/linux-5.19.10/drivers/net/ieee802154/
Dmcr20a.c1224 struct gpio_desc *rst_b; in mcr20a_probe() local
1235 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 ret = PTR_ERR(rst_b); in mcr20a_probe()
1245 gpiod_set_value_cansleep(rst_b, 1); in mcr20a_probe()
1247 gpiod_set_value_cansleep(rst_b, 0); in mcr20a_probe()