Lines Matching refs:otg_caps
323 struct usb_otg_caps *otg_caps) in of_usb_update_otg_caps() argument
327 if (!otg_caps) in of_usb_update_otg_caps()
337 if (otg_caps->otg_rev) in of_usb_update_otg_caps()
338 otg_caps->otg_rev = min_t(u16, otg_rev, in of_usb_update_otg_caps()
339 otg_caps->otg_rev); in of_usb_update_otg_caps()
341 otg_caps->otg_rev = otg_rev; in of_usb_update_otg_caps()
354 otg_caps->otg_rev = 0; in of_usb_update_otg_caps()
358 otg_caps->hnp_support = false; in of_usb_update_otg_caps()
360 otg_caps->srp_support = false; in of_usb_update_otg_caps()
362 (otg_caps->otg_rev < 0x0200)) in of_usb_update_otg_caps()
363 otg_caps->adp_support = false; in of_usb_update_otg_caps()