Searched defs:gpio_vbus_data (Results 1 – 1 of 1) sorted by relevance
30 struct gpio_vbus_data { struct31 struct gpio_desc *vbus_gpiod;32 struct gpio_desc *pullup_gpiod;33 struct usb_phy phy;34 struct device *dev;58 static void set_vbus_draw(struct gpio_vbus_data *gpio_vbus, unsigned mA) in set_vbus_draw() argument