Home
last modified time | relevance | path

Searched refs:apb_rst (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c1192 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local
1229 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()
1230 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()
1231 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()
1239 if (apb_rst) { in __dw_mipi_dsi_probe()
1246 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()
1248 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h92 struct reset_control *apb_rst; member
H A Dcdn-dp-core.c116 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()
119 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()
/linux/drivers/phy/cadence/
H A Dphy-cadence-sierra.c387 struct reset_control *apb_rst; member
1241 sp->apb_rst = rst; in cdns_sierra_phy_get_resets()
1430 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()
1514 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()
1528 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
H A Dphy-cadence-torrent.c356 struct reset_control *apb_rst; member
2746 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_of_get_reset()
2747 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_of_get_reset()
2750 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_of_get_reset()
2920 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
3109 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
3123 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()
3160 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_suspend_noirq()
3185 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_resume_noirq()
3198 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_resume_noirq()