Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c256 struct reset_control *apb_rst; member
930 if (dsi->apb_rst) { in dw_mipi_dsi_pre_enable()
931 reset_control_assert(dsi->apb_rst); in dw_mipi_dsi_pre_enable()
933 reset_control_deassert(dsi->apb_rst); in dw_mipi_dsi_pre_enable()
1185 dsi->apb_rst = devm_reset_control_get_optional_exclusive(dev, "apb"); in __dw_mipi_dsi_probe()
1186 if (IS_ERR(dsi->apb_rst)) { in __dw_mipi_dsi_probe()
1187 ret = PTR_ERR(dsi->apb_rst); in __dw_mipi_dsi_probe()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-dcphy.h21 struct reset_control *apb_rst; member
H A Dphy-rockchip-samsung-dcphy.c1744 reset_control_assert(samsung->apb_rst); in samsung_mipi_dcphy_power_on()
1746 reset_control_deassert(samsung->apb_rst); in samsung_mipi_dcphy_power_on()
2373 samsung->apb_rst = devm_reset_control_get(dev, "apb"); in samsung_mipi_dcphy_probe()
2374 if (IS_ERR(samsung->apb_rst)) { in samsung_mipi_dcphy_probe()
2376 return PTR_ERR(samsung->apb_rst); in samsung_mipi_dcphy_probe()
H A Dphy-rockchip-naneng-combphy.c87 struct reset_control *apb_rst; member
359 priv->apb_rst = devm_reset_control_get_optional(dev, "combphy-apb"); in rockchip_combphy_parse_dt()
360 if (IS_ERR(priv->apb_rst)) { in rockchip_combphy_parse_dt()
361 ret = PTR_ERR(priv->apb_rst); in rockchip_combphy_parse_dt()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A 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()
733 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()
734 if (IS_ERR(dp->apb_rst)) { in cdn_dp_parse_dt()
736 return PTR_ERR(dp->apb_rst); in cdn_dp_parse_dt()
H A Dcdn-dp-core.h90 struct reset_control *apb_rst; member
H A Ddw-mipi-dsi2-rockchip.c259 struct reset_control *apb_rst; member
568 if (dsi2->apb_rst) { in dw_mipi_dsi2_host_softrst()
569 reset_control_assert(dsi2->apb_rst); in dw_mipi_dsi2_host_softrst()
571 reset_control_deassert(dsi2->apb_rst); in dw_mipi_dsi2_host_softrst()
1675 dsi2->apb_rst = devm_reset_control_get(dev, "apb"); in dw_mipi_dsi2_probe()
1676 if (IS_ERR(dsi2->apb_rst)) { in dw_mipi_dsi2_probe()
1677 ret = PTR_ERR(dsi2->apb_rst); in dw_mipi_dsi2_probe()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_samsung_dcphy_common.h23 struct reset_control *apb_rst; member