Home
last modified time | relevance | path

Searched refs:tcphy_rst (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-typec.c203 reset_deassert(&tcphy->tcphy_rst); in tcphy_phy_init()
234 reset_assert(&tcphy->tcphy_rst); in tcphy_phy_init()
240 reset_assert(&tcphy->tcphy_rst); in tcphy_phy_deinit()
440 ret = reset_get_by_name(dev, "uphy-pipe", &tcphy->tcphy_rst); in tcphy_parse_dt()
453 reset_assert(&tcphy->tcphy_rst); in typec_phy_pre_init()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Drockchip_phy_typec.h34 struct reset_ctl tcphy_rst; member
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c431 struct reset_control *tcphy_rst; member
1278 reset_control_deassert(tcphy->tcphy_rst); in tcphy_phy_init()
1329 reset_control_assert(tcphy->tcphy_rst); in tcphy_phy_init()
1338 reset_control_assert(tcphy->tcphy_rst); in tcphy_phy_deinit()
1685 tcphy->tcphy_rst = devm_reset_control_get(dev, "uphy-tcphy"); in tcphy_parse_dt()
1686 if (IS_ERR(tcphy->tcphy_rst)) { in tcphy_parse_dt()
1688 return PTR_ERR(tcphy->tcphy_rst); in tcphy_parse_dt()
1708 reset_control_assert(tcphy->tcphy_rst); in typec_phy_pre_init()