Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.h165 FSG_STATE_TERMINATED enumerator
H A Df_mass_storage.c2549 common->state = FSG_STATE_TERMINATED; /* Stop the thread */ in handle_exception()
2553 case FSG_STATE_TERMINATED: in handle_exception()
2579 while (common->state != FSG_STATE_TERMINATED) { in fsg_main_thread()
2714 common->state = FSG_STATE_TERMINATED; in fsg_common_setup()
3000 if (common->state != FSG_STATE_TERMINATED) { in fsg_common_release()
3057 common->state = FSG_STATE_TERMINATED; in fsg_bind()
3114 if (fsg->common->state != FSG_STATE_TERMINATED) { in fsg_bind()
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c357 FSG_STATE_TERMINATED enumerator
H A Df_mass_storage.c2369 case FSG_STATE_TERMINATED: in handle_exception()
2371 common->state = FSG_STATE_TERMINATED; /* Stop the thread */ in handle_exception()
2541 common->state = FSG_STATE_TERMINATED; /* The thread is dead */ in fsg_common_init()
2553 if (common->state != FSG_STATE_TERMINATED) { in fsg_common_release()