Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi2.c914 struct reset_control *apb_rst; in __dw_mipi_dsi2_probe() local
956 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi2_probe()
957 if (IS_ERR(apb_rst)) in __dw_mipi_dsi2_probe()
958 return dev_err_cast_probe(dev, apb_rst, "Unable to get reset control\n"); in __dw_mipi_dsi2_probe()
960 if (apb_rst) { in __dw_mipi_dsi2_probe()
967 reset_control_assert(apb_rst); in __dw_mipi_dsi2_probe()
969 reset_control_deassert(apb_rst); in __dw_mipi_dsi2_probe()
H A Ddw-mipi-dsi.c1194 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local
1232 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()
1233 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()
1234 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()
1242 if (apb_rst) { in __dw_mipi_dsi_probe()
1249 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()
1251 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h92 struct reset_control *apb_rst; member
H A Dcdn-dp-core.c118 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()
121 reset_control_deassert(dp->apb_rst); in cdn_dp_clk_enable()
737 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()
738 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()
740 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()
/linux/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()
1610 "Failed to get system apb_rst control\n"); in samsung_mipi_dcphy_probe()
/linux/drivers/phy/cadence/
H A Dphy-cadence-sierra.c390 struct reset_control *apb_rst; member
1244 sp->apb_rst = rst; in cdns_sierra_phy_get_resets()
1433 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()
1517 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()
1531 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
H A Dphy-cadence-torrent.c361 struct reset_control *apb_rst; member
2796 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_of_get_reset()
2797 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_of_get_reset()
2800 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_of_get_reset()
2970 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
3158 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
3172 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()
3335 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_suspend_noirq()
3360 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_resume_noirq()
3373 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_resume_noirq()
[all...]