Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Df_mass_storage.c716 static int sleep_thread(struct fsg_common *common) in sleep_thread() function
796 rc = sleep_thread(common); in do_read()
1051 rc = sleep_thread(common); in do_write()
1631 rc = sleep_thread(common); in throw_away_data()
1752 rc = sleep_thread(common); in send_status()
1955 rc = sleep_thread(common); in do_scsi_command()
2301 rc = sleep_thread(common); in get_next_command()
2320 rc = sleep_thread(common); in get_next_command()
2502 if (sleep_thread(common)) in handle_exception()
2636 sleep_thread(common); in fsg_main_thread()
Dfile_storage.c1129 static int sleep_thread(struct fsg_dev *fsg) in sleep_thread() function
1204 rc = sleep_thread(fsg); in do_read()
1446 rc = sleep_thread(fsg); in do_write()
2009 rc = sleep_thread(fsg); in throw_away_data()
2134 rc = sleep_thread(fsg); in send_status()
2376 rc = sleep_thread(fsg); in do_scsi_command()
2682 rc = sleep_thread(fsg); in get_next_command()
2698 rc = sleep_thread(fsg); in get_next_command()
2710 rc = sleep_thread(fsg); in get_next_command()
2954 if (sleep_thread(fsg)) in handle_exception()
[all …]