Searched refs:rst_h (Results 1 – 1 of 1) sorted by relevance
48 struct reset_control *rst_h; member332 reset_control_assert(sai->rst_h); in rockchip_sai_reset()334 reset_control_deassert(sai->rst_h); in rockchip_sai_reset()1409 sai->rst_h = devm_reset_control_get_optional_exclusive(&pdev->dev, "h"); in rockchip_sai_probe()1410 if (IS_ERR(sai->rst_h)) in rockchip_sai_probe()1411 return dev_err_probe(&pdev->dev, PTR_ERR(sai->rst_h), in rockchip_sai_probe()