Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ieee802154/
H A Dmcr20a.txt12 - rst_b-gpio: GPIO spec for the RST_B pin
22 rst_b-gpio = <&gpio 27 1>
/OK3568_Linux_fs/kernel/drivers/net/ieee802154/
H A Dmcr20a.c1229 struct gpio_desc *rst_b; in mcr20a_probe() local
1240 rst_b = devm_gpiod_get(&spi->dev, "rst_b", GPIOD_OUT_HIGH); in mcr20a_probe()
1241 if (IS_ERR(rst_b)) { in mcr20a_probe()
1242 ret = PTR_ERR(rst_b); in mcr20a_probe()
1250 gpiod_set_value_cansleep(rst_b, 1); in mcr20a_probe()
1252 gpiod_set_value_cansleep(rst_b, 0); in mcr20a_probe()