Lines Matching full:orientation
105 enum typec_orientation orientation; member
125 enum typec_orientation orientation);
130 enum typec_orientation orientation) in tca_blk_typec_switch_set() argument
136 if (tca->orientation == orientation) in tca_blk_typec_switch_set()
143 tca_blk_orientation_set(tca, orientation); in tca_blk_typec_switch_set()
163 dev_err(dev, "Error register tca orientation switch: %ld", in tca_blk_get_typec_switch()
189 enum typec_orientation orientation) in tca_blk_orientation_set() argument
195 if (orientation == TYPEC_ORIENTATION_NONE) { in tca_blk_orientation_set()
218 if (orientation == TYPEC_ORIENTATION_REVERSE) in tca_blk_orientation_set()
220 else if (orientation == TYPEC_ORIENTATION_NORMAL) in tca_blk_orientation_set()
230 tca->orientation = orientation; in tca_blk_orientation_set()
249 tca_blk_orientation_set(tca, tca->orientation); in tca_blk_init()
273 tca->orientation = TYPEC_ORIENTATION_NORMAL; in imx95_usb_phy_get_tca()