Home
last modified time | relevance | path

Searched refs:hnp_support (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/usb/
H A Dotg.h55 bool hnp_support; member
/linux/drivers/usb/gadget/
H A Dconfig.c188 if (otg_caps->hnp_support) in usb_otg_descriptor_init()
/linux/drivers/usb/dwc2/
H A Ddebugfs.c673 print_param(seq, p, otg_caps.hnp_support); in params_show()
H A Dhcd.c112 if (hsotg->params.otg_caps.hnp_support && in dwc2_gusbcfg_init()
/linux/drivers/usb/chipidea/
H A Dcore.c716 platdata->ci_otg_caps.hnp_support = true; in ci_get_platdata()
H A Dudc.c2282 if (ci->is_otg && (otg_caps->hnp_support || otg_caps->srp_support || in udc_start()