Home
last modified time | relevance | path

Searched refs:fflags (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/usb/storage/
H A Dscsiglue.c98 if (us->fflags & US_FL_MAX_SECTORS_MIN) in device_configure()
179 if (us->fflags & US_FL_NO_WP_DETECT) in device_configure()
205 if (us->fflags & US_FL_FIX_CAPACITY) in device_configure()
226 if (!(us->fflags & US_FL_NEEDS_CAP16)) in device_configure()
234 !(us->fflags & US_FL_BAD_SENSE)) in device_configure()
235 us->fflags |= US_FL_SANE_SENSE; in device_configure()
271 if (us->fflags & US_FL_WRITE_CACHE) in device_configure()
275 if (us->fflags & US_FL_BROKEN_FUA) in device_configure()
279 if (us->fflags & US_FL_ALWAYS_SYNC) { in device_configure()
315 if (us->fflags & US_FL_NOT_LOCKABLE) in device_configure()
[all …]
H A Dtransport.c684 !(us->fflags & US_FL_SANE_SENSE) && in usb_stor_invoke_transport()
685 !(us->fflags & US_FL_BAD_SENSE) && in usb_stor_invoke_transport()
688 us->fflags |= US_FL_SANE_SENSE; in usb_stor_invoke_transport()
714 if (us->fflags & US_FL_SANE_SENSE) in usb_stor_invoke_transport()
741 us->fflags &= ~US_FL_SANE_SENSE; in usb_stor_invoke_transport()
742 us->fflags |= US_FL_BAD_SENSE; in usb_stor_invoke_transport()
757 us->fflags &= ~US_FL_SANE_SENSE; in usb_stor_invoke_transport()
758 us->fflags |= US_FL_BAD_SENSE; in usb_stor_invoke_transport()
787 us->fflags |= US_FL_SANE_SENSE; in usb_stor_invoke_transport()
1139 if (us->fflags & US_FL_SCM_MULT_TARG) in usb_stor_Bulk_transport()
[all …]
H A Dusb.c337 !(us->fflags & US_FL_SCM_MULT_TARG)) { in usb_stor_control_thread()
572 *fflags = (*fflags & ~mask) | f; in usb_stor_adjust_quirks()
593 us->fflags = id->driver_info; in get_device_info()
596 if (us->fflags & US_FL_IGNORE_DEVICE) { in get_device_info()
606 us->fflags &= ~US_FL_GO_SLOW; in get_device_info()
608 if (us->fflags) in get_device_info()
612 us->fflags); in get_device_info()
892 !(us->fflags & US_FL_SINGLE_LUN) && in usb_stor_scan_dwork()
1010 if (us->fflags & US_FL_SCM_MULT_TARG) { in usb_stor_probe2()
1032 if (us->fflags & US_FL_SINGLE_LUN) in usb_stor_probe2()
[all …]
H A Dusb.h98 u64 fflags; /* fixed flags from filter */ member
195 u64 *fflags);
H A Dene_ub6250.c557 if (residue && !(us->fflags & US_FL_IGNORE_RESIDUE)) { in ene_send_scsi_cmd()
/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c1801 .fflags = RFTYPE_TOP_INFO,
1815 .fflags = RFTYPE_MON_INFO,
1912 .fflags = RFTYPE_BASE,
1921 .fflags = RFTYPE_BASE,
1929 .fflags = RFTYPE_BASE,
1989 fflags |= RFTYPE_DEBUG; in rdtgroup_add_files()
1992 if (rft->fflags && ((fflags & rft->fflags) == rft->fflags)) { in rdtgroup_add_files()
2003 if ((fflags & rft->fflags) == rft->fflags) in rdtgroup_add_files()
2168 unsigned long fflags; in rdtgroup_create_info_dir() local
2184 fflags = r->fflags | RFTYPE_CTRL_INFO; in rdtgroup_create_info_dir()
[all …]
H A Dcore.c75 .fflags = RFTYPE_RES_CACHE,
89 .fflags = RFTYPE_RES_CACHE,
103 .fflags = RFTYPE_RES_MB,
115 .fflags = RFTYPE_RES_MB,
H A Dinternal.h322 unsigned long fflags; member
/linux/block/
H A Dblk-flush.c103 static unsigned int blk_flush_policy(unsigned long fflags, struct request *rq) in blk_flush_policy() argument
110 if (fflags & (1UL << QUEUE_FLAG_WC)) { in blk_flush_policy()
113 if (!(fflags & (1UL << QUEUE_FLAG_FUA)) && in blk_flush_policy()
402 unsigned long fflags = q->queue_flags; /* may change, cache */ in blk_insert_flush() local
403 unsigned int policy = blk_flush_policy(fflags, rq); in blk_insert_flush()
414 if (!(fflags & (1UL << QUEUE_FLAG_FUA))) in blk_insert_flush()
/linux/include/linux/
H A Dresctrl.h189 unsigned long fflags; member
/linux/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c957 u32 phandle, u32 fflags, struct pmf_args *args) in pmf_do_functions() argument
976 if ((func->flags & fflags) == 0) in pmf_do_functions()
/linux/sound/core/
H A Drawmidi.c435 unsigned short fflags; in snd_rawmidi_open() local
472 fflags = snd_rawmidi_file_flags(file); in snd_rawmidi_open()
474 fflags |= SNDRV_RAWMIDI_LFLG_APPEND; in snd_rawmidi_open()
485 err = rawmidi_open_priv(rmidi, subdevice, fflags, rawmidi_file); in snd_rawmidi_open()
/linux/drivers/scsi/
H A Desp_scsi.c1377 u32 fflags, phase; in esp_data_bytes_sent() local
1392 fflags = esp_read8(ESP_FFLAGS); in esp_data_bytes_sent()
1395 (fflags & ESP_FF_ONOTZERO)) || in esp_data_bytes_sent()
1397 (fflags & ESP_FF_FBYTES))) in esp_data_bytes_sent()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c2880 unsigned int *fflags,u64 multicast) in b43legacy_op_configure_filter() argument
2887 *fflags = 0; in b43legacy_op_configure_filter()
2892 *fflags &= FIF_ALLMULTI | in b43legacy_op_configure_filter()
2906 wl->filter_flags = *fflags; in b43legacy_op_configure_filter()
/linux/drivers/net/wireless/broadcom/b43/
H A Dmain.c4285 unsigned int changed, unsigned int *fflags, in b43_op_configure_filter() argument
4294 *fflags = 0; in b43_op_configure_filter()
4298 *fflags &= FIF_ALLMULTI | in b43_op_configure_filter()
4312 wl->filter_flags = *fflags; in b43_op_configure_filter()
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c3480 int proto, fflags; in drbd_sync_handshake() local
3483 fflags = (hg >> 8) & 0xff; in drbd_sync_handshake()
3485 proto, fflags); in drbd_sync_handshake()