Home
last modified time | relevance | path

Searched refs:prevent_medium_removal (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Dstorage_common.h107 unsigned int prevent_medium_removal:1; member
H A Dstorage_common.c441 if (curlun->prevent_medium_removal && fsg_lun_is_open(curlun)) { in fsg_store_file()
H A Df_mass_storage.c1377 if (curlun->prevent_medium_removal) { in do_start_stop()
1413 if (curlun->prevent_medium_removal && !prevent) in do_prevent_allow()
1415 curlun->prevent_medium_removal = prevent; in do_prevent_allow()
2437 curlun->prevent_medium_removal = 0; in handle_exception()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dstorage_common.c284 unsigned int prevent_medium_removal:1; member
H A Df_mass_storage.c1347 if (curlun->prevent_medium_removal && !prevent) in do_prevent_allow()
1349 curlun->prevent_medium_removal = prevent; in do_prevent_allow()