Home
last modified time | relevance | path

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

/linux/drivers/usb/common/
A Dcommon.c344 u32 otg_rev; in of_usb_update_otg_caps() local
349 if (!of_property_read_u32(np, "otg-rev", &otg_rev)) { in of_usb_update_otg_caps()
350 switch (otg_rev) { in of_usb_update_otg_caps()
356 if (otg_caps->otg_rev) in of_usb_update_otg_caps()
357 otg_caps->otg_rev = min_t(u16, otg_rev, in of_usb_update_otg_caps()
358 otg_caps->otg_rev); in of_usb_update_otg_caps()
360 otg_caps->otg_rev = otg_rev; in of_usb_update_otg_caps()
364 np, otg_rev); in of_usb_update_otg_caps()
373 otg_caps->otg_rev = 0; in of_usb_update_otg_caps()
381 (otg_caps->otg_rev < 0x0200)) in of_usb_update_otg_caps()
/linux/drivers/usb/gadget/
A Dconfig.c219 if (gadget->otg_caps && (gadget->otg_caps->otg_rev >= 0x0200)) in usb_otg_descriptor_alloc()
240 if (otg_caps && otg_caps->otg_rev) { in usb_otg_descriptor_init()
245 if (otg_caps->adp_support && (otg_caps->otg_rev >= 0x0200)) in usb_otg_descriptor_init()
251 if (otg_caps && (otg_caps->otg_rev >= 0x0200)) { in usb_otg_descriptor_init()
256 otg20_desc->bcdOTG = cpu_to_le16(otg_caps->otg_rev); in usb_otg_descriptor_init()
A Dcomposite.c1896 (gadget->otg_caps->otg_rev >= 0x0200)) in composite_setup()
/linux/include/linux/usb/
A Dotg.h54 u16 otg_rev; member
/linux/drivers/usb/dwc2/
A Dparams.c271 p->otg_caps.otg_rev = 0x200; in dwc2_set_stm32mp15_fsotg_params()
293 p->otg_caps.otg_rev = 0x200; in dwc2_set_stm32mp15_hsotg_params()
A Ddebugfs.c675 print_param(seq, p, otg_caps.otg_rev); in params_show()
/linux/drivers/usb/chipidea/
A Dcore.c714 platdata->ci_otg_caps.otg_rev = 0x0200; in ci_get_platdata()

Completed in 43 milliseconds