Home
last modified time | relevance | path

Searched refs:USB2PHY_PORT_OTG (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-naneng-usb2.c31 USB2PHY_PORT_OTG, enumerator
216 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_chg_get_type()
277 } else if (phy->id == USB2PHY_PORT_OTG) { in rockchip_usb2phy_check_vbus()
278 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_check_vbus()
282 vbus = rphy->vbus_supply[USB2PHY_PORT_OTG]; in rockchip_usb2phy_check_vbus()
295 if (phy->id == USB2PHY_PORT_OTG) { in rockchip_usb2phy_init()
296 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_init()
318 if (phy->id == USB2PHY_PORT_OTG) { in rockchip_usb2phy_exit()
319 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_exit()
378 phy->id = USB2PHY_PORT_OTG; in rockchip_usb2phy_of_xlate()
[all …]
H A Dphy-rockchip-inno-usb2.c40 USB2PHY_PORT_OTG, enumerator
279 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_chg_get_type()
395 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in otg_phy_init()
440 if (phy->id == USB2PHY_PORT_OTG) { in rockchip_usb2phy_init()
441 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_init()
464 if (phy->id == USB2PHY_PORT_OTG) { in rockchip_usb2phy_exit()
465 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_exit()
526 phy->id = USB2PHY_PORT_OTG; in rockchip_usb2phy_of_xlate()
528 &rphy->vbus_supply[USB2PHY_PORT_OTG]); in rockchip_usb2phy_of_xlate()
529 if (!rphy->vbus_supply[USB2PHY_PORT_OTG]) in rockchip_usb2phy_of_xlate()
[all …]
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c46 USB2PHY_PORT_OTG, enumerator
803 if (rport->port_id == USB2PHY_PORT_OTG && in rockchip_usb2phy_init()
902 if (rport->port_id == USB2PHY_PORT_OTG && in rockchip_usb2phy_power_on()
964 else if (rport->port_id == USB2PHY_PORT_OTG && in rockchip_usb2phy_exit()
1002 if (rport->port_id != USB2PHY_PORT_OTG) in rockchip_usb2phy_set_mode()
1087 if (rport->port_id == USB2PHY_PORT_OTG) in otg_mode_show()
1094 } else if (rport->port_id != USB2PHY_PORT_OTG) { in otg_mode_show()
1126 if (rport->port_id == USB2PHY_PORT_OTG) in otg_mode_store()
1134 } else if (rport->port_id != USB2PHY_PORT_OTG || in otg_mode_store()
1858 if (rport->port_id == USB2PHY_PORT_OTG && in rockchip_usb2phy_irq()
[all …]
H A Dphy-rockchip-naneng-usb2.c40 USB2PHY_PORT_OTG, enumerator
669 if (rport->port_id != USB2PHY_PORT_OTG) in rockchip_usb2phy_set_mode()
763 if (rport->port_id != USB2PHY_PORT_OTG) in rv1126_usb2phy_calibrate()
998 if (rport->port_id == USB2PHY_PORT_OTG) in otg_mode_show()
1005 } else if (rport->port_id != USB2PHY_PORT_OTG) { in otg_mode_show()
1038 if (rport->port_id == USB2PHY_PORT_OTG) in otg_mode_store()
1046 } else if (rport->port_id != USB2PHY_PORT_OTG || in otg_mode_store()
1215 rport->port_id = USB2PHY_PORT_OTG; in rockchip_usb2phy_otg_port_init()
1216 rport->port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_otg_port_init()
1721 if (rport->port_id == USB2PHY_PORT_OTG && in rockchip_usb2phy_pm_suspend()
[all …]