Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c1105 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local
1142 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()
1143 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()
1144 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()
1152 if (apb_rst) { in __dw_mipi_dsi_probe()
1159 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()
1161 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
/linux-6.1.9/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()
774 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()
775 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()
777 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()
/linux-6.1.9/drivers/phy/cadence/
Dphy-cadence-sierra.c354 struct reset_control *apb_rst; member
1234 sp->apb_rst = rst; in cdns_sierra_phy_get_resets()
1421 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()
1508 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()
1522 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
Dphy-cadence-torrent.c327 struct reset_control *apb_rst; member
2471 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_reset()
2472 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_reset()
2475 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_reset()
2585 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2773 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2786 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()