Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c647 static int sleep_thread(struct fsg_common *common) in sleep_thread() function
740 rc = sleep_thread(common); in do_read()
975 rc = sleep_thread(common); in do_write()
1428 rc = sleep_thread(fsg->common); in pad_with_zeros()
1493 rc = sleep_thread(common); in throw_away_data()
1609 rc = sleep_thread(common); in send_status()
1786 rc = sleep_thread(common); in do_scsi_command()
2114 rc = sleep_thread(common); in get_next_command()
2133 rc = sleep_thread(common); in get_next_command()
2306 if (sleep_thread(common)) in handle_exception()
[all …]
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c582 static int sleep_thread(struct fsg_common *common, bool can_freeze, in sleep_thread() function
663 rc = sleep_thread(common, false, bh); in do_read()
846 rc = sleep_thread(common, false, bh); in do_write()
1543 rc = sleep_thread(common, false, bh); in throw_away_data()
1674 rc = sleep_thread(common, false, bh); in send_status()
1875 rc = sleep_thread(common, false, bh); in do_scsi_command()
2261 rc = sleep_thread(common, true, bh); in get_next_command()
2278 rc = sleep_thread(common, true, bh); in get_next_command()
2463 if (sleep_thread(common, false, bh)) in handle_exception()
2586 sleep_thread(common, true, NULL); in fsg_main_thread()