Home
last modified time | relevance | path

Searched refs:apb_rst (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/cadence/
H A Dphy-cadence-sierra.c193 struct reset_control *apb_rst; member
541 sp->apb_rst = devm_reset_control_get_optional(dev, "sierra_apb"); in cdns_sierra_phy_probe()
542 if (IS_ERR(sp->apb_rst)) { in cdns_sierra_phy_probe()
544 return PTR_ERR(sp->apb_rst); in cdns_sierra_phy_probe()
568 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()
638 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()
648 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
H A 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()
2325 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2336 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c1109 struct reset_control *apb_rst; in __dw_mipi_dsi_probe() local
1146 apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()
1147 if (IS_ERR(apb_rst)) { in __dw_mipi_dsi_probe()
1148 ret = PTR_ERR(apb_rst); in __dw_mipi_dsi_probe()
1156 if (apb_rst) { in __dw_mipi_dsi_probe()
1163 reset_control_assert(apb_rst); in __dw_mipi_dsi_probe()
1165 reset_control_deassert(apb_rst); in __dw_mipi_dsi_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h91 struct reset_control *apb_rst; member
H A Dcdn-dp-core.c110 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()
113 reset_control_deassert(dp->apb_rst); in cdn_dp_clk_enable()
757 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()
758 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()
760 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h92 struct reset_control *apb_rst; member
H A Dcdn-dp-core.c117 reset_control_assert(dp->apb_rst); in cdn_dp_clk_enable()
120 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()
/kernel/linux/linux-6.6/drivers/phy/cadence/
H A Dphy-cadence-sierra.c386 struct reset_control *apb_rst; member
1240 sp->apb_rst = rst; in cdns_sierra_phy_get_resets()
1429 reset_control_deassert(sp->apb_rst); in cdns_sierra_phy_probe()
1516 reset_control_assert(sp->apb_rst); in cdns_sierra_phy_probe()
1530 reset_control_assert(phy->apb_rst); in cdns_sierra_phy_remove()
H A Dphy-cadence-torrent.c355 struct reset_control *apb_rst; member
2674 cdns_phy->apb_rst = devm_reset_control_get_optional_exclusive(dev, "torrent_apb"); in cdns_torrent_reset()
2675 if (IS_ERR(cdns_phy->apb_rst)) { in cdns_torrent_reset()
2678 return PTR_ERR(cdns_phy->apb_rst); in cdns_torrent_reset()
2791 reset_control_deassert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2982 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_probe()
2995 reset_control_assert(cdns_phy->apb_rst); in cdns_torrent_phy_remove()

Completed in 23 milliseconds