Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-samsung-hdptx.c330 struct reset_ctl cmn_reset; member
622 reset_assert(&hdptx->cmn_reset); in rockchip_hdptx_phy_set_rate()
678 reset_deassert(&hdptx->cmn_reset); in rockchip_hdptx_phy_set_rate()
934 reset_deassert(&hdptx->cmn_reset); in rockchip_hdptx_phy_dp_aux_init()
969 reset_assert(&hdptx->cmn_reset); in rockchip_hdptx_phy_reset()
1085 ret = reset_get_by_name(dev, "cmn", &hdptx->cmn_reset); in rockchip_hdptx_phy_probe()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-hdptx.c329 struct reset_control *cmn_reset; member
977 reset_control_deassert(hdptx->cmn_reset); in rockchip_hdptx_phy_dp_aux_init()
1012 reset_control_assert(hdptx->cmn_reset); in rockchip_hdptx_phy_reset()
1180 hdptx->cmn_reset = devm_reset_control_get(dev, "cmn"); in rockchip_hdptx_phy_probe()
1181 if (IS_ERR(hdptx->cmn_reset)) in rockchip_hdptx_phy_probe()
1182 return dev_err_probe(dev, PTR_ERR(hdptx->cmn_reset), in rockchip_hdptx_phy_probe()
H A Dphy-rockchip-samsung-hdptx-hdmi.c724 struct reset_control *cmn_reset; member
913 reset_control_assert(hdptx->cmn_reset); in hdptx_pre_power_up()
969 reset_control_deassert(hdptx->cmn_reset); in hdptx_post_enable_pll()
1011 reset_control_assert(hdptx->cmn_reset); in hdptx_phy_disable()
2273 hdptx->cmn_reset = devm_reset_control_get(dev, "cmn"); in rockchip_hdptx_phy_probe()
2274 if (IS_ERR(hdptx->cmn_reset)) { in rockchip_hdptx_phy_probe()
2275 ret = PTR_ERR(hdptx->cmn_reset); in rockchip_hdptx_phy_probe()
2331 reset_control_deassert(hdptx->cmn_reset); in rockchip_hdptx_phy_probe()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dphy-rockchip-samsung-hdptx-hdmi.c709 struct reset_ctl cmn_reset; member
871 reset_assert(&hdptx->cmn_reset); in hdptx_pre_power_up()
928 reset_deassert(&hdptx->cmn_reset); in hdptx_post_enable_pll()
1972 ret = reset_get_by_name(dev, "cmn", &hdptx->cmn_reset); in rockchip_hdptx_phy_hdmi_probe()