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()
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()757 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()758 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()760 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()
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()
315 struct reset_control *apb_rst; member2222 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_reset()2223 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_reset()2226 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_reset()2336 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()2524 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()2537 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()