Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Dstorage_common.h165 FSG_STATE_TERMINATED enumerator
Df_mass_storage.c2433 common->state = FSG_STATE_TERMINATED; /* Stop the thread */ in handle_exception()
2437 case FSG_STATE_TERMINATED: in handle_exception()
2463 while (common->state != FSG_STATE_TERMINATED) { in fsg_main_thread()
2582 common->state = FSG_STATE_TERMINATED; in fsg_common_setup()
2871 if (common->state != FSG_STATE_TERMINATED) { in fsg_common_release()
2928 common->state = FSG_STATE_TERMINATED; in fsg_bind()
2985 if (fsg->common->state != FSG_STATE_TERMINATED) { in fsg_bind()