/drivers/usb/serial/ |
D | safe_serial.c | 75 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/parport/ |
D | Kconfig | 32 and it is safe to compile all the corresponding drivers into the 85 is safe to say N. 101 called parport_ip32. If in doubt, saying N is the safe plan. 110 called parport_amiga. If in doubt, saying N is the safe plan. 119 parport_mfc3. If in doubt, saying N is the safe plan. 128 called parport_atari. If in doubt, saying N is the safe plan. 151 appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
|
/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 93 struct ttm_validate_buffer *safe = entry; in ttm_eu_reserve_buffers() local 95 list_del(&safe->head); in ttm_eu_reserve_buffers() 96 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
|
/drivers/remoteproc/ |
D | Kconfig | 24 It's safe to say N if you don't want to use this interface. 35 It's safe to say N here. 46 It's safe to say N here. 65 It's safe to say N here. 83 It's safe to say N here if you're not interested in multimedia 128 It's safe to say n here if you're not interested in multimedia 138 It's safe to say N here if you're not interested in the Keystone 161 processors on various TI SoCs. It's safe to say N here if you're 339 It's safe to say N here if you're not interested in utilizing 352 It's safe to say N here if you're not interested in utilizing [all …]
|
/drivers/gpu/drm/omapdrm/ |
D | tcm.h | 325 #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/ |
D | Kconfig | 38 If unsure, say N here. This option is not safe to enable. 48 If unsure, say N here, but this option is safe to enable. 67 # Hardly any platforms need this. It is safe to select, but only do so if you
|
/drivers/clocksource/ |
D | em_sti.c | 254 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/ |
D | Kconfig | 77 hardware or configurations and enable it when known-safe. 129 it is safe to answer N. 138 is safe to enable even if you don't.
|
/drivers/input/gameport/ |
D | ns558.c | 255 struct ns558 *ns558, *safe; in ns558_exit() local 257 list_for_each_entry_safe(ns558, safe, &ns558_list, node) { in ns558_exit()
|
/drivers/siox/ |
D | Kconfig | 10 Unless you know better, it is probably safe to say "no" here.
|
/drivers/net/can/spi/mcp251xfd/ |
D | mcp251xfd-ring.c | 43 len += sizeof(write_reg_buf->safe.cmd); in mcp251xfd_cmd_prepare_write_reg() 44 crc = mcp251xfd_crc16_compute(&write_reg_buf->safe, len); in mcp251xfd_cmd_prepare_write_reg() 48 len += sizeof(write_reg_buf->safe.crc); in mcp251xfd_cmd_prepare_write_reg()
|
D | mcp251xfd.h | 512 } safe; member 797 mcp251xfd_spi_cmd_write_safe_set_addr(&write_reg_buf->safe.cmd, in mcp251xfd_spi_cmd_write() 799 data = write_reg_buf->safe.data; in mcp251xfd_spi_cmd_write()
|
/drivers/mtd/devices/ |
D | phram.c | 114 struct phram_mtd_list *this, *safe; in unregister_devices() local 116 list_for_each_entry_safe(this, safe, &phram_list, list) { in unregister_devices()
|
/drivers/net/wireless/broadcom/b43/ |
D | Kconfig | 23 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/ |
D | Kconfig | 131 It is safe to say "Y" here. 140 It is safe to say "Y" here.
|
/drivers/video/fbdev/core/ |
D | Kconfig | 23 In general, choosing Y for this option is safe. If you 115 so it's safe to say "n" here.
|
/drivers/net/ethernet/alteon/ |
D | Kconfig | 45 The safe and default value for this is N.
|
/drivers/net/ethernet/mscc/ |
D | ocelot_fdma.c | 103 u32 safe; in ocelot_fdma_wait_chan_safe() local 105 return readx_poll_timeout_atomic(ocelot_fdma_read_ch_safe, ocelot, safe, in ocelot_fdma_wait_chan_safe() 106 safe & BIT(chan), 0, in ocelot_fdma_wait_chan_safe()
|
/drivers/s390/block/ |
D | Kconfig | 44 Select this option to be able to access FBA devices. It is safe to
|
D | scm_blk.c | 53 struct list_head *iter, *safe; in scm_free_rqs() local 57 list_for_each_safe(iter, safe, &inactive_requests) { in scm_free_rqs()
|
/drivers/iio/trigger/ |
D | Kconfig | 66 If unsure, say N (but it's safe to say "Y").
|
/drivers/cpuidle/ |
D | Kconfig | 33 Some workloads benefit from using it and it generally should be safe
|
/drivers/scsi/arm/ |
D | Kconfig | 21 don't implement it properly, so the safe answer is N.
|
/drivers/net/ppp/ |
D | Kconfig | 47 it is safe to say Y here. 68 they don't support it, it is safe to say Y here.
|
/drivers/net/wireless/broadcom/b43legacy/ |
D | Kconfig | 14 It is safe to include both b43 and b43legacy as the underlying glue
|