Searched refs:apb_rst (Results 1 – 5 of 5) sorted by relevance
1133 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local1170 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()1171 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()1172 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()1180 if (apb_rst) { in __dw_mipi_dsi_probe()1187 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()1189 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
259 struct reset_control *apb_rst; member822 sp->apb_rst = rst; in cdns_sierra_phy_get_resets()890 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()964 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()976 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
327 struct reset_control *apb_rst; member2474 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_reset()2475 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_reset()2478 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_reset()2588 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()2776 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()2789 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()
91 struct reset_control *apb_rst; member
111 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()114 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()
Completed in 33 milliseconds