Lines Matching defs:otg_caps
219 if (gadget->otg_caps && (gadget->otg_caps->otg_rev >= 0x0200))
234 struct usb_otg_caps *otg_caps = gadget->otg_caps;
240 if (otg_caps && otg_caps->otg_rev) {
241 if (otg_caps->hnp_support)
243 if (otg_caps->srp_support)
245 if (otg_caps->adp_support && (otg_caps->otg_rev >= 0x0200))
251 if (otg_caps && (otg_caps->otg_rev >= 0x0200)) {
256 otg20_desc->bcdOTG = cpu_to_le16(otg_caps->otg_rev);