Searched refs:radio_warm_rst (Results 1 – 2 of 2) sorted by relevance
199 ar_ahb->radio_warm_rst = devm_reset_control_get_exclusive(dev, in ath10k_ahb_rst_ctrl_init()201 if (IS_ERR(ar_ahb->radio_warm_rst)) { in ath10k_ahb_rst_ctrl_init()203 PTR_ERR(ar_ahb->radio_warm_rst)); in ath10k_ahb_rst_ctrl_init()204 return PTR_ERR(ar_ahb->radio_warm_rst); in ath10k_ahb_rst_ctrl_init()232 ar_ahb->radio_warm_rst = NULL; in ath10k_ahb_rst_ctrl_deinit()243 IS_ERR_OR_NULL(ar_ahb->radio_warm_rst) || in ath10k_ahb_release_reset()256 ret = reset_control_deassert(ar_ahb->radio_warm_rst); in ath10k_ahb_release_reset()315 IS_ERR_OR_NULL(ar_ahb->radio_warm_rst) || in ath10k_ahb_halt_chip()357 ret = reset_control_assert(ar_ahb->radio_warm_rst); in ath10k_ahb_halt_chip()
27 struct reset_control *radio_warm_rst; member