Lines Matching defs:otg_caps
339 * @otg_caps: Pointer to the target usb_otg_caps to be set
344 struct usb_otg_caps *otg_caps)
348 if (!otg_caps)
358 if (otg_caps->otg_rev)
359 otg_caps->otg_rev = min_t(u16, otg_rev,
360 otg_caps->otg_rev);
362 otg_caps->otg_rev = otg_rev;
375 otg_caps->otg_rev = 0;
379 otg_caps->hnp_support = false;
381 otg_caps->srp_support = false;
383 (otg_caps->otg_rev < 0x0200))
384 otg_caps->adp_support = false;