Home
last modified time | relevance | path

Searched refs:nofua (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Dstorage_common.c328 return sprintf(buf, "%u\n", curlun->nofua); in fsg_show_nofua()
419 bool nofua; in fsg_store_nofua() local
422 ret = strtobool(buf, &nofua); in fsg_store_nofua()
427 if (!nofua && curlun->nofua) in fsg_store_nofua()
430 curlun->nofua = nofua; in fsg_store_nofua()
H A Df_mass_storage.h13 bool nofua[FSG_MAX_LUNS]; member
41 _FSG_MODULE_PARAM_ARRAY(prefix, params, nofua, bool, \
92 char nofua; member
H A Dstorage_common.h110 unsigned int nofua:1; member
H A Df_mass_storage.c787 if (!curlun->nofua && (common->cmnd[1] & 0x08)) { /* FUA */ in do_write()
2612 static DEVICE_ATTR_RW(nofua);
3166 CONFIGFS_ATTR(fsg_lun_opts_, nofua);
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst49 nofua
55 with nofua. The user should test it
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-platform-_UDC_-gadget12 What: /sys/devices/platform/_UDC_/gadget/gadget-lunX/nofua
H A Dconfigfs-usb-gadget-mass-storage33 nofua Flag specifying that FUA flag
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dmass-storage.rst105 - nofua=b[,b...]
179 - nofua
181 Reflects the state of nofua flag for given logical unit. It can
H A Dgadget-testing.rst334 nofua Flag specifying that FUA flag
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dstorage_common.c287 unsigned int nofua:1; member
H A Df_mass_storage.c357 char nofua; member