Searched defs:nofua (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/gadget/function/
H A Df_mass_storage.h12 bool nofua[FSG_MAX_LUNS]; member in struct:fsg_module_parameters
40 _FSG_MODULE_PARAM_ARRAY(prefix, params, nofua, bool, \
102 char nofua; member in struct:fsg_lun_config
H A Dstorage_common.c332 return sprintf(buf, "%u\n", curlun->nofua);
417 bool nofua; local
420 ret = strtobool(buf, &nofua);
425 if (!nofua && curlun->nofua)
428 curlun->nofua = nofua;
H A Dstorage_common.h103 unsigned int nofua:1; member in struct:fsg_lun

Completed in 903 milliseconds