Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/cadence/
Dphy-cadence-sierra.c95 struct reset_control *apb_rst; member
208 sp->apb_rst = devm_reset_control_get(dev, "sierra_apb"); in cdns_sierra_phy_probe()
209 if (IS_ERR(sp->apb_rst)) { in cdns_sierra_phy_probe()
211 return PTR_ERR(sp->apb_rst); in cdns_sierra_phy_probe()
219 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()
285 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()
295 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c982 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local
1023 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()
1024 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()
1025 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()
1033 if (apb_rst) { in __dw_mipi_dsi_probe()
1040 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()
1042 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
/Linux-v5.4/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h91 struct reset_control *apb_rst; member
Dcdn-dp-core.c108 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()
111 reset_control_deassert(dp->apb_rst); in cdn_dp_clk_enable()
758 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()
759 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()
761 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()