Lines Matching refs:otg_caps
152 struct usb_otg_caps *otg_caps) in of_usb_update_otg_caps() argument
156 if (!otg_caps) in of_usb_update_otg_caps()
166 if (otg_caps->otg_rev) in of_usb_update_otg_caps()
167 otg_caps->otg_rev = min_t(u16, otg_rev, in of_usb_update_otg_caps()
168 otg_caps->otg_rev); in of_usb_update_otg_caps()
170 otg_caps->otg_rev = otg_rev; in of_usb_update_otg_caps()
183 otg_caps->otg_rev = 0; in of_usb_update_otg_caps()
187 otg_caps->hnp_support = false; in of_usb_update_otg_caps()
189 otg_caps->srp_support = false; in of_usb_update_otg_caps()
191 (otg_caps->otg_rev < 0x0200)) in of_usb_update_otg_caps()
192 otg_caps->adp_support = false; in of_usb_update_otg_caps()