Home
last modified time | relevance | path

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

/linux/sound/soc/rockchip/
H A Drockchip_sai.c48 struct reset_control *rst_h; member
332 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()