Searched defs:otg_switch_mtk (Results 1 – 1 of 1) sorted by relevance
217 struct otg_switch_mtk { struct218 struct regulator *vbus;219 struct extcon_dev *edev;220 struct notifier_block id_nb;221 struct work_struct dr_work;222 enum usb_role desired_role;223 enum usb_role default_role;224 struct usb_role_switch *role_sw;225 bool role_sw_used;226 bool is_u3_drd;[all …]