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

12

/drivers/net/
H A DKconfig110 or internal device. It is safe to say Y or M here even if your
/drivers/char/
H A DKconfig40 in this case. If you have never heard about all this, it's safe to
96 If unsure, it is safe to say Y.
121 (e.g. printer and ZIP drive) and it is safe to compile the
163 It is safe to say N to this -- it is not needed for normal printing
/drivers/input/misc/
H A DKconfig547 If unsure, say N (but it's safe to say "Y").
/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c73 module_param_named(safe, safe_string, charp, 0);
87 MODULE_PARM_DESC(safe, "Set other settings to a \"safe mode\"");
120 " passed to safe option", safe_string);
412 * change that does not seem obviously safe. :)
1714 * so, since we may not be safe if interrupts occur.
/drivers/input/touchscreen/
H A DKconfig40 If unsure, say N (but it's safe to say "Y").
53 If unsure, say N (but it's safe to say "Y").
84 If unsure, say N (but it's safe to say "Y").
/drivers/scsi/
H A Ddc395x.c490 int safe; /* safe value */ member in struct:ParameterData
546 * command line overrides will be used. If set to 1 then safe and
550 module_param_named(safe, use_safe_settings, bool, 0);
551 MODULE_PARM_DESC(safe, "Use safe and slow settings only. Default: false");
575 * set all values to the safe and slow values.
583 dprintkl(KERN_INFO, "Using safe settings.\n");
586 cfg_data[i].value = cfg_data[i].safe;
/drivers/platform/x86/
H A DKconfig548 It is safe to enable this driver even if your DSDT doesn't define
/drivers/usb/host/
H A Dehci-sched.c522 ktime_t safe = ktime_add_us(ehci->last_periodic_enable, 1000); local
524 s64 delay = ktime_us_delta(safe, now);
1797 * Move it to a safe place until a new frame starts.
2193 * Move it to a safe place until a new frame starts.
/drivers/watchdog/
H A DKconfig130 Not sure? It's safe to say N.
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c2999 struct list_head *element, *safe; local
3004 list_for_each_safe(element, safe, &priv->ieee->network_list) {

Completed in 362 milliseconds

12