Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Dstorage_common.h165 FSG_STATE_TERMINATED enumerator
H A Df_mass_storage.c2490 common->state = FSG_STATE_TERMINATED; /* Stop the thread */ in handle_exception()
2494 case FSG_STATE_TERMINATED: in handle_exception()
2520 while (common->state != FSG_STATE_TERMINATED) { in fsg_main_thread()
2639 common->state = FSG_STATE_TERMINATED; in fsg_common_setup()
2928 if (common->state != FSG_STATE_TERMINATED) { in fsg_common_release()
2985 common->state = FSG_STATE_TERMINATED; in fsg_bind()
3042 if (fsg->common->state != FSG_STATE_TERMINATED) { in fsg_bind()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dstorage_common.c358 FSG_STATE_TERMINATED enumerator
H A Df_mass_storage.c2404 case FSG_STATE_TERMINATED: in handle_exception()
2406 common->state = FSG_STATE_TERMINATED; /* Stop the thread */ in handle_exception()
2576 common->state = FSG_STATE_TERMINATED; /* The thread is dead */ in fsg_common_init()
2588 if (common->state != FSG_STATE_TERMINATED) { in fsg_common_release()