Searched defs:otg_switch_mtk (Results 1 – 2 of 2) sorted by relevance
209 struct otg_switch_mtk { struct210 struct regulator *vbus;211 struct extcon_dev *edev;212 struct notifier_block vbus_nb;213 struct work_struct vbus_work;214 unsigned long vbus_event;215 struct notifier_block id_nb;216 struct work_struct id_work;217 unsigned long id_event;218 struct usb_role_switch *role_sw;[all …]
211 struct otg_switch_mtk { struct212 struct regulator *vbus;213 struct extcon_dev *edev;214 struct notifier_block id_nb;215 struct work_struct dr_work;216 enum usb_role desired_role;217 enum usb_role default_role;218 struct usb_role_switch *role_sw;219 bool role_sw_used;220 bool is_u3_drd;[all …]