Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dcomposite.h235 bool func_wakeup_armed; member
/linux/drivers/usb/gadget/function/
H A Df_serial.c369 return (f->func_wakeup_armed ? USB_INTRF_STAT_FUNC_RW : 0) | in gser_get_status()
H A Df_ecm.c889 return (f->func_wakeup_armed ? USB_INTRF_STAT_FUNC_RW : 0) | in ecm_get_status()
/linux/drivers/usb/gadget/
H A Dcomposite.c511 if (!func->func_wakeup_armed) { in usb_func_wakeup()
939 f->func_wakeup_armed = false; in reset_config()
2029 f->func_wakeup_armed = !!(w_index & in composite_setup()
2050 f->func_wakeup_armed = false; in composite_setup()