Searched refs:apb_rst (Results 1 – 5 of 5) sorted by relevance
193 struct reset_control *apb_rst; member535 sp->apb_rst = devm_reset_control_get_optional(dev, "sierra_apb"); in cdns_sierra_phy_probe()536 if (IS_ERR(sp->apb_rst)) { in cdns_sierra_phy_probe()538 return PTR_ERR(sp->apb_rst); in cdns_sierra_phy_probe()562 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()632 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()642 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()2324 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()2335 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()
1106 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local1143 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()1144 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()1145 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()1153 if (apb_rst) { in __dw_mipi_dsi_probe()1160 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()1162 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
91 struct reset_control *apb_rst; member
109 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()112 reset_control_deassert(dp->apb_rst); in cdn_dp_clk_enable()755 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()756 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()758 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()