Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ieee802154/
H A Dat86rf230.c85 struct gpio_desc *slp_tr; member
110 if (lp->slp_tr) { in at86rf230_sleep()
111 gpiod_set_value(lp->slp_tr, 1); in at86rf230_sleep()
121 if (lp->slp_tr) { in at86rf230_awake()
122 gpiod_set_value(lp->slp_tr, 0); in at86rf230_awake()
207 gpiod_set_value(lp->slp_tr, 1); in at86rf230_slp_tr_rising_edge()
209 gpiod_set_value(lp->slp_tr, 0); in at86rf230_slp_tr_rising_edge()
822 if (lp->slp_tr) in at86rf230_write_frame_complete()
1523 struct gpio_desc *slp_tr; in at86rf230_probe() local
1552 rc = PTR_ERR_OR_ZERO(slp_tr); in at86rf230_probe()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/ieee802154/
H A Dat86rf230.txt14 - sleep-gpio: GPIO spec for the slp_tr pin