Home
last modified time | relevance | path

Searched full:variable (Results 1 – 25 of 1377) sorted by relevance

12345678910>>...56

/linux-3.3/Documentation/ABI/stable/
Dsysfs-firmware-efi-vars7 see 'Variable Services' in the UEFI specification
21 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
[all …]
/linux-3.3/drivers/hid/
Dhid-waltop.c71 * Input (Variable),
74 * Input (Constant, Variable),
83 * Input (Variable, Relative),
97 * Input (Variable),
104 * Feature (Variable),
115 * Input (Variable),
126 * Input (Variable),
140 * Input (Variable),
142 * Input (Constant, Variable),
154 * Input (Variable),
[all …]
Dhid-uclogic.c43 * Input (Variable),
45 * Input (Constant, Variable),
48 * Input (Variable),
50 * Input (Constant, Variable),
61 * Input (Variable),
65 * Input (Variable),
70 * Input (Variable),
87 * Input (Variable),
99 * Input (Variable, Relative),
115 * Input (Variable),
[all …]
/linux-3.3/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()
1233 Move position to variable with given name
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()
[all …]
/linux-3.3/drivers/acpi/acpica/
Dacpredef.h60 * ACPI_PTYPE1_VAR: Variable length:
67 * 2) PTYPE2 packages contain a Variable-length number of sub-packages. Each
91 * ACPI_PTYPE2_MIN: Each subpackage has a variable but minimum length
167 {{"_AL0", 0, ACPI_RTYPE_PACKAGE}}, /* Variable-length (Refs) */
170 {{"_AL1", 0, ACPI_RTYPE_PACKAGE}}, /* Variable-length (Refs) */
173 {{"_AL2", 0, ACPI_RTYPE_PACKAGE}}, /* Variable-length (Refs) */
176 {{"_AL3", 0, ACPI_RTYPE_PACKAGE}}, /* Variable-length (Refs) */
179 {{"_AL4", 0, ACPI_RTYPE_PACKAGE}}, /* Variable-length (Refs) */
182 {{"_AL5", 0, ACPI_RTYPE_PACKAGE}}, /* Variable-length (Refs) */
185 {{"_AL6", 0, ACPI_RTYPE_PACKAGE}}, /* Variable-length (Refs) */
[all …]
/linux-3.3/include/linux/
Dktime.h30 * On 64-bit CPUs a single 64-bit variable is used to store the hrtimers
75 * ktime_set - Set a ktime_t variable from a seconds/nanoseconds value
99 * Add a ktime_t variable and a scalar nanosecond value.
106 * Subtract a scalar nanosecod from a ktime_t variable
150 /* Set a ktime_t variable to a value in sec/nsec representation: */
201 * ktime_add_ns - Add a scalar nanoseconds value to a ktime_t variable
210 * ktime_sub_ns - Subtract a scalar nanoseconds value from a ktime_t variable
220 * @ts: the timespec variable to convert
222 * Returns a ktime_t variable with the converted timespec value
232 * @tv: the timeval variable to convert
[all …]
Dpercpu.h35 * a direct dereference of percpu variable (var).
169 * Optional methods for optimized non-lvalue per-cpu variable access.
171 * @var can be a percpu variable or a field of it and its size should
229 #define __pcpu_size_call_return(stem, variable) \ argument
230 ({ typeof(variable) pscr_ret__; \
231 __verify_pcpu_ptr(&(variable)); \
232 switch(sizeof(variable)) { \
233 case 1: pscr_ret__ = stem##1(variable);break; \
234 case 2: pscr_ret__ = stem##2(variable);break; \
235 case 4: pscr_ret__ = stem##4(variable);break; \
[all …]
Dpercpu-defs.h5 * Base implementations of per-CPU variable declarations and definitions, where
6 * the section in which the variable is to be placed is provided by the
8 * variable's storage.
52 * __pcpu_scope_* dummy variable is used to enforce scope. It
55 * DECLARE_PER_CPU() is used for the same variable.
57 * __pcpu_unique_* dummy variable is used to enforce symbol uniqueness
84 * Variant on the per-CPU variable declaration/definition theme used for
/linux-3.3/Documentation/device-mapper/
Ddm-uevent.txt19 Variable Name: DM_TARGET
25 Variable Name: DM_ACTION
33 Variable Name: DM_SEQNUM
39 Variable Name: DM_PATH
46 Variable Name: DM_NR_VALID_PATHS
52 Variable Name: DM_NAME
58 Variable Name: DM_UUID
/linux-3.3/arch/m32r/include/asm/
Dlocal.h33 * local_read - read local variable
41 * local_set - set local variable
50 * local_add_return - add long to local variable and return it
81 * local_sub_return - subtract long from local variable and return it
112 * local_add - add long to local variable
121 * local_sub - subtract the local variable
130 * local_sub_and_test - subtract value from variable and test result
141 * local_inc_return - increment local variable and return it
171 * local_dec_return - decrement local variable and return it
201 * local_inc - increment local variable
[all …]
Datomic.h24 * atomic_read - read atomic variable
32 * atomic_set - set atomic variable
41 * atomic_add_return - add integer to atomic variable and return it
72 * atomic_sub_return - subtract integer from atomic variable and return it
103 * atomic_add - add integer to atomic variable
112 * atomic_sub - subtract the atomic variable
121 * atomic_sub_and_test - subtract value from variable and test result
132 * atomic_inc_return - increment atomic variable and return it
162 * atomic_dec_return - decrement atomic variable and return it
192 * atomic_inc - increment atomic variable
[all …]
/linux-3.3/arch/avr32/include/asm/
Duaccess.h106 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
115 * get_user: - Get a simple variable from user space.
116 * @x: Variable to store result.
121 * This macro copies a single simple variable from user space to kernel
125 * @ptr must have pointer-to-simple-variable type, and the result of
129 * On error, the variable @x is set to zero.
145 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
157 * __get_user: - Get a simple variable from user space, with less checking.
158 * @x: Variable to store result.
163 * This macro copies a single simple variable from user space to kernel
[all …]
/linux-3.3/tools/perf/util/
Dprobe-finder.h69 /* For variable searching */
74 struct perf_probe_arg *pvar; /* Current target variable */
75 struct probe_trace_arg *tvar; /* Current result variable */
87 struct variable_list *vls; /* Found variable lists */
88 int nvls; /* Number of variable lists */
89 int max_vls; /* Max no. of variable lists */
/linux-3.3/Documentation/
Dlocal_ops.txt25 Local atomic operations only guarantee variable modification atomicity wrt the
56 different CPU between getting the per-cpu variable and doing the
63 - Reading the local cpu variable will provide the current copy of the
64 variable.
68 variable can be read when reading some _other_ cpu's variables.
85 the per cpu variable. For instance :
110 the local_t variable as a counter of bytes written in a buffer : there should
139 /* This is what incrementing the variable would look like within a
/linux-3.3/drivers/net/wireless/hostap/
Dhostap_80211.h21 u8 variable[0]; member
30 u8 variable[0]; member
37 u8 variable[0]; member
44 u8 variable[0]; member
57 u8 variable[0]; member
/linux-3.3/arch/x86/include/asm/
Datomic64_32.h26 * atomic64_cmpxchg - cmpxchg atomic64 variable
41 * atomic64_xchg - xchg atomic64 variable
62 * atomic64_set - set atomic64 variable
80 * atomic64_read - read atomic64 variable
146 * atomic64_add - add integer to atomic64 variable
162 * atomic64_sub - subtract the atomic64 variable
178 * atomic64_sub_and_test - subtract value from variable and test result
192 * atomic64_inc - increment atomic64 variable
206 * atomic64_dec - decrement atomic64 variable
Datomic64_64.h13 * atomic64_read - read atomic64 variable
25 * atomic64_set - set atomic64 variable
37 * atomic64_add - add integer to atomic64 variable
51 * atomic64_sub - subtract the atomic64 variable
65 * atomic64_sub_and_test - subtract value from variable and test result
84 * atomic64_inc - increment atomic64 variable
97 * atomic64_dec - decrement atomic64 variable
225 * the atomic variable, v, was not decremented.
Datomic.h18 * atomic_read - read atomic variable
29 * atomic_set - set atomic variable
41 * atomic_add - add integer to atomic variable
55 * atomic_sub - subtract integer from atomic variable
69 * atomic_sub_and_test - subtract value from variable and test result
88 * atomic_inc - increment atomic variable
100 * atomic_dec - decrement atomic variable
249 * the atomic variable, v, was not decremented.
/linux-3.3/fs/debugfs/
Dfile.c83 * @value: a pointer to the variable that the file should read to and write
87 * contains the value of the variable @value. If the @mode variable is so
135 * @value: a pointer to the variable that the file should read to and write
139 * contains the value of the variable @value. If the @mode variable is so
187 * @value: a pointer to the variable that the file should read to and write
191 * contains the value of the variable @value. If the @mode variable is so
240 * @value: a pointer to the variable that the file should read to and write
244 * contains the value of the variable @value. If the @mode variable is so
300 * @value: a pointer to the variable that the file should read to and write
324 * @value: a pointer to the variable that the file should read to and write
[all …]
/linux-3.3/tools/usb/
Dhcd-tests.sh127 echo "test 3: $COUNT transfers, variable/short size"
142 echo "test 7a: $COUNT scatterlists, variable size/short entries"
145 echo "test 7b: $COUNT scatterlists, variable size/bigger entries"
148 echo "test 7c: $COUNT scatterlists, variable size/micro entries"
183 # NOTE: these "variable size" reads are just multiples
188 echo "test 4: $COUNT transfers, variable size"
201 echo "test 8: $COUNT scatterlists, variable size entries"
263 echo "write $COUNT variable size buffers, read them back"
/linux-3.3/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-3.3/arch/xtensa/include/asm/
Datomic.h44 * atomic_read - read atomic variable
52 * atomic_set - set atomic variable
61 * atomic_add - add integer to atomic variable
85 * atomic_sub - subtract the atomic variable
151 * atomic_sub_and_test - subtract value from variable and test result
162 * atomic_inc - increment atomic variable
170 * atomic_inc - increment atomic variable
178 * atomic_dec - decrement atomic variable
186 * atomic_dec_return - decrement atomic variable
/linux-3.3/arch/score/include/asm/
Duaccess.h70 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
78 * get_user: - Get a simple variable from user space.
79 * @x: Variable to store result.
84 * This macro copies a single simple variable from user space to kernel
88 * @ptr must have pointer-to-simple-variable type, and the result of
92 * On error, the variable @x is set to zero.
107 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
118 * __get_user: - Get a simple variable from user space, with less checking.
119 * @x: Variable to store result.
124 * This macro copies a single simple variable from user space to kernel
[all …]
/linux-3.3/security/tomoyo/
Denviron.c10 * tomoyo_check_env_acl - Check permission for environment variable's name.
27 * tomoyo_audit_env_log - Audit environment variable name log.
40 * tomoyo_env_perm - Check permission for environment variable's name.
43 * @env: The name of environment variable.
111 * tomoyo_write_misc - Update environment variable list.
/linux-3.3/arch/mips/include/asm/
Duaccess.h136 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
145 * get_user: - Get a simple variable from user space.
146 * @x: Variable to store result.
151 * This macro copies a single simple variable from user space to kernel
155 * @ptr must have pointer-to-simple-variable type, and the result of
159 * On error, the variable @x is set to zero.
175 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
187 * __get_user: - Get a simple variable from user space, with less checking.
188 * @x: Variable to store result.
193 * This macro copies a single simple variable from user space to kernel
[all …]

12345678910>>...56