Searched refs:nofua (Results 1 – 13 of 13) sorted by relevance
329 return sprintf(buf, "%u\n", curlun->nofua); in fsg_show_nofua()420 bool nofua; in fsg_store_nofua() local423 ret = kstrtobool(buf, &nofua); in fsg_store_nofua()428 if (!nofua && curlun->nofua) in fsg_store_nofua()431 curlun->nofua = nofua; in fsg_store_nofua()
13 bool nofua[FSG_MAX_LUNS]; member41 _FSG_MODULE_PARAM_ARRAY(prefix, params, nofua, bool, \92 char nofua; member
110 unsigned int nofua:1; member
779 if (!curlun->nofua && (common->cmnd[1] & 0x08)) { /* FUA */ in do_write()2681 static DEVICE_ATTR_RW(nofua);3238 CONFIGFS_ATTR(fsg_lun_opts_, nofua);
12 What: /sys/devices/platform/_UDC_/gadget/gadget-lunX/nofua
33 nofua Flag specifying that FUA flag
48 nofua54 with nofua. The user should test it
105 - nofua=b[,b...]179 - nofua181 Reflects the state of nofua flag for given logical unit. It can
335 nofua Flag specifying that FUA flag
256 bool nofua)259 - USBG_F_MS_LUN_BOOL_TO_ATTR_VAL(nofua));260 + union usbg_f_ms_lun_attr_val val = {.nofua = nofua};
286 unsigned int nofua:1; member
355 char nofua; member
2683 goto nofua; in ata_dev_config_fua()2687 goto nofua; in ata_dev_config_fua()2691 goto nofua; in ata_dev_config_fua()2697 nofua: in ata_dev_config_fua()