Lines Matching defs:otg_caps
221 if (gadget->otg_caps && (gadget->otg_caps->otg_rev >= 0x0200))
236 struct usb_otg_caps *otg_caps = gadget->otg_caps;
242 if (otg_caps && otg_caps->otg_rev) {
243 if (otg_caps->hnp_support)
245 if (otg_caps->srp_support)
247 if (otg_caps->adp_support && (otg_caps->otg_rev >= 0x0200))
253 if (otg_caps && (otg_caps->otg_rev >= 0x0200)) {
258 otg20_desc->bcdOTG = cpu_to_le16(otg_caps->otg_rev);