Home
last modified time | relevance | path

Searched defs:gpio_vbus_data (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/usb/phy/
Dphy-gpio-vbus-usb.c30 struct gpio_vbus_data { struct
31 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