Searched refs:nofua (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
D | storage_common.c | 332 return sprintf(buf, "%u\n", curlun->nofua); in fsg_show_nofua() 417 bool nofua; in fsg_store_nofua() local 420 ret = strtobool(buf, &nofua); in fsg_store_nofua() 425 if (!nofua && curlun->nofua) in fsg_store_nofua() 428 curlun->nofua = nofua; in fsg_store_nofua()
|
D | f_mass_storage.h | 12 bool nofua[FSG_MAX_LUNS]; member 40 _FSG_MODULE_PARAM_ARRAY(prefix, params, nofua, bool, \ 102 char nofua; member
|
D | storage_common.h | 103 unsigned int nofua:1; member
|
D | f_mass_storage.c | 810 if (!curlun->nofua && (common->cmnd[1] & 0x08)) { /* FUA */ in do_write() 2636 static DEVICE_ATTR_RW(nofua); 3241 __CONFIGFS_ATTR(nofua, S_IRUGO | S_IWUSR, fsg_lun_opts_nofua_show,
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-platform-_UDC_-gadget | 11 What: /sys/devices/platform/_UDC_/gadget/gadget-lunX/nofua
|
D | configfs-usb-gadget-mass-storage | 30 nofua - Flag specifying that FUA flag
|
/linux-4.1.27/Documentation/usb/ |
D | mass-storage.txt | 99 - nofua=b[,b...] 172 - nofua 174 Reflects the state of nofua flag for given logical unit. It can
|
D | gadget-testing.txt | 285 nofua - Flag specifying that FUA flag
|