Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c587 enum typec_orientation orien) in udphy_orien_sw_set() argument
593 if (orien == TYPEC_ORIENTATION_NONE) { in udphy_orien_sw_set()
601 udphy->flip = (orien == TYPEC_ORIENTATION_REVERSE) ? true : false; in udphy_orien_sw_set()
H A Dphy-rockchip-typec.c1351 enum typec_orientation orien) in tcphy_orien_sw_set() argument
1357 if (orien == TYPEC_ORIENTATION_NONE) { in tcphy_orien_sw_set()
1362 tcphy->flip = (orien == TYPEC_ORIENTATION_REVERSE) ? true : false; in tcphy_orien_sw_set()
H A Dphy-rockchip-inno-usb2.c2005 enum typec_orientation orien) in rockchip_usb2phy_orien_sw_set() argument
2009 dev_dbg(&rport->phy->dev, "type-c orientation: %d\n", orien); in rockchip_usb2phy_orien_sw_set()
2012 rockchip_usb2phy_usb_bvalid_enable(rport, orien != TYPEC_ORIENTATION_NONE); in rockchip_usb2phy_orien_sw_set()