Searched defs:usb_conn_info (Results 1 – 1 of 1) sorted by relevance
34 struct usb_conn_info { struct35 struct device *dev;36 int conn_id; /* store the IDA-allocated ID */37 struct usb_role_switch *role_sw;38 enum usb_role last_role;39 struct regulator *vbus;40 struct delayed_work dw_det;41 unsigned long debounce_jiffies;43 struct gpio_desc *id_gpiod;44 struct gpio_desc *vbus_gpiod;[all …]