Searched refs:otg_rev (Results 1 – 7 of 7) sorted by relevance
358 u32 otg_rev; in of_usb_update_otg_caps() local363 if (!of_property_read_u32(np, "otg-rev", &otg_rev)) { in of_usb_update_otg_caps()364 switch (otg_rev) { in of_usb_update_otg_caps()370 if (otg_caps->otg_rev) in of_usb_update_otg_caps()371 otg_caps->otg_rev = min_t(u16, otg_rev, in of_usb_update_otg_caps()372 otg_caps->otg_rev); in of_usb_update_otg_caps()374 otg_caps->otg_rev = otg_rev; in of_usb_update_otg_caps()378 np, otg_rev); in of_usb_update_otg_caps()387 otg_caps->otg_rev = 0; in of_usb_update_otg_caps()395 (otg_caps->otg_rev < 0x0200)) in of_usb_update_otg_caps()
166 if (gadget->otg_caps && (gadget->otg_caps->otg_rev >= 0x0200)) in usb_otg_descriptor_alloc()187 if (otg_caps && otg_caps->otg_rev) { in usb_otg_descriptor_init()192 if (otg_caps->adp_support && (otg_caps->otg_rev >= 0x0200)) in usb_otg_descriptor_init()198 if (otg_caps && (otg_caps->otg_rev >= 0x0200)) { in usb_otg_descriptor_init()203 otg20_desc->bcdOTG = cpu_to_le16(otg_caps->otg_rev); in usb_otg_descriptor_init()
1873 (gadget->otg_caps->otg_rev >= 0x0200)) in composite_setup()
54 u16 otg_rev; member
271 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()
675 print_param(seq, p, otg_caps.otg_rev); in params_show()
715 platdata->ci_otg_caps.otg_rev = 0x0200; in ci_get_platdata()