Lines Matching defs:comparator
55 struct phy_companion *comparator;
92 * omap_usb2_set_comparator() - links the comparator present in the system with this phy
94 * @comparator: the companion phy(comparator) for this phy
101 int omap_usb2_set_comparator(struct phy_companion *comparator)
110 phy->comparator = comparator;
119 if (!phy->comparator || !phy->comparator->set_vbus)
122 return phy->comparator->set_vbus(phy->comparator, enabled);
129 if (!phy->comparator || !phy->comparator->start_srp)
132 return phy->comparator->start_srp(phy->comparator);