otg_caps          429 drivers/usb/chipidea/ci.h 	struct usb_otg_caps *otg_caps = &ci->platdata->ci_otg_caps;
otg_caps          432 drivers/usb/chipidea/ci.h 		ci->roles[CI_ROLE_GADGET] && (otg_caps->srp_support ||
otg_caps          433 drivers/usb/chipidea/ci.h 		otg_caps->hnp_support || otg_caps->adp_support);
otg_caps         1927 drivers/usb/chipidea/udc.c 	struct usb_otg_caps *otg_caps = &ci->platdata->ci_otg_caps;
otg_caps         1934 drivers/usb/chipidea/udc.c 	ci->gadget.otg_caps	= otg_caps;
otg_caps         1939 drivers/usb/chipidea/udc.c 	if (ci->is_otg && (otg_caps->hnp_support || otg_caps->srp_support ||
otg_caps         1940 drivers/usb/chipidea/udc.c 						otg_caps->adp_support))
otg_caps          223 drivers/usb/common/common.c 			struct usb_otg_caps *otg_caps)
otg_caps          227 drivers/usb/common/common.c 	if (!otg_caps)
otg_caps          237 drivers/usb/common/common.c 			if (otg_caps->otg_rev)
otg_caps          238 drivers/usb/common/common.c 				otg_caps->otg_rev = min_t(u16, otg_rev,
otg_caps          239 drivers/usb/common/common.c 							otg_caps->otg_rev);
otg_caps          241 drivers/usb/common/common.c 				otg_caps->otg_rev = otg_rev;
otg_caps          254 drivers/usb/common/common.c 		otg_caps->otg_rev = 0;
otg_caps          258 drivers/usb/common/common.c 		otg_caps->hnp_support = false;
otg_caps          260 drivers/usb/common/common.c 		otg_caps->srp_support = false;
otg_caps          262 drivers/usb/common/common.c 				(otg_caps->otg_rev < 0x0200))
otg_caps          263 drivers/usb/common/common.c 		otg_caps->adp_support = false;
otg_caps         1689 drivers/usb/gadget/composite.c 				if (gadget->otg_caps &&
otg_caps         1690 drivers/usb/gadget/composite.c 					(gadget->otg_caps->otg_rev >= 0x0200))
otg_caps          209 drivers/usb/gadget/config.c 	if (gadget->otg_caps && (gadget->otg_caps->otg_rev >= 0x0200))
otg_caps          224 drivers/usb/gadget/config.c 	struct usb_otg_caps *otg_caps = gadget->otg_caps;
otg_caps          230 drivers/usb/gadget/config.c 	if (otg_caps && otg_caps->otg_rev) {
otg_caps          231 drivers/usb/gadget/config.c 		if (otg_caps->hnp_support)
otg_caps          233 drivers/usb/gadget/config.c 		if (otg_caps->srp_support)
otg_caps          235 drivers/usb/gadget/config.c 		if (otg_caps->adp_support && (otg_caps->otg_rev >= 0x0200))
otg_caps          241 drivers/usb/gadget/config.c 	if (otg_caps && (otg_caps->otg_rev >= 0x0200)) {
otg_caps          246 drivers/usb/gadget/config.c 		otg20_desc->bcdOTG = cpu_to_le16(otg_caps->otg_rev);
otg_caps          411 include/linux/usb/gadget.h 	struct usb_otg_caps		*otg_caps;
otg_caps           21 include/linux/usb/of.h 			struct usb_otg_caps *otg_caps);
otg_caps           38 include/linux/usb/of.h 				struct usb_otg_caps *otg_caps)