Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c239 wait_queue_head_t fsg_wait; member
2339 wake_up(&common->fsg_wait); in do_set_interface()
2713 init_waitqueue_head(&common->fsg_wait); in fsg_common_setup()
3132 wait_event(common->fsg_wait, common->fsg != fsg); in fsg_unbind()