Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/bridge/synopsys/
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()
/linux-6.6.21/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h92 struct reset_control *apb_rst; member
Dcdn-dp-core.c117 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()
120 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-6.6.21/drivers/phy/cadence/
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()
Dphy-cadence-torrent.c355 struct reset_control *apb_rst; member
2674 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_reset()
2675 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_reset()
2678 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_reset()
2791 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2982 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2995 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()