Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-inno-usb2.c142 const struct rockchip_usb2phy_port_cfg port_cfgs[USB2PHY_NUM_PORTS]; member
333 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_chg_get_type()
462 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in otg_phy_init()
508 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_init()
510 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_HOST]; in rockchip_usb2phy_init()
532 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_exit()
534 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_HOST]; in rockchip_usb2phy_exit()
1092 .port_cfgs = {
1145 .port_cfgs = {
1182 .port_cfgs = {
[all …]
H A Dphy-rockchip-naneng-usb2.c134 const struct rockchip_usb2phy_port_cfg port_cfgs[USB2PHY_NUM_PORTS]; member
216 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_chg_get_type()
278 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_check_vbus()
296 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_init()
298 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_HOST]; in rockchip_usb2phy_init()
319 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_OTG]; in rockchip_usb2phy_exit()
321 port_cfg = &rphy->phy_cfg->port_cfgs[USB2PHY_PORT_HOST]; in rockchip_usb2phy_exit()
487 .port_cfgs = {
530 .port_cfgs = {
H A Dphy-rockchip-typec.c188 struct rockchip_usb3phy_port_cfg *cfg = &tcphy->port_cfgs; in tcphy_cfg_usb3_to_usb2_only()
199 struct rockchip_usb3phy_port_cfg *cfg = &tcphy->port_cfgs; in tcphy_phy_init()
256 struct rockchip_usb3phy_port_cfg *cfg = &tcphy->port_cfgs; in _rockchip_usb3_phy_power_on()
389 struct rockchip_usb3phy_port_cfg *cfg = &tcphy->port_cfgs; in tcphy_parse_dt()
451 struct rockchip_usb3phy_port_cfg *cfg = &tcphy->port_cfgs; in typec_phy_pre_init()
/rk3399_rockchip-uboot/include/linux/usb/
H A Drockchip_phy_typec.h35 struct rockchip_usb3phy_port_cfg port_cfgs; member