Searched defs:usb_extcon_info (Results 1 – 1 of 1) sorted by relevance
24 struct usb_extcon_info { struct25 struct device *dev;26 struct extcon_dev *edev;28 struct gpio_desc *id_gpiod;29 struct gpio_desc *vbus_gpiod;30 int id_irq;31 int vbus_irq;33 unsigned long debounce_jiffies;34 struct delayed_work wq_detcable;