/drivers/usb/serial/ |
D | safe_serial.c | 79 static bool safe = true; variable 89 module_param(safe, bool, 0); 90 MODULE_PARM_DESC(safe, "Turn Safe Encapsulation On/Off"); 200 if (!safe) in safe_process_read_urb() 236 trailer_len = safe ? 2 : 0; in safe_prepare_write_buffer() 240 if (!safe) in safe_prepare_write_buffer()
|
/drivers/ide/ |
D | tx4938ide.c | 62 u8 safe = drive->pio_mode - XFER_PIO_0; in tx4938ide_set_pio_mode() local 67 safe = min_t(u8, safe, pair->pio_mode - XFER_PIO_0); in tx4938ide_set_pio_mode() 68 tx4938ide_tune_ebusc(pdata->ebus_ch, pdata->gbus_clock, safe); in tx4938ide_set_pio_mode()
|
D | tx4939ide.c | 112 u8 safe = pio; in tx4939ide_set_pio_mode() local 117 safe = min_t(u8, safe, pair->pio_mode - XFER_PIO_0); in tx4939ide_set_pio_mode() 123 val = ((safe << 8) | (pio << 4)) << (is_slave ? 16 : 0); in tx4939ide_set_pio_mode()
|
/drivers/parport/ |
D | Kconfig | 31 and it is safe to compile all the corresponding drivers into the 83 is safe to say N. 99 called parport_ip32. If in doubt, saying N is the safe plan. 108 called parport_amiga. If in doubt, saying N is the safe plan. 117 parport_mfc3. If in doubt, saying N is the safe plan. 126 called parport_atari. If in doubt, saying N is the safe plan. 160 appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
|
/drivers/gpu/drm/omapdrm/ |
D | tcm.h | 327 #define tcm_for_each_slice(var, area, safe) \ argument 328 for (safe = area, \ 329 tcm_slice(&safe, &var); \ 330 var.tcm; tcm_slice(&safe, &var))
|
/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 122 struct ttm_validate_buffer *safe = entry; in ttm_eu_reserve_buffers() local 124 list_del(&safe->head); in ttm_eu_reserve_buffers() 125 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
|
/drivers/of/ |
D | Kconfig | 24 If unsure, say N here, but this option is safe to enable. 34 If unsure, say N here, but this option is safe to enable. 49 # Hardly any platforms need this. It is safe to select, but only do so if you
|
/drivers/uwb/ |
D | Kconfig | 40 is safe to select any even if you do not have the hardware. 56 is safe to select any even if you do not have the hardware. 68 is safe to select any even if you do not have the hardware.
|
D | rsv.c | 361 rsv->mas.safe += mv->companion_mas.safe; in uwb_rsv_set_state() 368 rsv->mas.safe = mv->final_mas.safe; in uwb_rsv_set_state()
|
/drivers/pci/pcie/ |
D | Kconfig | 41 hardware or configurations and enable it when known-safe. 94 it is safe to answer N. 105 is safe to enable even if you don't.
|
/drivers/usb/wusbcore/ |
D | Kconfig | 15 To compile this support select Y (built in). It is safe to 29 It is safe to select even if you don't have a compatible
|
/drivers/clocksource/ |
D | em_sti.c | 275 int safe; in em_sti_clock_event_next() local 278 safe = em_sti_count(p) < (next - 1); in em_sti_clock_event_next() 280 return !safe; in em_sti_clock_event_next()
|
/drivers/input/gameport/ |
D | ns558.c | 274 struct ns558 *ns558, *safe; in ns558_exit() local 276 list_for_each_entry_safe(ns558, safe, &ns558_list, node) { in ns558_exit()
|
/drivers/mtd/devices/ |
D | phram.c | 87 struct phram_mtd_list *this, *safe; in unregister_devices() local 89 list_for_each_entry_safe(this, safe, &phram_list, list) { in unregister_devices()
|
/drivers/scsi/arm/ |
D | Kconfig | 21 implement this properly, so the safe answer is N. 31 don't implement it properly, so the safe answer is N.
|
/drivers/staging/iio/trigger/ |
D | Kconfig | 14 If unsure, say N (but it's safe to say "Y").
|
/drivers/staging/iio/adc/ |
D | Kconfig | 48 If unsure, say N (but it's safe to say "Y"). 68 If unsure, say N (but it's safe to say "Y").
|
/drivers/remoteproc/ |
D | Kconfig | 31 It's safe to say n here if you're not interested in multimedia 77 It's safe to say n here if you're not interested in multimedia
|
/drivers/isdn/hardware/eicon/ |
D | um_idi.c | 105 struct list_head *tmp, *safe; in diva_user_mode_idi_finit() local 108 list_for_each_safe(tmp, safe, &adapter_q) { in diva_user_mode_idi_finit() 171 struct list_head *tmp, *safe; in cleanup_adapter() local 174 list_for_each_safe(tmp, safe, &a->entity_q) { in cleanup_adapter()
|
/drivers/net/wimax/i2400m/ |
D | Kconfig | 19 If unsure, it is safe to select M (module).
|
/drivers/hwspinlock/ |
D | Kconfig | 42 It's safe to say n here if you're not interested in SIRF hardware
|
/drivers/iio/trigger/ |
D | Kconfig | 45 If unsure, say N (but it's safe to say "Y").
|
/drivers/net/wireless/broadcom/b43/ |
D | Kconfig | 21 It is safe to include both b43 and b43legacy as the underlying glue 87 It's safe to select Y here, even if you don't have a B43 SDIO device.
|
/drivers/nvme/host/ |
D | Kconfig | 11 don't have one of these, it is safe to answer N.
|
/drivers/staging/android/ion/ |
D | Kconfig | 10 If you're not using Android its probably safe to
|