Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb_mass_storage.h30 int fsg_main_thread(void *);
/openbmc/u-boot/cmd/
H A Dusb_mass_storage.c216 rc = fsg_main_thread(NULL); in do_usb_mass_storage()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c2386 int fsg_main_thread(void *common_) in fsg_main_thread() function
2524 kthread_create(fsg_main_thread, common, in fsg_common_init()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c2561 static int fsg_main_thread(void *common_) in fsg_main_thread() function
3053 kthread_create(fsg_main_thread, common, "file-storage"); in fsg_bind()