Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dotg.h57 bool hnp_support; member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dconfig.c243 if (otg_caps->hnp_support) in usb_otg_descriptor_init()
/OK3568_Linux_fs/kernel/drivers/usb/common/
H A Dcommon.c358 otg_caps->hnp_support = false; in of_usb_update_otg_caps()
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dci.h444 otg_caps->hnp_support || otg_caps->adp_support); in ci_otg_is_fsm_mode()
H A Dcore.c694 platdata->ci_otg_caps.hnp_support = true; in ci_get_platdata()
H A Dudc.c2066 if (ci->is_otg && (otg_caps->hnp_support || otg_caps->srp_support || in udc_start()