Searched defs:otg_switch_mtk (Results 1 – 1 of 1) 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 …]