Searched refs:apb_rst (Results 1 – 5 of 5) sorted by relevance
1109 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local1146 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()1147 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()1148 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()1156 if (apb_rst) { in __dw_mipi_dsi_probe()1163 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()1165 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
92 struct reset_control *apb_rst; member
117 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()120 reset_control_deassert(dp->apb_rst); in cdn_dp_clk_enable()773 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()774 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()776 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()
386 struct reset_control *apb_rst; member1240 sp->apb_rst = rst; in cdns_sierra_phy_get_resets()1429 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()1516 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()1530 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
355 struct reset_control *apb_rst; member2674 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_reset()2675 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_reset()2678 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_reset()2791 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()2982 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()2995 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()