Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmaintidi.c100 void *variable);
1112 if (diva_trace_read_variable(cur, pLib->parse_table[i].variable)) { in diva_modem_info()
1145 if (diva_trace_read_variable(cur, pLib->parse_table[i].variable)) { in diva_fax_info()
1183 if (diva_trace_read_variable(cur, pLib->parse_table[i].variable)) { in diva_line_info()
1266 pLib->parse_table[pLib->cur_parse_entry++].variable = &pLine->Framing[0]; in diva_create_line_parse_table()
1270 pLib->parse_table[pLib->cur_parse_entry++].variable = &pLine->Line[0]; in diva_create_line_parse_table()
1274 pLib->parse_table[pLib->cur_parse_entry++].variable = &pLine->Layer2[0]; in diva_create_line_parse_table()
1278 pLib->parse_table[pLib->cur_parse_entry++].variable = &pLine->Layer3[0]; in diva_create_line_parse_table()
1282 pLib->parse_table[pLib->cur_parse_entry++].variable = \ in diva_create_line_parse_table()
1287 pLib->parse_table[pLib->cur_parse_entry++].variable = \ in diva_create_line_parse_table()
[all …]
/Linux-v4.19/include/linux/
Dpercpu-defs.h318 #define __pcpu_size_call_return(stem, variable) \ argument
320 typeof(variable) pscr_ret__; \
321 __verify_pcpu_ptr(&(variable)); \
322 switch(sizeof(variable)) { \
323 case 1: pscr_ret__ = stem##1(variable); break; \
324 case 2: pscr_ret__ = stem##2(variable); break; \
325 case 4: pscr_ret__ = stem##4(variable); break; \
326 case 8: pscr_ret__ = stem##8(variable); break; \
333 #define __pcpu_size_call_return2(stem, variable, ...) \ argument
335 typeof(variable) pscr2_ret__; \
[all …]
Dieee80211.h898 u8 variable[0]; member
907 u8 variable[0]; member
914 u8 variable[0]; member
921 u8 variable[0]; member
932 u8 variable[0]; member
936 u8 variable[0]; member
944 u8 variable[0]; member
953 u8 variable[0]; member
957 u8 variable[0]; member
962 u8 variable[0]; member
[all …]
/Linux-v4.19/Documentation/livepatch/
Dshadow-vars.txt8 unmodified. The shadow variable API described in this document is used
14 used to describe shadow variable version, class or type, etc. More
29 * The klp_shadow variable data structure encapsulates both tracking
37 klp_shadow_get_or_alloc() are zeroing the variable by default.
43 to do actions that can be done only once when a new variable is allocated.
45 * klp_shadow_get() - retrieve a shadow variable data pointer
48 * klp_shadow_alloc() - allocate and add a new shadow variable
53 - allocate a new shadow variable
54 - initialize the variable using a custom constructor and data when provided
57 * klp_shadow_get_or_alloc() - get existing or alloc a new shadow variable
[all …]
/Linux-v4.19/scripts/kconfig/tests/preprocess/variable/
DKconfig6 # Simply expanded variable.
12 # Recursively expanded variable.
18 # Append something to a simply expanded variable.
24 # Append something to a recursively expanded variable.
30 # Use += operator to an undefined variable.
31 # This works as a recursively expanded variable.
37 # You can use variable references for the lefthand side of assignment statement.
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-firmware-efi-vars21 EFI variable flags. Potential values
34 to attain the value of the EFI variable
36 guid: The vendor GUID of the variable. This
38 variable's name.
42 there is to know about the variable.
47 order to update the value of a variable.
61 the variable's value.
70 new variable.
74 variable that has a matching vendor GUID
75 and variable key name.
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_80211.h22 u8 variable[0]; member
31 u8 variable[0]; member
38 u8 variable[0]; member
45 u8 variable[0]; member
58 u8 variable[0]; member
/Linux-v4.19/Documentation/kbuild/
Dkconfig-macro-language.txt19 The macro language replaces the variable references with their expanded form,
49 Like in Make, a variable in Kconfig works as a macro variable. A macro
50 variable is expanded "in place" to yield a text string that may then be
51 expanded further. To get the value of a variable, enclose the variable name in
52 $( ). The parentheses are required even for single-letter variable names; $X is
58 A simply expanded variable is defined using the := assignment operator. Its
62 A recursively expanded variable is defined using the = assignment operator.
63 Its righthand side is simply stored as the value of the variable without
64 expanding it in any way. Instead, the expansion is performed when the variable
68 variable. The righthand side of += is expanded immediately if the lefthand
[all …]
Dkconfig.txt37 This environment variable can be used to specify a default kernel config
59 use the environment variable KCONFIG_ALLCONFIG as a flag or a filename
74 (usually a subset of all) preset config symbols. These variable
99 This variable can be used to skew the probabilities. This variable can
129 If this variable has a non-blank value, it prevents silent kernel
134 This environment variable can be set to specify the path & name of the
139 This environment variable can be set to specify the path & name of the
144 This environment variable can be set to specify the path & name of the
189 It is possible to select different color themes using the variable
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Darm-syscon-icst.txt22 Integrator/AP 22 1 Bit 8 0, rest variable
25 Integrator/AP 46 3 Bit 8 0, rest variable
31 Integrator/CP 22 variable Bit 8 0, rest variable
34 Integrator/CP 22 variable Bit 8 0, rest variable
/Linux-v4.19/scripts/coccinelle/misc/
Difaddr.cocci1 /// The address of a variable or field is likely always to be non-zero.
27 cocci.print_main("test of a variable/field address",p)
33 msg = "ERROR: test of a variable/field address"
Dreturnvar.cocci2 /// Remove unneeded variable used to store return value.
57 coccilib.report.print_report(p1[0], "Unneeded variable: \"" + ret + "\". Return \"" + C + "\" on li…
65 cocci.print_main("unneeded \"" + ret + "\" variable", p1)
/Linux-v4.19/Documentation/networking/
Dnetif-msg.txt15 integer variable that controls the debug message level. The message
30 Initially this message level variable was uniquely named in each driver
47 Retaining the per-driver integer variable "debug" as a module
50 Adding a per-interface private variable named "msg_enable". The
51 variable is a bit map rather than a level, and is initialized as
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-priority.rst40 variable where the driver stores the current priority.
43 an enum v4l2_priority variable and call :ref:`VIDIOC_S_PRIORITY <VIDIOC_G_PRIORITY>` ioctl
44 with a pointer to this variable.
85 On success 0 is returned, on error -1 and the ``errno`` variable is set
/Linux-v4.19/scripts/kconfig/
Dpreprocess.c228 struct variable { struct
236 static struct variable *variable_lookup(const char *name) in variable_lookup() argument
238 struct variable *v; in variable_lookup()
250 struct variable *v; in variable_expand()
279 struct variable *v; in variable_add()
321 static void variable_del(struct variable *v) in variable_del()
331 struct variable *v, *tmp; in variable_all_del()
/Linux-v4.19/tools/memory-model/litmus-tests/
DCoWR+poonceonce+Once.litmus7 * given variable and a later read from that same variable are ordered.
DCoRW+poonceonce+Once.litmus7 * a given variable and a later write to that same variable are ordered.
DREADME5 successive reads from the same variable are ordered.
9 from a given variable followed by a write to that same variable
14 to a given variable followed by a read from that same variable
19 successive writes to the same variable are ordered.
26 variable by a different process? This litmus test is forbidden
34 variable by a different process?
/Linux-v4.19/fs/efivarfs/
DKconfig7 variable support via sysfs, as it doesn't suffer from the
8 same 1024-byte variable size limit.
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dsamsung-sxgbe.txt7 These interrupts are ordered by fixed and follows variable
11 index 1 to 25 - 8 variable trasmit interrupts, variable 16 receive interrupts
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtl8723b_hal.h258 void SetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val);
259 void GetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val);
260 u8 SetHalDefVar8723B(struct adapter *padapter, enum HAL_DEF_VARIABLE variable,
262 u8 GetHalDefVar8723B(struct adapter *padapter, enum HAL_DEF_VARIABLE variable,
Dhal_com.h241 void SetHwReg(struct adapter *padapter, u8 variable, u8 *val);
242 void GetHwReg(struct adapter *padapter, u8 variable, u8 *val);
245 u8 SetHalDefVar(struct adapter *adapter, enum HAL_DEF_VARIABLE variable,
247 u8 GetHalDefVar(struct adapter *adapter, enum HAL_DEF_VARIABLE variable,
/Linux-v4.19/Documentation/core-api/
Dlocal_ops.rst39 Local atomic operations only guarantee variable modification atomicity wrt the
72 different CPU between getting the per-cpu variable and doing the
79 * Reading the local cpu variable will provide the current copy of the
80 variable.
84 variable can be read when reading some *other* cpu's variables.
105 access to the per cpu variable. For instance::
131 the ``local_t`` variable as a counter of bytes written in a buffer: there should
160 /* This is what incrementing the variable would look like within a
/Linux-v4.19/Documentation/acpi/
Dssdt-overlays.txt101 In order to load SSDTs from an EFI variable the efivar_ssdt kernel command line
102 parameter can be used. The argument for the option is the variable name to
106 In order to store the AML code in an EFI variable the efivarfs filesystem can be
111 EFI variable. Updating a file in /sys/firmware/efi/efivars will update the EFI
112 variable. Please note that the file name needs to be specially formatted as
114 represent the attributes of the EFI variable (see EFI_VARIABLE_MASK in
119 variable with the content from a given file:
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dhw.h29 void rtl8723be_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
46 void rtl8723be_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);

12345678910>>...23