Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/usb/
Dotg.h55 bool hnp_support; member
/Linux-v5.4/drivers/usb/common/
Dcommon.c258 otg_caps->hnp_support = false; in of_usb_update_otg_caps()
/Linux-v5.4/drivers/usb/gadget/
Dconfig.c231 if (otg_caps->hnp_support) in usb_otg_descriptor_init()
/Linux-v5.4/drivers/usb/chipidea/
Dci.h433 otg_caps->hnp_support || otg_caps->adp_support); in ci_otg_is_fsm_mode()
Dcore.c706 platdata->ci_otg_caps.hnp_support = true; in ci_get_platdata()
Dudc.c1939 if (ci->is_otg && (otg_caps->hnp_support || otg_caps->srp_support || in udc_start()