Searched refs:apb_rst (Results 1 – 7 of 7) sorted by relevance
914 struct reset_control *apb_rst; in __dw_mipi_dsi2_probe() local956 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi2_probe()957 if (IS_ERR(apb_rst)) in __dw_mipi_dsi2_probe()958 return dev_err_cast_probe(dev, apb_rst, "Unable to get reset control\n"); in __dw_mipi_dsi2_probe()960 if (apb_rst) { in __dw_mipi_dsi2_probe()967 reset_control_assert(apb_rst); in __dw_mipi_dsi2_probe()969 reset_control_deassert(apb_rst); in __dw_mipi_dsi2_probe()
1194 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local1232 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()1233 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()1234 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()1242 if (apb_rst) { in __dw_mipi_dsi_probe()1249 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()1251 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
292 struct reset_control *apb_rst; member1366 reset_control_assert(samsung->apb_rst); in samsung_mipi_dcphy_power_on()1368 reset_control_deassert(samsung->apb_rst); in samsung_mipi_dcphy_power_on()1604 samsung->apb_rst = devm_reset_control_get(dev, "apb"); in samsung_mipi_dcphy_probe()1605 if (IS_ERR(samsung->apb_rst)) in samsung_mipi_dcphy_probe()1606 return dev_err_probe(dev, PTR_ERR(samsung->apb_rst), in samsung_mipi_dcphy_probe()
92 struct reset_control *apb_rst; member
119 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()122 reset_control_deassert(dp->apb_rst); in cdn_dp_clk_enable()738 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()739 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()741 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()
390 struct reset_control *apb_rst; member1244 sp->apb_rst = rst; in cdns_sierra_phy_get_resets()1433 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()1517 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()1531 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
362 struct reset_control *apb_rst; member2800 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_of_get_reset()2801 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_of_get_reset()2804 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_of_get_reset()2974 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()3165 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()3179 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()3360 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_suspend_noirq()3389 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_resume_noirq()3402 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_resume_noirq()