Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dtrace.h33 __field(unsigned, hnp_polling_support)
54 __entry->hnp_polling_support = g->hnp_polling_support;
72 __entry->hnp_polling_support ? "hnp_poll:" : "",
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dgadget.h449 unsigned hnp_polling_support:1; member
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dotg_fsm.c806 ci->gadget.hnp_polling_support = 1; in ci_hdrc_otg_fsm_init()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c1886 if (gadget_is_otg(gadget) && gadget->hnp_polling_support && in composite_setup()