Home
last modified time | relevance | path

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

12345678910>>...16

/kernel/linux/linux-5.10/arch/arm/common/
Ddmabounce.c56 void *safe; member
137 buf->safe = dma_pool_alloc(pool->pool, GFP_ATOMIC, in alloc_safe_buffer()
140 buf->safe = dma_alloc_coherent(dev, size, &buf->safe_dma_addr, in alloc_safe_buffer()
144 if (buf->safe == NULL) { in alloc_safe_buffer()
199 dma_pool_free(buf->pool->pool, buf->safe, buf->safe_dma_addr); in free_safe_buffer()
201 dma_free_coherent(device_info->dev, buf->size, buf->safe, in free_safe_buffer()
263 buf->safe, buf->safe_dma_addr); in map_single()
268 __func__, ptr, buf->safe, size); in map_single()
269 memcpy(buf->safe, ptr, size); in map_single()
284 buf->safe, buf->safe_dma_addr); in unmap_single()
[all …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/Documentation/i2c/
Ddma-considerations.rst11 Therefore, it is *not* mandatory that the buffer of an I2C message is DMA safe.
13 rarely used. However, it is recommended to use a DMA-safe buffer if your
19 safe buffers always, because USB requires it.
24 For clients, if you use a DMA safe buffer in i2c_msg, set the I2C_M_DMA_SAFE
33 SMBus transactions via I2C, the buffers for block transfers are DMA safe. Users
34 of i2c_master_send() and i2c_master_recv() functions can now use DMA safe
36 know their buffers are DMA safe. Users of i2c_transfer() must set the
42 Bus master drivers wishing to implement safe DMA can use helper functions from
43 the I2C core. One gives you a DMA-safe buffer for a given i2c_msg as long as a
/kernel/linux/linux-5.10/fs/ntfs/
DKconfig9 safe, write support available. For write support you must also
28 Linux on your computer it is safe to say N.
56 This enables the partial, but safe, write support in the NTFS driver.
66 damaged someones data so we assume it is perfectly safe to use.
68 Note: While write support is safe in this version (a rewrite from
71 is not safe.
79 It is perfectly safe to say N here.
/kernel/linux/linux-5.10/Documentation/scsi/
Ddc395x.rst10 be safe to use. Testing with hard disks has not been done to any
31 safe
34 If safe is set to 1 then the adapter will use conservative
35 ("safe") default settings. This sets:
102 dc395x. (eg "dc395x.safe=1")
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_execbuf_util.c98 struct ttm_validate_buffer *safe = entry; in ttm_eu_reserve_buffers() local
100 list_del(&safe->head); in ttm_eu_reserve_buffers()
101 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
/kernel/linux/linux-5.10/drivers/ide/
Dtx4938ide.c62 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()
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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))
/kernel/linux/linux-5.10/net/ax25/
DTODO2 listen_lock have to be bh-safe?
4 Do the netrom and rose locks have to be bh-safe?
/kernel/linux/linux-5.10/drivers/remoteproc/
DKconfig24 It's safe to say N if you don't want to use this interface.
33 It's safe to say N here.
52 It's safe to say N here.
70 It's safe to say N here if you're not interested in multimedia
115 It's safe to say n here if you're not interested in multimedia
125 It's safe to say N here if you're not interested in the Keystone
275 It's safe to say N here if you're not interested in utilizing
288 It's safe to say N here if you're not interested in utilizing
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/fs/dlm/
Drequestqueue.c156 struct rq_entry *e, *safe; in dlm_purge_requestqueue() local
159 list_for_each_entry_safe(e, safe, &ls->ls_requestqueue, list) { in dlm_purge_requestqueue()
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/
DKconfig20 gpt nodes, then it is safe to use such gpt to reset the board,
56 It is safe to say 'Y' here
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dqcom_smbb.txt62 - qcom,fast-charge-safe-voltage:
65 Description: Maximum safe battery voltage; May be pre-set by bootloader, in
69 - qcom,fast-charge-safe-current:
72 Description: Maximum safe battery charge current; May pre-set by bootloader,
/kernel/linux/linux-5.10/arch/x86/realmode/rm/
Dtrampoline_64.S42 cli # We should be safe anyway
87 cli # We should be safe anyway
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/um/drivers/
DKconfig38 It is safe to say 'Y' here.
48 It is safe to say 'Y' here.
57 It is safe to say 'Y' here.
65 It is safe to say 'Y' here.
79 It is safe to leave this unchanged.
89 It is safe to leave this unchanged, although you may wish to change
101 It is safe to leave this unchanged, although you may wish to change
111 It is safe to say 'Y' here.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dti-dma-crossbar.txt16 - ti,dma-safe-map: Safe routing value for unused request lines
52 ti,dma-safe-map = <0>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/omap/
Dcrossbar.txt27 - ti,irqs-safe-map: integer which maps to a safe configuration to use
/kernel/linux/linux-5.10/scripts/coccinelle/free/
Ddevm_free.cocci58 @safe depends on context || org || report exists@
109 position p != safe.p;
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/
Dsysfs-firmware-acpi8 enabling this knob is not safe and thus unsupported.
/kernel/linux/linux-5.10/net/batman-adv/
Dtranslation-table.c464 struct batadv_tt_change_node *tt_change_node, *entry, *safe; in batadv_tt_local_event() local
484 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_local_event()
993 struct batadv_tt_change_node *entry, *safe; in batadv_tt_tvlv_container_update() local
1023 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_tvlv_container_update()
1502 struct batadv_tt_change_node *entry, *safe; in batadv_tt_changes_list_free() local
1506 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_changes_list_free()
2257 struct hlist_node *safe; in batadv_tt_global_del_orig_list() local
2262 hlist_for_each_entry_safe(orig_entry, safe, head, list) in batadv_tt_global_del_orig_list()
2284 struct hlist_node *safe; in batadv_tt_global_del_orig_node() local
2290 hlist_for_each_entry_safe(orig_entry, safe, head, list) { in batadv_tt_global_del_orig_node()
[all …]
/kernel/linux/linux-5.10/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.

12345678910>>...16