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