Searched refs:apb_rst (Results 1 – 3 of 3) sorted by relevance
918 struct reset_control *apb_rst; in __dw_mipi_dsi2_probe() local960 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi2_probe()961 if (IS_ERR(apb_rst)) in __dw_mipi_dsi2_probe()962 return dev_err_cast_probe(dev, apb_rst, "Unable to get reset control\n"); in __dw_mipi_dsi2_probe()964 if (apb_rst) { in __dw_mipi_dsi2_probe()971 reset_control_assert(apb_rst); in __dw_mipi_dsi2_probe()973 reset_control_deassert(apb_rst); in __dw_mipi_dsi2_probe()
1198 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local1236 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()1237 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()1238 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()1246 if (apb_rst) { in __dw_mipi_dsi_probe()1253 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()1255 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
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()