Home
last modified time | relevance | path

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

/openbmc/linux/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>
/openbmc/qemu/hw/display/
H A Ddm163.c43 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()
H A Dtrace-events188 dm163_rst_b(unsigned new_state) "rst_b : %u"
/openbmc/qemu/include/hw/display/
H A Ddm163.h39 uint8_t rst_b; member
/openbmc/linux/drivers/net/ieee802154/
H A 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 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()