Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/
H A Dconfig.c166 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()
H A Dcomposite.c1873 (gadget->otg_caps->otg_rev >= 0x0200)) in composite_setup()
/linux/include/linux/usb/
H A Dotg.h54 u16 otg_rev; member
/linux/drivers/usb/dwc2/
H A Ddebugfs.c675 print_param(seq, p, otg_caps.otg_rev); in params_show()