Searched refs:apb_rst (Results 1 – 10 of 10) sorted by relevance
193 struct reset_control *apb_rst; member541 sp->apb_rst = devm_reset_control_get_optional(dev, "sierra_apb"); in cdns_sierra_phy_probe()542 if (IS_ERR(sp->apb_rst)) { in cdns_sierra_phy_probe()544 return PTR_ERR(sp->apb_rst); in cdns_sierra_phy_probe()568 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()638 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()648 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
263 struct reset_control *apb_rst; member2106 cdns_phy->apb_rst = devm_reset_control_get_optional(dev, "torrent_apb"); in cdns_torrent_phy_probe()2107 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_phy_probe()2110 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_phy_probe()2151 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()2325 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()2336 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()
256 struct reset_control *apb_rst; member930 if (dsi->apb_rst) { in dw_mipi_dsi_pre_enable()931 reset_control_assert(dsi->apb_rst); in dw_mipi_dsi_pre_enable()933 reset_control_deassert(dsi->apb_rst); in dw_mipi_dsi_pre_enable()1185 dsi->apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()1186 if (IS_ERR(dsi->apb_rst)) { in __dw_mipi_dsi_probe()1187 ret = PTR_ERR(dsi->apb_rst); in __dw_mipi_dsi_probe()
21 struct reset_control *apb_rst; member
1744 reset_control_assert(samsung->apb_rst); in samsung_mipi_dcphy_power_on()1746 reset_control_deassert(samsung->apb_rst); in samsung_mipi_dcphy_power_on()2373 samsung->apb_rst = devm_reset_control_get(dev, "apb"); in samsung_mipi_dcphy_probe()2374 if (IS_ERR(samsung->apb_rst)) { in samsung_mipi_dcphy_probe()2376 return PTR_ERR(samsung->apb_rst); in samsung_mipi_dcphy_probe()
87 struct reset_control *apb_rst; member359 priv->apb_rst = devm_reset_control_get_optional(dev, "combphy-apb"); in rockchip_combphy_parse_dt()360 if (IS_ERR(priv->apb_rst)) { in rockchip_combphy_parse_dt()361 ret = PTR_ERR(priv->apb_rst); in rockchip_combphy_parse_dt()
109 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()112 reset_control_deassert(dp->apb_rst); in cdn_dp_clk_enable()733 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()734 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()736 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()
90 struct reset_control *apb_rst; member
259 struct reset_control *apb_rst; member568 if (dsi2->apb_rst) { in dw_mipi_dsi2_host_softrst()569 reset_control_assert(dsi2->apb_rst); in dw_mipi_dsi2_host_softrst()571 reset_control_deassert(dsi2->apb_rst); in dw_mipi_dsi2_host_softrst()1675 dsi2->apb_rst = devm_reset_control_get(dev, "apb"); in dw_mipi_dsi2_probe()1676 if (IS_ERR(dsi2->apb_rst)) { in dw_mipi_dsi2_probe()1677 ret = PTR_ERR(dsi2->apb_rst); in dw_mipi_dsi2_probe()
23 struct reset_control *apb_rst; member