Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dotg.h55 bool hnp_support; member
/Linux-v4.19/drivers/usb/common/
Dcommon.c238 otg_caps->hnp_support = false; in of_usb_update_otg_caps()
/Linux-v4.19/drivers/usb/gadget/
Dconfig.c231 if (otg_caps->hnp_support) in usb_otg_descriptor_init()
/Linux-v4.19/drivers/usb/chipidea/
Dci.h421 otg_caps->hnp_support || otg_caps->adp_support); in ci_otg_is_fsm_mode()
Dcore.c639 platdata->ci_otg_caps.hnp_support = true; in ci_get_platdata()
Dudc.c1903 if (ci->is_otg && (otg_caps->hnp_support || otg_caps->srp_support || in udc_start()