Home
last modified time | relevance | path

Searched refs:func_wake_notify (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c159 struct bdc *bdc = container_of(work, struct bdc, func_wake_notify.work); in bdc_func_wake_timer()
172 schedule_delayed_work(&bdc->func_wake_notify, in bdc_func_wake_timer()
210 &bdc->func_wake_notify, in handle_link_state_change()
564 INIT_DELAYED_WORK(&bdc->func_wake_notify, bdc_func_wake_timer); in bdc_udc_init()
Dbdc.h454 struct delayed_work func_wake_notify; member