Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 58) sorted by relevance

123

/drivers/usb/serial/
Dsafe_serial.c75 static bool safe = true; variable
85 module_param(safe, bool, 0);
86 MODULE_PARM_DESC(safe, "Turn Safe Encapsulation On/Off");
196 if (!safe) in safe_process_read_urb()
232 trailer_len = safe ? 2 : 0; in safe_prepare_write_buffer()
236 if (!safe) in safe_prepare_write_buffer()
/drivers/gpu/drm/ttm/
Dttm_execbuf_util.c96 struct ttm_validate_buffer *safe = entry; in ttm_eu_reserve_buffers() local
98 list_del(&safe->head); in ttm_eu_reserve_buffers()
99 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
/drivers/parport/
DKconfig32 and it is safe to compile all the corresponding drivers into the
84 is safe to say N.
100 called parport_ip32. If in doubt, saying N is the safe plan.
109 called parport_amiga. If in doubt, saying N is the safe plan.
118 parport_mfc3. If in doubt, saying N is the safe plan.
127 called parport_atari. If in doubt, saying N is the safe plan.
161 appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
/drivers/remoteproc/
DKconfig24 It's safe to say N if you don't want to use this interface.
35 It's safe to say N here.
54 It's safe to say N here.
72 It's safe to say N here if you're not interested in multimedia
117 It's safe to say n here if you're not interested in multimedia
127 It's safe to say N here if you're not interested in the Keystone
139 processors on various TI SoCs. It's safe to say N here if you're
302 It's safe to say N here if you're not interested in utilizing
315 It's safe to say N here if you're not interested in utilizing
/drivers/gpu/drm/omapdrm/
Dtcm.h325 #define tcm_for_each_slice(var, area, safe) \ argument
326 for (safe = area, \
327 tcm_slice(&safe, &var); \
328 var.tcm; tcm_slice(&safe, &var))
/drivers/of/
DKconfig26 If unsure, say N here, but this option is safe to enable.
36 If unsure, say N here, but this option is safe to enable.
55 # Hardly any platforms need this. It is safe to select, but only do so if you
/drivers/clocksource/
Dem_sti.c254 int safe; in em_sti_clock_event_next() local
257 safe = em_sti_count(p) < (next - 1); in em_sti_clock_event_next()
259 return !safe; in em_sti_clock_event_next()
/drivers/pci/pcie/
DKconfig73 hardware or configurations and enable it when known-safe.
125 it is safe to answer N.
134 is safe to enable even if you don't.
/drivers/input/gameport/
Dns558.c258 struct ns558 *ns558, *safe; in ns558_exit() local
260 list_for_each_entry_safe(ns558, safe, &ns558_list, node) { in ns558_exit()
/drivers/mtd/devices/
Dphram.c82 struct phram_mtd_list *this, *safe; in unregister_devices() local
84 list_for_each_entry_safe(this, safe, &phram_list, list) { in unregister_devices()
/drivers/siox/
DKconfig10 Unless you know better, it is probably safe to say "no" here.
/drivers/net/wireless/broadcom/b43/
DKconfig23 It is safe to include both b43 and b43legacy as the underlying glue
89 It's safe to select Y here, even if you don't have a B43 SDIO device.
/drivers/s390/char/
DKconfig127 It is safe to say "Y" here.
136 It is safe to say "Y" here.
/drivers/net/ethernet/alteon/
DKconfig45 The safe and default value for this is N.
/drivers/s390/block/
DKconfig44 Select this option to be able to access FBA devices. It is safe to
Dscm_blk.c54 struct list_head *iter, *safe; in scm_free_rqs() local
58 list_for_each_safe(iter, safe, &inactive_requests) { in scm_free_rqs()
/drivers/cpuidle/
DKconfig33 Some workloads benefit from using it and it generally should be safe
/drivers/iio/trigger/
DKconfig66 If unsure, say N (but it's safe to say "Y").
/drivers/scsi/arm/
DKconfig21 don't implement it properly, so the safe answer is N.
/drivers/net/ppp/
DKconfig47 it is safe to say Y here.
68 they don't support it, it is safe to say Y here.
/drivers/nvme/host/
DKconfig13 don't have one of these, it is safe to answer N.
/drivers/net/wireless/broadcom/b43legacy/
DKconfig14 It is safe to include both b43 and b43legacy as the underlying glue
/drivers/soc/ti/
DKconfig94 processors on various TI SoCs. It's safe to say N here if you're
/drivers/s390/net/
DKconfig13 If you do not know what it is, it's safe to choose Y.
/drivers/usb/misc/
DKconfig131 It is safe to say M here.
148 It is safe to say M here.

123