Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi2.c912 struct reset_control *apb_rst; in __dw_mipi_dsi2_probe() local
953 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi2_probe()
954 if (IS_ERR(apb_rst)) in __dw_mipi_dsi2_probe()
955 return dev_err_cast_probe(dev, apb_rst, "Unable to get reset control\n"); in __dw_mipi_dsi2_probe()
957 if (apb_rst) { in __dw_mipi_dsi2_probe()
964 reset_control_assert(apb_rst); in __dw_mipi_dsi2_probe()
966 reset_control_deassert(apb_rst); in __dw_mipi_dsi2_probe()
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-6.15/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-6.15/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-dcphy.c297 struct reset_control *apb_rst; member
1371 reset_control_assert(samsung->apb_rst); in samsung_mipi_dcphy_power_on()
1373 reset_control_deassert(samsung->apb_rst); in samsung_mipi_dcphy_power_on()
1607 samsung->apb_rst = devm_reset_control_get(dev, "apb"); in samsung_mipi_dcphy_probe()
1608 if (IS_ERR(samsung->apb_rst)) in samsung_mipi_dcphy_probe()
1609 return dev_err_probe(dev, PTR_ERR(samsung->apb_rst), in samsung_mipi_dcphy_probe()
/linux-6.15/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()