Searched refs:safe (Results 1 - 25 of 35) sorted by relevance

12

/drivers/usb/wusbcore/
H A DKconfig18 To compile this support select Y (built in). It is safe to
32 It is safe to select even if you don't have a compatible
/drivers/staging/iio/trigger/
H A DKconfig26 If unsure, say N (but it's safe to say "Y").
37 If unsure, say N (but it's safe to say "Y").
/drivers/usb/serial/
H A Dsafe_serial.c85 static bool safe = 1; variable
106 module_param(safe, bool, 0);
107 MODULE_PARM_DESC(safe, "Turn Safe Encapsulation On/Off");
231 if (!safe)
264 trailer_len = safe ? 2 : 0;
268 if (!safe)
/drivers/gpu/drm/
H A Ddrm_prime.c254 struct drm_prime_member *member, *safe; local
255 list_for_each_entry_safe(member, safe, &prime_fpriv->head, entry) {
293 struct drm_prime_member *member, *safe; local
296 list_for_each_entry_safe(member, safe, &prime_fpriv->head, entry) {
/drivers/ide/
H A Dtx4938ide.c62 u8 safe = drive->pio_mode - XFER_PIO_0; local
67 safe = min_t(u8, safe, pair->pio_mode - XFER_PIO_0);
68 tx4938ide_tune_ebusc(pdata->ebus_ch, pdata->gbus_clock, safe);
H A Dtx4939ide.c112 u8 safe = pio; local
117 safe = min_t(u8, safe, pair->pio_mode - XFER_PIO_0);
123 val = ((safe << 8) | (pio << 4)) << (is_slave ? 16 : 0);
/drivers/staging/omapdrm/
H A Dtcm.h321 #define tcm_for_each_slice(var, area, safe) \
322 for (safe = area, \
323 tcm_slice(&safe, &var); \
324 var.tcm; tcm_slice(&safe, &var))
/drivers/net/ethernet/alteon/
H A DKconfig46 The safe and default value for this is N.
/drivers/staging/iio/adc/
H A DKconfig81 If unsure, say N (but it's safe to say "Y").
95 If unsure, say N (but it's safe to say "Y").
107 If unsure, say N (but it's safe to say "Y").
121 If unsure, say N (but it's safe to say "Y").
143 If unsure, say N (but it's safe to say "Y").
/drivers/input/gameport/
H A Dns558.c274 struct ns558 *ns558, *safe; local
276 list_for_each_entry_safe(ns558, safe, &ns558_list, node) {
/drivers/mtd/devices/
H A Dphram.c87 struct phram_mtd_list *this, *safe; local
89 list_for_each_entry_safe(this, safe, &phram_list, list) {
/drivers/net/ppp/
H A DKconfig46 it is safe to say Y here.
67 they don't support it, it is safe to say Y here.
/drivers/uwb/
H A DKconfig42 is safe to select any even if you do not have the hardware.
58 is safe to select any even if you do not have the hardware.
70 is safe to select any even if you do not have the hardware.
H A Drsv.c356 rsv->mas.safe += mv->companion_mas.safe;
363 rsv->mas.safe = mv->final_mas.safe;
H A Dallocator.c88 * Find the best column set for a given availability, interval, num safe mas and
367 /* fill the safe and unsafe bitmaps */
376 result->safe = ai->safe_allocated_mases;
/drivers/net/ethernet/dec/tulip/
H A DKconfig39 cache coherence, an example is PowerMac 5500. Otherwise 0 is safe.
/drivers/pci/pcie/
H A DKconfig44 hardware or configurations and enable it when known-safe.
/drivers/scsi/arm/
H A DKconfig21 implement this properly, so the safe answer is N.
31 don't implement it properly, so the safe answer is N.
/drivers/isdn/i4l/
H A DKconfig57 it is safe to say Y here.
/drivers/isdn/hardware/eicon/
H A Dum_idi.c105 struct list_head *tmp, *safe; local
108 list_for_each_safe(tmp, safe, &adapter_q) {
171 struct list_head *tmp, *safe; local
174 list_for_each_safe(tmp, safe, &a->entity_q) {
582 e->e.X->P = (byte *)&req[1]; /* Our buffer is safe */
/drivers/mmc/host/
H A DKconfig79 useless. It is safe to select this even if you don't
/drivers/usb/storage/
H A DKconfig212 If you don't know whether you have a UAS device, it is safe to
/drivers/usb/host/
H A DKconfig72 controller is needed. It's safe to say "y" even if your
517 It is safe to say M here.
/drivers/atm/
H A DKconfig239 for debugging or special applications only, so the safe answer is N.
/drivers/block/
H A DKconfig242 bits of, say, a sound file). This is also safe if the file resides
251 the cryptoloop is not safe for storing journaled filesystems.
286 WARNING: This device is not safe for journaled file systems like
326 don't have one of these, it is safe to answer N.

Completed in 2169 milliseconds

12