Searched defs:usb_extcon_info (Results 1 – 1 of 1) sorted by relevance
23 struct usb_extcon_info { struct24 struct device *dev;25 struct extcon_dev *edev;27 struct gpio_desc *id_gpiod;28 struct gpio_desc *vbus_gpiod;29 int id_irq;30 int vbus_irq;32 unsigned long debounce_jiffies;33 struct delayed_work wq_detcable;