Home
last modified time | relevance | path

Searched refs:phy_companion (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/usb/
Dphy_companion.h26 struct phy_companion { struct
29 int (*set_vbus)(struct phy_companion *x, bool enabled); argument
32 int (*start_srp)(struct phy_companion *x); argument
/Linux-v4.19/include/linux/phy/
Domap_usb.h41 struct phy_companion *comparator;
81 extern int omap_usb2_set_comparator(struct phy_companion *comparator);
83 static inline int omap_usb2_set_comparator(struct phy_companion *comparator) in omap_usb2_set_comparator()
/Linux-v4.19/drivers/usb/phy/
Dphy-twl6030-usb.c79 struct phy_companion comparator;
131 static int twl6030_start_srp(struct phy_companion *comparator) in twl6030_start_srp()
313 static int twl6030_set_vbus(struct phy_companion *comparator, bool enabled) in twl6030_set_vbus()
/Linux-v4.19/drivers/power/supply/
Dcpcap-charger.c140 struct phy_companion comparator; /* For USB VBUS */
383 static int cpcap_charger_set_vbus(struct phy_companion *comparator, in cpcap_charger_set_vbus()
/Linux-v4.19/drivers/phy/ti/
Dphy-omap-usb2.c49 int omap_usb2_set_comparator(struct phy_companion *comparator) in omap_usb2_set_comparator()