Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/synopsys/
A Ddw-mipi-dsi.c1133 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local
1170 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()
1171 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()
1172 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()
1180 if (apb_rst) { in __dw_mipi_dsi_probe()
1187 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()
1189 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
/linux/drivers/phy/cadence/
A Dphy-cadence-sierra.c259 struct reset_control *apb_rst; member
822 sp->apb_rst = rst; in cdns_sierra_phy_get_resets()
890 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()
964 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()
976 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
A Dphy-cadence-torrent.c327 struct reset_control *apb_rst; member
2474 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_reset()
2475 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_reset()
2478 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_reset()
2588 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2776 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2789 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()
/linux/drivers/gpu/drm/rockchip/
A Dcdn-dp-core.h91 struct reset_control *apb_rst; member
A Dcdn-dp-core.c111 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()
114 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()

Completed in 30 milliseconds