Searched defs:usb_extcon_info (Results 1 – 1 of 1) sorted by relevance
33 struct usb_extcon_info { struct34 struct device *dev;35 struct extcon_dev *edev;37 struct gpio_desc *id_gpiod;38 struct gpio_desc *vbus_gpiod;39 int id_irq;40 int vbus_irq;42 unsigned long debounce_jiffies;43 struct delayed_work wq_detcable;