Lines Matching defs:otg_caps
318 * @otg_caps: Pointer to the target usb_otg_caps to be set
323 struct usb_otg_caps *otg_caps)
327 if (!otg_caps)
337 if (otg_caps->otg_rev)
338 otg_caps->otg_rev = min_t(u16, otg_rev,
339 otg_caps->otg_rev);
341 otg_caps->otg_rev = otg_rev;
354 otg_caps->otg_rev = 0;
358 otg_caps->hnp_support = false;
360 otg_caps->srp_support = false;
362 (otg_caps->otg_rev < 0x0200))
363 otg_caps->adp_support = false;