Home
last modified time | relevance | path

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

12345678910>>...18

/linux/Documentation/devicetree/bindings/power/supply/
H A Dqcom,pm8916-lbc.yaml63 qcom,fast-charge-safe-voltage:
68 Maximum safe battery voltage in uV; May be pre-set by bootloader,
71 qcom,fast-charge-safe-current:
76 Maximum safe battery charge current in uA; May be pre-set by
86 - qcom,fast-charge-safe-voltage
87 - qcom,fast-charge-safe-current
125 qcom,fast-charge-safe-current = <900000>;
126 qcom,fast-charge-safe-voltage = <4300000>;
H A Dqcom,pm8941-charger.yaml66 qcom,fast-charge-safe-voltage:
71 Maximum safe battery voltage in uV; May be pre-set by bootloader, in which case,
75 qcom,fast-charge-safe-current:
80 Maximum safe battery charge current in uA; May pre-set by bootloader, in which case,
/linux/drivers/usb/serial/
H A 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()
/linux/Documentation/i2c/
H A 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
/linux/Documentation/admin-guide/hw-vuln/
H A Dsrso.rst64 * 'Vulnerable: Microcode, no safe RET':
91 Selected by default or by spec_rstack_overflow=safe-ret
95 Similar protection as "safe RET" above but employs an IBPB barrier on
123 default one is 'Mitigation: safe RET' which should take care of most
132 As one can surmise, 'Mitigation: safe RET' does come at the cost of some
148 the CPU to mispredict every function return using a 'safe return'
152 safe return sequence is itself free from attacker interference. In Zen3
154 untraining function srso_alias_untrain_ret() and the safe return
156 poisoned BTB entry and using that safe one for all function returns.
/linux/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c93 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()
/linux/Documentation/scsi/
H A Ddc395x.rst10 be safe to use. Testing with hard disks has not been done to any
28 safe
31 If safe is set to 1 then the adapter will use conservative
32 ("safe") default settings. This sets:
99 dc395x. (eg "dc395x.safe=1")
/linux/drivers/parport/
H A DKconfig32 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.
/linux/Documentation/devicetree/bindings/display/tegra/
H A Dnvidia,tegra124-sor.yaml119 - description: safe reference clock for the SOR clock
131 - const: safe
141 - description: safe reference clock for the SOR clock
152 - const: safe
182 clock-names = "sor", "out", "parent", "dp", "safe";
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974pro-sony-xperia-shinano-leo.dts32 qcom,fast-charge-safe-current = <3000000>;
34 qcom,fast-charge-safe-voltage = <4400000>;
H A Dqcom-msm8974-sony-xperia-rhine-amami.dts11 qcom,fast-charge-safe-current = <1300000>;
/linux/drivers/remoteproc/
H A DKconfig24 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 …]
/linux/drivers/gpu/drm/omapdrm/
H A 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))
/linux/drivers/of/
H A DKconfig37 If unsure, say N here. This option is not safe to enable.
46 If unsure, say N here, but this option is safe to enable.
56 If unsure, say N here, but this option is safe to enable.
75 # Hardly any platforms need this. It is safe to select, but only do so if you
/linux/arch/x86/mm/
H A Dextable.c168 struct pt_regs *regs, bool wrmsr, bool safe, int reg) in ex_handler_msr() argument
170 if (__ONCE_LITE_IF(!safe && wrmsr)) { in ex_handler_msr()
177 if (__ONCE_LITE_IF(!safe && !wrmsr)) { in ex_handler_msr()
189 if (safe) in ex_handler_msr()
/linux/fs/dlm/
H A Drecoverd.c51 struct dlm_rsb *r, *safe; in dlm_release_masters_list() local
54 list_for_each_entry_safe(r, safe, &ls->ls_masters_list, res_masters_list) { in dlm_release_masters_list()
77 struct dlm_rsb *r, *safe; in dlm_release_root_list() local
79 list_for_each_entry_safe(r, safe, root_list, res_root_list) { in dlm_release_root_list()
H A Drequestqueue.c136 struct rq_entry *e, *safe; in dlm_purge_requestqueue() local
139 list_for_each_entry_safe(e, safe, &ls->ls_requestqueue, list) { in dlm_purge_requestqueue()
/linux/arch/powerpc/platforms/52xx/
H A DKconfig20 gpt nodes, then it is safe to use such gpt to reset the board,
56 It is safe to say 'Y' here
/linux/net/batman-adv/
H A Dtranslation-table.c946 struct batadv_tt_change_node *entry, *safe; in batadv_tt_tvlv_container_update() local
1374 struct batadv_tt_change_node *entry, *safe; in batadv_tt_changes_list_free() local
1989 struct hlist_node *safe; in batadv_tt_global_del_orig_list() local
2016 struct hlist_node *safe; in batadv_tt_global_del_orig_node() local
2160 struct hlist_node *safe; in batadv_tt_global_del_orig() local
2173 hlist_for_each_entry_safe(tt_common_entry, safe, in batadv_tt_global_del_orig()
2553 struct hlist_node *safe; in batadv_tt_req_list_free() local
2589 struct hlist_node *safe; in batadv_tt_req_purge() local
3328 struct hlist_node *safe; in batadv_handle_tt_response() local
3380 struct batadv_tt_roam_node *node, *safe; in batadv_tt_roam_list_free() local
[all …]
/linux/drivers/clocksource/
H A 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()
/linux/Documentation/devicetree/bindings/arm/omap/
H A Dcrossbar.txt27 - ti,irqs-safe-map: integer which maps to a safe configuration to use
/linux/scripts/coccinelle/free/
H A Ddevm_free.cocci58 @safe depends on context || org || report exists@
109 position p != safe.p;
/linux/Documentation/devicetree/bindings/dma/
H A Dti-dma-crossbar.txt16 - ti,dma-safe-map: Safe routing value for unused request lines
52 ti,dma-safe-map = <0>;
/linux/drivers/input/gameport/
H A Dns558.c255 struct ns558 *ns558, *safe; in ns558_exit() local
257 list_for_each_entry_safe(ns558, safe, &ns558_list, node) { in ns558_exit()
/linux/drivers/pci/pcie/
H A DKconfig86 hardware or configurations and enable it when known-safe.
138 it is safe to answer N.
147 is safe to enable even if you don't.

12345678910>>...18