Searched refs:otg_rev (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/usb/common/
H A Dcommon.c346 u32 otg_rev; local
351 if (!of_property_read_u32(np, "otg-rev", &otg_rev)) {
352 switch (otg_rev) {
358 if (otg_caps->otg_rev)
359 otg_caps->otg_rev = min_t(u16, otg_rev,
360 otg_caps->otg_rev);
362 otg_caps->otg_rev = otg_rev;
366 np, otg_rev);
[all...]
/linux-master/drivers/usb/gadget/
H A Dconfig.c219 if (gadget->otg_caps && (gadget->otg_caps->otg_rev >= 0x0200))
240 if (otg_caps && otg_caps->otg_rev) {
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);
H A Dcomposite.c1896 (gadget->otg_caps->otg_rev >= 0x0200))
/linux-master/include/linux/usb/
H A Dotg.h47 * @otg_rev: The OTG revision number the device is compliant with, it's
54 u16 otg_rev; member in struct:usb_otg_caps
/linux-master/drivers/usb/dwc2/
H A Dparams.c235 p->otg_caps.otg_rev = 0x200;
257 p->otg_caps.otg_rev = 0x200;
H A Ddebugfs.c675 print_param(seq, p, otg_caps.otg_rev);
/linux-master/drivers/usb/chipidea/
H A Dcore.c714 platdata->ci_otg_caps.otg_rev = 0x0200;

Completed in 180 milliseconds