Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c1109 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local
1146 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()
1147 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()
1148 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()
1156 if (apb_rst) { in __dw_mipi_dsi_probe()
1163 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()
1165 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
/openbmc/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()
772 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()
773 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()
775 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()
/openbmc/linux/drivers/phy/cadence/
H A Dphy-cadence-sierra.c386 struct reset_control *apb_rst; member
1240 sp->apb_rst = rst; in cdns_sierra_phy_get_resets()
1429 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()
1516 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()
1530 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
H A Dphy-cadence-torrent.c355 struct reset_control *apb_rst; member
2677 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_reset()
2678 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_reset()
2681 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_reset()
2794 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2985 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2998 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()