Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/phy/cadence/
Dphy-cadence-sierra.c193 struct reset_control *apb_rst; member
535 sp->apb_rst = devm_reset_control_get_optional(dev, "sierra_apb"); in cdns_sierra_phy_probe()
536 if (IS_ERR(sp->apb_rst)) { in cdns_sierra_phy_probe()
538 return PTR_ERR(sp->apb_rst); in cdns_sierra_phy_probe()
562 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()
632 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()
642 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
Dphy-cadence-torrent.c263 struct reset_control *apb_rst; member
2106 cdns_phy->apb_rst = devm_reset_control_get_optional(dev, "torrent_apb"); in cdns_torrent_phy_probe()
2107 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_phy_probe()
2110 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2151 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2324 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2335 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()
/Linux-v5.10/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c1106 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local
1143 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()
1144 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()
1145 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()
1153 if (apb_rst) { in __dw_mipi_dsi_probe()
1160 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()
1162 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
/Linux-v5.10/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h91 struct reset_control *apb_rst; member
Dcdn-dp-core.c109 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()
112 reset_control_deassert(dp->apb_rst); in cdn_dp_clk_enable()
755 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()
756 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()
758 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()