Lines Matching refs:otg_caps
223 struct usb_otg_caps *otg_caps) in of_usb_update_otg_caps() argument
227 if (!otg_caps) in of_usb_update_otg_caps()
237 if (otg_caps->otg_rev) in of_usb_update_otg_caps()
238 otg_caps->otg_rev = min_t(u16, otg_rev, in of_usb_update_otg_caps()
239 otg_caps->otg_rev); in of_usb_update_otg_caps()
241 otg_caps->otg_rev = otg_rev; in of_usb_update_otg_caps()
254 otg_caps->otg_rev = 0; in of_usb_update_otg_caps()
258 otg_caps->hnp_support = false; in of_usb_update_otg_caps()
260 otg_caps->srp_support = false; in of_usb_update_otg_caps()
262 (otg_caps->otg_rev < 0x0200)) in of_usb_update_otg_caps()
263 otg_caps->adp_support = false; in of_usb_update_otg_caps()