/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | maintidi.c | 100 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 …]
|
D | maintidi.h | 49 void *variable; /* Variable that will receive value */ member
|
/linux-4.4.14/include/linux/ |
D | percpu-defs.h | 303 #define __pcpu_size_call_return(stem, variable) \ argument 305 typeof(variable) pscr_ret__; \ 306 __verify_pcpu_ptr(&(variable)); \ 307 switch(sizeof(variable)) { \ 308 case 1: pscr_ret__ = stem##1(variable); break; \ 309 case 2: pscr_ret__ = stem##2(variable); break; \ 310 case 4: pscr_ret__ = stem##4(variable); break; \ 311 case 8: pscr_ret__ = stem##8(variable); break; \ 318 #define __pcpu_size_call_return2(stem, variable, ...) \ argument 320 typeof(variable) pscr2_ret__; \ [all …]
|
D | ieee80211.h | 870 u8 variable[0]; member 879 u8 variable[0]; member 886 u8 variable[0]; member 893 u8 variable[0]; member 904 u8 variable[0]; member 908 u8 variable[0]; member 916 u8 variable[0]; member 925 u8 variable[0]; member 929 u8 variable[0]; member 934 u8 variable[0]; member [all …]
|
D | sctp.h | 377 sctp_sack_variable_t variable[0]; member 429 __u8 variable[0]; member
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | ieee80211_ext.h | 188 u8 variable[0]; member 197 u8 variable[0]; member 204 u8 variable[0]; member 211 u8 variable[0]; member 222 u8 variable[0]; member 226 u8 variable[0]; member 234 u8 variable[0]; member 243 u8 variable[0]; member 275 u8 variable[0]; member 279 u8 variable[0]; member
|
D | hal_intf.h | 183 void (*SetHwRegHandler)(struct adapter *padapter, u8 variable, 185 void (*GetHwRegHandler)(struct adapter *padapter, u8 variable, 255 void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val); 256 void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val);
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-efi-vars | 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 75 and variable key name.
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_80211.h | 21 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-4.4.14/scripts/coccinelle/misc/ |
D | ifaddr.cocci | 1 /// 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"
|
D | returnvar.cocci | 2 /// 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-4.4.14/Documentation/networking/ |
D | netif-msg.txt | 15 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
|
D | ipvs-sysctl.txt | 15 enabled and the variable is automatically set to 2, otherwise 16 the strategy is disabled and the variable is set to 1. 108 is enabled and the variable is automatically set to 2, 109 otherwise the strategy is disabled and the variable is set to
|
D | regulatory.txt | 41 The alpha2 is passed as an environment variable under the variable COUNTRY.
|
D | radiotap-headers.txt | 7 Radiotap headers are variable-length and extensible, you can get most of the
|
D | x25-iface.txt | 110 variable netdev_dropping when a new frame is received. The driver
|
D | iphase.txt | 110 can provide more debug trace if needed. There is a bit mask variable,
|
D | ip-sysctl.txt | 9 This variable is special, its change resets all configuration 666 This global variable controls the amount of unsent data for 668 to the global variable has immediate effect. 758 hash bucket containing a number of cache entries. This variable limits 933 Group records are variable length, with a minimum of 12 bytes. 947 Controls the IGMP query robustness variable (see RFC2236 8.1). 1303 Controls the MLD query robustness variable (see RFC3810 9.1). 1396 variable shall be ignored. 1410 variable shall be ignored. 1733 we provide this variable to control the enforcement of the
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig.txt | 34 This environment variable can be used to specify a default kernel config 56 use the environment variable KCONFIG_ALLCONFIG as a flag or a filename 71 (usually a subset of all) preset config symbols. These variable 96 This variable can be used to skew the probabilities. This variable can 126 If this variable has a non-blank value, it prevents silent kernel 131 This environment variable can be set to specify the path & name of the 136 This environment variable can be set to specify the path & name of the 141 This environment variable can be set to specify the path & name of the 186 It is possible to select different color themes using the variable
|
D | kbuild.txt | 69 2) Environment variable KBUILD_EXTMOD 70 3) Environment variable SUBDIRS 84 the UTS_MACHINE variable, and on some architectures also the kernel config. 179 This variable allows a passphrase or PIN to be passed to the sign-file
|
D | makefiles.txt | 138 If foo.o shall be built as a module, the variable obj-m is used. 194 variable. 276 the corresponding obj- variable will be set, and kbuild will descend 282 It is good practice to use a CONFIG_ variable when assigning directory 303 This variable is necessary because the top Makefile owns the 304 variable $(KBUILD_CFLAGS) and uses it for compilation flags for the 511 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) 513 In the above example, -Wno-unused-but-set-variable will be added to 547 be an expanded variable or a macro. 606 done utilising the variable hostprogs-y. [all …]
|
D | modules.txt | 403 installation path using the variable INSTALL_MOD_PATH: 408 INSTALL_MOD_PATH may be set as an ordinary shell variable or, 513 Use "make" variable KBUILD_EXTRA_SYMBOLS 527 kbuild this is done by referencing the CONFIG_ variable
|
D | kconfig-language.txt | 153 This imports the environment variable into Kconfig. It behaves like 355 The recommended way to do so is to use a config variable named HAVE_* 379 config variable to select HAVE_GENERIC_IOMAP. 381 Note: the use of the internal config variable HAVE_GENERIC_IOMAP, it is
|
/linux-4.4.14/fs/efivarfs/ |
D | Kconfig | 7 variable support via sysfs, as it doesn't suffer from the 8 same 1024-byte variable size limit.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | samsung-sxgbe.txt | 9 These interrupts are ordered by fixed and follows variable 13 index 1 to 25 - 8 variable trasmit interrupts, variable 16 receive interrupts
|
/linux-4.4.14/Documentation/ |
D | local_ops.txt | 30 Local atomic operations only guarantee variable modification atomicity wrt the 61 different CPU between getting the per-cpu variable and doing the 68 - Reading the local cpu variable will provide the current copy of the 69 variable. 73 variable can be read when reading some _other_ cpu's variables. 90 the per cpu variable. For instance : 115 the local_t variable as a counter of bytes written in a buffer : there should 144 /* This is what incrementing the variable would look like within a
|
D | this_cpu_ops.txt | 10 this_cpu operations add a per cpu variable offset to the processor 12 operating on the per cpu variable. 27 Access to the variable without the lock prefix is not synchronized but 30 processor should be accessing that variable and therefore there are no 129 Takes the offset of a per cpu variable (&x !) and returns the address 130 of the per cpu variable that belongs to the currently executing 159 cpu variable. Most this_cpu operations take a cpu variable. 163 &x and hence p is the *offset* of a per cpu variable. this_cpu_ptr() 164 takes the offset of a per cpu variable which makes this look a bit 221 preemption. If a per cpu variable is not used in an interrupt context [all …]
|
D | coccinelle.txt | 49 use is specified by setting the MODE variable with 'MODE=<mode>'. 93 To enable verbose messages set the V= variable, for example: 98 the parallelism, set the J= variable. For example, to run across 4 CPUs: 106 The optional make variable COCCI can be used to check a single 107 semantic patch. In that case, the variable must be initialized with 139 COCCI variable may additionally be used to only apply a single 143 MODE variable explained above. 149 variable.
|
D | gdb-kernel-debugging.txt | 151 function lx_module -- Find module by name and return the module variable 152 function lx_per_cpu -- Return per-cpu variable 153 function lx_task_by_pid -- Find Linux task by PID and return the task_struct variable 154 function lx_thread_info -- Calculate Linux thread_info from task variable
|
D | volatile-considered-harmful.txt | 4 C programmers have often taken volatile to mean that the variable could be 8 as a sort of easy atomic variable, which they are not. The use of volatile in 59 when the processor is busy-waiting on the value of a variable. The right 82 - The jiffies variable is special in that it can have a different value
|
D | lzo.txt | 26 - the number of literals to copy, which is retained in variable "state" 37 Lengths are always encoded on a variable size starting with a small number 41 around 255:1). The variable length encoding using #bits is always the same : 61 literals were copied. This is the information stored in the <state> variable
|
D | memory-barriers.txt | 458 an ACQUIRE on a given variable, all memory accesses preceding any prior 459 RELEASE on that same variable are guaranteed to be visible. In other 460 words, within a given variable's critical section, all accesses of all 461 previous critical sections for that variable are guaranteed to have 562 variable B might be stored in an even-numbered cache line. Then, if the 565 but the old value of the variable B (2). 632 variable 'a' is always non-zero, it would be well within its rights 700 In addition, you need to be careful what you do with the local variable 'q', 722 between the load from variable 'a' and the store to variable 'b'. It is 804 to the same variable, a barrier() statement is required at the [all …]
|
D | ramoops.txt | 36 variable while setting 0 in that variable dumps only the panics.
|
D | atomic_ops.txt | 104 variable a, then the compiler is within its rights transforming this to 127 variable a, then the compiler is within its rights to manufacture an 140 of registers: reloading from variable a could save a flush to the 149 variable a is set at boot time before the second CPU is brought online 174 locks, or atomic operations if variable a can change at runtime! 256 This performs an atomic exchange operation on the atomic variable v, setting 257 the given new value. It returns the old value that the atomic variable v had
|
D | CodingStyle | 245 variable "tmp", which is much easier to write, and not the least more 262 LOCAL variable names should be short, and to the point. If you have 266 variable that is used to hold a temporary value. 268 If you are afraid to mix up your local variable names, you have another 648 2) macros that depend on having a local variable with a magic name: 675 ret is a common name for a local variable - __foo_ret is less likely 676 to collide with an existing variable. 728 introduces an opportunity for a bug when the pointer variable type is changed 897 If you have a function or variable which may potentially go unused in a 900 a preprocessor conditional. (However, if a function or variable *always* goes
|
D | kselftest.txt | 32 You can use the "TARGETS" variable on the make command line to specify
|
D | robust-futexes.txt | 11 A futex is in essence a user-space address, e.g. a 32-bit lock variable 18 When the owner thread releases the futex, it notices (via the variable 73 in another task, and the futex variable might have been simply mmap()-ed
|
D | sparse.txt | 102 The optional make variable CF can be used to pass arguments to sparse. The
|
D | module-signing.txt | 105 means of the KBUILD_SIGN_PIN variable. 227 $KBUILD_SIGN_PIN environment variable.
|
D | iostats.txt | 102 are summed (possibly overflowing the unsigned long variable they are
|
D | circular-buffers.txt | 58 than 1 if multiple items or variable-sized items are to be included in the
|
D | printk-formats.txt | 1 If variable is of Type, use printk format specifier:
|
D | kmemleak.txt | 154 kmemleak_erase - erase an old value in a pointer variable
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | hw.h | 29 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);
|
D | hw.c | 306 void rtl8723be_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl8723be_get_hw_reg() argument 312 switch (variable) { in rtl8723be_get_hw_reg() 353 "switch case not process %x\n", variable); in rtl8723be_get_hw_reg() 408 void rtl8723be_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl8723be_set_hw_reg() argument 417 switch (variable) { in rtl8723be_set_hw_reg() 727 variable); in rtl8723be_set_hw_reg()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | hw.h | 29 void rtl92ee_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val); 44 void rtl92ee_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
|
D | hw.c | 296 void rtl92ee_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92ee_get_hw_reg() argument 302 switch (variable) { in rtl92ee_get_hw_reg() 343 "switch case not process %x\n", variable); in rtl92ee_get_hw_reg() 427 void rtl92ee_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92ee_set_hw_reg() argument 436 switch (variable) { in rtl92ee_set_hw_reg() 688 "switch case not process %x\n", variable); in rtl92ee_set_hw_reg()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | hw.h | 46 u8 variable, u8 *val); 63 void rtl92se_set_hw_reg(struct ieee80211_hw *hw, u8 variable,
|
D | hw.c | 45 void rtl92se_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92se_get_hw_reg() argument 51 switch (variable) { in rtl92se_get_hw_reg() 88 void rtl92se_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92se_set_hw_reg() argument 97 switch (variable) { in rtl92se_set_hw_reg()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | hw.h | 33 void rtl88ee_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val); 48 void rtl88ee_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
|
D | hw.c | 314 void rtl88ee_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl88ee_get_hw_reg() argument 320 switch (variable) { in rtl88ee_get_hw_reg() 360 "switch case not process %x\n", variable); in rtl88ee_get_hw_reg() 365 void rtl88ee_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl88ee_set_hw_reg() argument 374 switch (variable) { in rtl88ee_set_hw_reg() 738 "switch case not process %x\n", variable); in rtl88ee_set_hw_reg()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | hw.h | 33 void rtl8723e_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val); 50 void rtl8723e_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
|
D | hw.c | 97 void rtl8723e_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl8723e_get_hw_reg() argument 103 switch (variable) { in rtl8723e_get_hw_reg() 151 void rtl8723e_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl8723e_set_hw_reg() argument 160 switch (variable) { in rtl8723e_set_hw_reg()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | hw.h | 97 void rtl92cu_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val); 98 void rtl92cu_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
|
D | hw.c | 1531 void rtl92cu_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92cu_get_hw_reg() argument 1537 switch (variable) { in rtl92cu_get_hw_reg() 1607 void rtl92cu_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92cu_set_hw_reg() argument 1617 switch (variable) { in rtl92cu_set_hw_reg()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | hw.h | 33 void rtl92de_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val); 48 void rtl92de_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
|
D | hw.c | 117 void rtl92de_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92de_get_hw_reg() argument 123 switch (variable) { in rtl92de_get_hw_reg() 174 void rtl92de_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92de_set_hw_reg() argument 184 switch (variable) { in rtl92de_set_hw_reg()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | hw.h | 29 void rtl8821ae_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val); 46 void rtl8821ae_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
|
D | hw.c | 409 void rtl8821ae_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl8821ae_get_hw_reg() argument 416 switch (variable) { in rtl8821ae_get_hw_reg() 483 "switch case not process %x\n", variable); in rtl8821ae_get_hw_reg() 488 void rtl8821ae_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl8821ae_set_hw_reg() argument 498 switch (variable) { in rtl8821ae_set_hw_reg() 803 "switch case not process %x\n", variable); in rtl8821ae_set_hw_reg()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | hw.h | 46 void rtl92ce_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val); 61 void rtl92ce_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
|
D | hw.c | 97 void rtl92ce_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92ce_get_hw_reg() argument 103 switch (variable) { in rtl92ce_get_hw_reg() 151 void rtl92ce_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92ce_set_hw_reg() argument 162 switch (variable) { in rtl92ce_set_hw_reg() 556 "switch case %d not processed\n", variable); in rtl92ce_set_hw_reg()
|
/linux-4.4.14/drivers/staging/rtl8188eu/ |
D | TODO | 5 - convert any remaining unusual variable types 16 Perhaps delete it, perhaps assign to some local variable.
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | hal_intf.c | 122 void rtw_hal_set_hwreg(struct adapter *adapt, u8 variable, u8 *val) in rtw_hal_set_hwreg() argument 125 adapt->HalFunc.SetHwRegHandler(adapt, variable, val); in rtw_hal_set_hwreg() 128 void rtw_hal_get_hwreg(struct adapter *adapt, u8 variable, u8 *val) in rtw_hal_get_hwreg() argument 131 adapt->HalFunc.GetHwRegHandler(adapt, variable, val); in rtw_hal_get_hwreg()
|
D | usb_halinit.c | 1197 static void hw_var_set_opmode(struct adapter *Adapter, u8 variable, u8 *val) in hw_var_set_opmode() argument 1254 static void hw_var_set_macaddr(struct adapter *Adapter, u8 variable, u8 *val) in hw_var_set_macaddr() argument 1265 static void hw_var_set_bssid(struct adapter *Adapter, u8 variable, u8 *val) in hw_var_set_bssid() argument 1276 static void hw_var_set_bcn_func(struct adapter *Adapter, u8 variable, u8 *val) in hw_var_set_bcn_func() argument 1288 static void SetHwReg8188EU(struct adapter *Adapter, u8 variable, u8 *val) in SetHwReg8188EU() argument 1294 switch (variable) { in SetHwReg8188EU() 1314 hw_var_set_opmode(Adapter, variable, val); in SetHwReg8188EU() 1317 hw_var_set_macaddr(Adapter, variable, val); in SetHwReg8188EU() 1320 hw_var_set_bssid(Adapter, variable, val); in SetHwReg8188EU() 1361 hw_var_set_bcn_func(Adapter, variable, val); in SetHwReg8188EU() [all …]
|
/linux-4.4.14/scripts/ |
D | Makefile.extrawarn | 26 warning-1 += $(call cc-option, -Wunused-but-set-variable) 27 warning-1 += $(call cc-option, -Wunused-const-variable)
|
/linux-4.4.14/arch/mips/sgi-ip22/ |
D | Platform | 7 # current variable will break so for 64-bit kernels we have to raise the start 24 # be 16kb aligned or the handling of the current variable will break.
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xpc_sn2.c | 167 return FETCHOP_LOAD_OP(TO_AMO((u64)&amo->variable), FETCHOP_CLEAR); in xpc_receive_IRQ_amo_sn2() 179 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_OR, flag); in xpc_send_IRQ_sn2() 188 ret = xp_nofault_PIOR((u64 *)GLOBAL_MMR_ADDR(NASID_GET(&amo->variable), in xpc_send_IRQ_sn2() 250 FETCHOP_STORE_OP(TO_AMO((u64)&amos[BIT_WORD(from_nasid / 2)].variable), in xpc_send_local_activate_IRQ_sn2() 389 variable), FETCHOP_OR, chctl.all_flags); in xpc_send_local_notify_IRQ_sn2() 477 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_OR, in xpc_indicate_partition_engaged_sn2() 487 variable), in xpc_indicate_partition_engaged_sn2() 505 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_AND, in xpc_indicate_partition_disengaged_sn2() 515 variable), in xpc_indicate_partition_disengaged_sn2() 537 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_AND, in xpc_assume_partition_disengaged_sn2() [all …]
|
/linux-4.4.14/Documentation/fb/ |
D | api.txt | 50 additional information, which are stored in the variable screen information 88 stored in the variable screen information grayscale field. 93 specified by the variable screen information bpp field. 104 specified by the variable screen information bpp field. 118 Each component is stored in a macropixel according to the variable screen 127 Each pixel value is stored in the number of bits reported by the variable 135 Each component is stored in a macropixel according to the variable screen 141 identifier stored in the variable screen information grayscale field. 221 To modify variable information, applications call the FBIOPUT_VSCREENINFO
|
D | framebuffer.txt | 55 an alternative frame buffer device by setting the environment variable 86 - You can request and change variable information about the hardware, like
|
D | intel810.txt | 28 - Supports a variable range of horizontal and vertical resolution and
|
/linux-4.4.14/samples/pktgen/ |
D | README.rst | 29 The global variable being set is also listed. E.g. the required 30 interface/device parameter "-i" sets variable $DEV.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | android.txt | 10 Set the NDK variable to point to the path where you installed the NDK: 33 NDK sysroot environment variable. 42 3. Set the NDK toolchain environment variable.
|
D | perf-data.txt | 21 It's possible to set data-convert debug variable to get debug messages from conversion,
|
D | perf.txt | 16 Setup debug variable (see list below) in value
|
D | perf-probe.txt | 157 'NAME' specifies the name of this argument (optional). You can use the name of local variable, loca… 159 …pe based on debuginfo. You can specify 'string' type only for the local variable or structure memb… 201 Add a probe on schedule() function 12th line with recording cpu local variable:
|
D | perf-script-perl.txt | 195 functions expects a $context variable, which is the same as the 196 $context variable passed into every event handler as the second
|
/linux-4.4.14/scripts/coccinelle/iterators/ |
D | itnull.cocci | 85 cocci.print_main("iterator-bound variable",p1) 93 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
|
D | use_after_iter.cocci | 2 /// variable ends up pointing to an address at an offset from the list head, 146 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)
|
D | device_node_continue.cocci | 1 /// Device node iterators put the previous value of the index variable, so an
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 747 len -= offsetof(struct ieee80211_mgmt, u.probe_req.variable); in OnProbeReq23a() 749 ie = cfg80211_find_ie(WLAN_EID_SSID, mgmt->u.probe_req.variable, len); in OnProbeReq23a() 799 pie = mgmt->u.beacon.variable; in OnBeacon23a() 800 pie_len = pkt_len - offsetof(struct ieee80211_mgmt, u.beacon.variable); in OnBeacon23a() 935 pframe = mgmt->u.auth.variable; in OnAuth23a() 936 len = skb->len - offsetof(struct ieee80211_mgmt, u.auth.variable); in OnAuth23a() 1117 pie = mgmt->u.auth.variable; in OnAuth23aClient23a() 1118 plen -= offsetof(struct ieee80211_mgmt, u.auth.variable); in OnAuth23aClient23a() 1350 pos = mgmt->u.assoc_req.variable; in OnAssocReq23a() 1351 left -= offsetof(struct ieee80211_mgmt, u.assoc_req.variable); in OnAssocReq23a() [all …]
|
D | rtw_wlan_util.c | 881 pie_len = pkt_len - offsetof(struct ieee80211_mgmt, u.beacon.variable); in rtw_check_bcn_info23a() 884 p = cfg80211_find_ie(WLAN_EID_DS_PARAMS, mgmt->u.beacon.variable, in rtw_check_bcn_info23a() 892 mgmt->u.beacon.variable, pie_len); in rtw_check_bcn_info23a() 911 p = cfg80211_find_ie(WLAN_EID_SSID, mgmt->u.beacon.variable, pie_len); in rtw_check_bcn_info23a() 950 p = cfg80211_find_ie(WLAN_EID_RSN, mgmt->u.beacon.variable, pie_len); in rtw_check_bcn_info23a() 965 mgmt->u.beacon.variable, pie_len); in rtw_check_bcn_info23a() 1024 len = pkt_len - offsetof(struct ieee80211_mgmt, u.beacon.variable); in update_beacon23a_info() 1026 p = cfg80211_find_ie(WLAN_EID_HT_OPERATION, mgmt->u.beacon.variable, in update_beacon23a_info() 1031 p = cfg80211_find_ie(WLAN_EID_ERP_INFO, mgmt->u.beacon.variable, len); in update_beacon23a_info()
|
/linux-4.4.14/fs/ntfs/ |
D | super.c | 114 #define NTFS_GETOPT_WITH_DEFAULT(option, variable, default_value) \ in parse_options() argument 117 variable = default_value; \ in parse_options() 119 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options() 124 #define NTFS_GETOPT(option, variable) \ in parse_options() argument 128 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options() 132 #define NTFS_GETOPT_UID(option, variable) \ in parse_options() argument 140 variable = make_kuid(current_user_ns(), uid_value); \ in parse_options() 141 if (!uid_valid(variable)) \ in parse_options() 144 #define NTFS_GETOPT_GID(option, variable) \ in parse_options() argument 152 variable = make_kgid(current_user_ns(), gid_value); \ in parse_options() [all …]
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
D | mspec.h | 52 u64 variable; member
|
/linux-4.4.14/drivers/misc/cxl/ |
D | Makefile | 1 ccflags-y := -Werror -Wno-unused-const-variable
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | arm,scpi.txt | 39 "arm,scpi-dvfs-clocks" - all the clocks that are variable and index based. 45 "arm,scpi-variable-clocks" - all the clocks that are variable and provide full 136 compatible = "arm,scpi-variable-clocks";
|
/linux-4.4.14/drivers/staging/nvec/ |
D | TODO | 7 message in a variable (and return the error code).
|
/linux-4.4.14/arch/mips/sgi-ip32/ |
D | Platform | 6 # a multiple of the kernel stack size or the handling of the current variable
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 54 - "variable-drop-compensation" (default) 58 "variable-drop-compensation". 83 If present, distortion compensation variable uses DCC coefficient.
|
D | cs42l52.txt | 19 Fs = Sample Rate (variable)
|
D | st,sta32x.txt | 50 "variable-drop-compensation".
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | brcm,bcm7038-pwm.txt | 10 its internal variable clock frequency generator
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
D | Platform | 6 # be 16kb aligned or the handling of the current variable will break.
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.h | 38 void rtl92e_set_reg(struct net_device *dev, u8 variable, u8 *val);
|
/linux-4.4.14/drivers/scsi/ |
D | stex.c | 225 u32 variable[0]; member 236 u8 variable[STATUS_VAR_LEN]; member 416 dst = (struct st_sgtable *)req->variable; in stex_map_sg() 448 dst = (struct st_sgtable *)req->variable; in stex_ss_map_sg() 669 memset(&req->variable[0], 0, 8); in stex_queuecommand_lck() 721 struct status_msg *resp, unsigned int variable) in stex_copy_data() argument 725 memcpy(ccb->sense_buffer, resp->variable, in stex_copy_data() 726 min(variable, ccb->sense_bufflen)); in stex_copy_data() 732 scsi_sg_copy_from_buffer(ccb->cmd, resp->variable, variable); in stex_copy_data() 741 le32_to_cpu(*(__le32 *)&resp->variable[0])); in stex_check_cmd()
|
/linux-4.4.14/drivers/staging/rtl8723au/ |
D | TODO | 5 - convert any remaining unusual variable types
|
/linux-4.4.14/scripts/kconfig/ |
D | streamline_config.pl | 279 my $variable = $2; 285 $process .= $start . $variable;
|
D | Makefile | 238 moc=`pkg-config --variable=host_bins Qt5Core`/moc; \ 242 moc=`pkg-config --variable=moc_location QtCore`; \
|
/linux-4.4.14/tools/perf/tests/attr/ |
D | README | 4 by the PERF_TEST_ATTR environment variable and hook inside the 17 is triggered when the PERF_TEST_ATTR environment variable is
|
/linux-4.4.14/net/ax25/ |
D | TODO | 13 the race caused by the static variable in it's previous implementation.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-scsi_tape | 45 variable length block sizes. 76 variable length block sizes.
|
D | configfs-usb-gadget | 90 2: unicode string with environment variable
|
D | sysfs-firmware-acpi | 69 as the power button, it can also handle a variable
|
D | sysfs-class-mtd | 81 For devices that have variable eraseblock sizes, this
|
D | sysfs-block | 117 devices the physical_block_size variable contains the
|
/linux-4.4.14/Documentation/arm/ |
D | tcm.txt | 134 printk("TCM variable from testrun: %u @ %p\n", tcmvar, &tcmvar); 136 printk("TCM variable: 0x%x @ %p\n", tcmvar, &tcmvar); 138 printk("TCM assigned variable: 0x%x @ %p\n", tcmassigned, &tcmassigned);
|
D | vlocks.txt | 76 As long as the last_vote variable is globally visible to all CPUs, it 180 * The "no votes yet" value used for the last_vote variable is 0 (not 186 variable, so that no CPU uses the value 0 for its ID.
|
D | memory.txt | 56 of the high_memory variable, and VMALLOC_END
|
D | Porting | 98 last virtual RAM address (found using variable high_memory).
|
/linux-4.4.14/Documentation/cpuidle/ |
D | sysfs.txt | 87 The behavior and the effect of the disable variable depends on the 90 then all deeper states are disabled as well, but the disable variable
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | renesas,r8a7740-cpg-clocks.txt | 6 and several fixed ratio and variable ratio dividers.
|
D | renesas,cpg-div6-clocks.txt | 3 The CPG DIV6 clocks are variable factor clocks provided by the Clock Pulse
|
D | renesas,rz-cpg-clocks.txt | 3 The CPG generates core clocks for the RZ SoCs. It includes the PLL, variable
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 216 pframe = mgmt->u.beacon.variable; in ConstructBeacon() 217 pktlen = offsetof(struct ieee80211_mgmt, u.beacon.variable); in ConstructBeacon() 407 pktlen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in ConstructProbeRsp() 412 memcpy(mgmt->u.probe_resp.variable, cur_network->IEs, in ConstructProbeRsp()
|
/linux-4.4.14/Documentation/filesystems/ |
D | efivarfs.txt | 2 efivarfs - a (U)EFI variable filesystem
|
/linux-4.4.14/tools/perf/tests/ |
D | make | 27 # standard single make variable specified 66 # all the NO_* variable combined 131 # define test for each compile as 'test_NAME' variable
|
/linux-4.4.14/Documentation/hwmon/ |
D | hwmon-kernel-api.txt | 85 SENSOR_DEVICE_ATTR defines a struct sensor_device_attribute variable. 97 SENSOR_DEVICE_ATTR_2 defines a struct sensor_device_attribute_2 variable,
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | socfpga_cyclone5_sockit.dts | 36 /* this allow the ethaddr uboot environmnet variable contents
|
D | socfpga_arria5_socdk.dts | 36 /* this allow the ethaddr uboot environmnet variable contents
|
D | socfpga_cyclone5_socdk.dts | 36 /* this allow the ethaddr uboot environmnet variable contents
|
/linux-4.4.14/net/mac80211/ |
D | mesh.c | 1028 pos = mgmt->u.probe_req.variable; in ieee80211_mesh_rx_probe_req() 1092 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_mesh_rx_bcn_presp() 1096 ieee802_11_parse_elems(mgmt->u.probe_resp.variable, len - baselen, in ieee80211_mesh_rx_bcn_presp() 1188 u8 *pos = mgmt->u.action.u.chan_switch.variable; in mesh_fwd_csa_frame() 1228 pos = mgmt->u.action.u.chan_switch.variable; in mesh_rx_csa_frame() 1230 u.action.u.chan_switch.variable); in mesh_rx_csa_frame()
|
D | ibss.c | 86 pos = (u8 *)mgmt + offsetof(struct ieee80211_mgmt, u.beacon.variable); in ieee80211_ibss_build_presp() 1549 pos = mgmt->u.probe_req.variable; in ieee80211_rx_mgmt_probe_req() 1590 BUILD_BUG_ON(offsetof(typeof(mgmt->u.probe_resp), variable) != in ieee80211_rx_mgmt_probe_beacon() 1591 offsetof(typeof(mgmt->u.beacon), variable)); in ieee80211_rx_mgmt_probe_beacon() 1597 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_rx_mgmt_probe_beacon() 1601 ieee802_11_parse_elems(mgmt->u.probe_resp.variable, len - baselen, in ieee80211_rx_mgmt_probe_beacon() 1645 u.action.u.chan_switch.variable); in ieee80211_ibss_rx_queued_mgmt() 1651 mgmt->u.action.u.chan_switch.variable, in ieee80211_ibss_rx_queued_mgmt()
|
D | scan.c | 208 elements = mgmt->u.probe_resp.variable; in ieee80211_scan_rx() 209 baselen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in ieee80211_scan_rx() 211 baselen = offsetof(struct ieee80211_mgmt, u.beacon.variable); in ieee80211_scan_rx() 212 elements = mgmt->u.beacon.variable; in ieee80211_scan_rx()
|
D | mlme.c | 2557 pos = mgmt->u.auth.variable; in ieee80211_auth_challenge() 2892 pos = mgmt->u.assoc_resp.variable; in ieee80211_assoc_success() 3152 pos = mgmt->u.assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp() 3248 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_rx_mgmt_probe_resp() 3252 ieee802_11_parse_elems(mgmt->u.probe_resp.variable, len - baselen, in ieee80211_rx_mgmt_probe_resp() 3308 baselen = (u8 *) mgmt->u.beacon.variable - (u8 *) mgmt; in ieee80211_rx_mgmt_beacon() 3328 ieee802_11_parse_elems(mgmt->u.beacon.variable, in ieee80211_rx_mgmt_beacon() 3438 ncrc = ieee802_11_parse_elems_crc(mgmt->u.beacon.variable, in ieee80211_rx_mgmt_beacon() 3470 ret = cfg80211_get_p2p_attr(mgmt->u.beacon.variable, in ieee80211_rx_mgmt_beacon() 3634 u.action.u.chan_switch.variable); in ieee80211_sta_rx_queued_mgmt() [all …]
|
D | tdls.c | 1456 ie_start = tf->u.chan_switch_req.variable; in ieee80211_tdls_find_sw_timing_ie() 1661 int baselen = offsetof(typeof(*tf), u.chan_switch_resp.variable); in ieee80211_process_tdls_channel_switch_resp() 1690 ieee802_11_parse_elems(tf->u.chan_switch_resp.variable, in ieee80211_process_tdls_channel_switch_resp() 1752 int baselen = offsetof(typeof(*tf), u.chan_switch_req.variable); in ieee80211_process_tdls_channel_switch_req() 1801 ieee802_11_parse_elems(tf->u.chan_switch_req.variable, in ieee80211_process_tdls_channel_switch_req()
|
D | mesh_plink.c | 16 #define PLINK_CNF_AID(mgmt) ((mgmt)->u.action.u.self_prot.variable + 2) 1165 baseaddr = mgmt->u.action.u.self_prot.variable; in mesh_rx_plink_frame() 1166 baselen = (u8 *) mgmt->u.action.u.self_prot.variable - (u8 *) mgmt; in mesh_rx_plink_frame()
|
D | mesh_hwmp.c | 885 baselen = (u8 *) mgmt->u.action.u.mesh_action.variable - (u8 *) mgmt; in mesh_rx_path_sel_frame() 886 ieee802_11_parse_elems(mgmt->u.action.u.mesh_action.variable, in mesh_rx_path_sel_frame()
|
/linux-4.4.14/samples/bpf/ |
D | Makefile | 53 HOSTCFLAGS_bpf_load.o += -I$(objtree)/usr/include -Wno-unused-variable
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 218 my %variable; 338 chomp ($variable{"PWD"} = `pwd`); 691 if (defined($variable{$var})) { 692 $retval = "$retval$variable{$var}"; 777 delete $variable{$lvalue}; 780 $variable{$lvalue} = $rvalue; 819 return defined($variable{$2}) || 4076 THIS_DIR := $variable{"PWD"}
|
/linux-4.4.14/Documentation/i2c/ |
D | summary | 5 slow two-wire protocol (variable speed, up to 400 kHz), with a high speed
|
D | i2c-protocol | 70 If you set the I2C_M_NOSTART variable for the first partial message,
|
D | upgrading-clients | 198 can also remove the ret variable as it is not needed for any
|
/linux-4.4.14/Documentation/power/ |
D | userland-swsusp.txt | 40 last argument of ioctl() should be a pointer to an int variable, 64 last argument should be a pointer to an unsigned int variable that will 68 (the last argument should be a pointer to a loff_t variable that
|
D | freezing-of-tasks.txt | 21 variable system_freezing_cnt (as opposed to a per-task flag) is used to indicate 23 sets this variable. After this, it executes try_to_freeze_tasks() that sends a
|
/linux-4.4.14/net/wireless/ |
D | scan.c | 1038 u.probe_resp.variable); in cfg80211_inform_bss_frame_data() 1041 BUILD_BUG_ON(offsetof(struct ieee80211_mgmt, u.probe_resp.variable) != in cfg80211_inform_bss_frame_data() 1042 offsetof(struct ieee80211_mgmt, u.beacon.variable)); in cfg80211_inform_bss_frame_data() 1056 if (WARN_ON(len < offsetof(struct ieee80211_mgmt, u.probe_resp.variable))) in cfg80211_inform_bss_frame_data() 1059 channel = cfg80211_get_bss_channel(wiphy, mgmt->u.beacon.variable, in cfg80211_inform_bss_frame_data() 1070 memcpy(ies->data, mgmt->u.probe_resp.variable, ielen); in cfg80211_inform_bss_frame_data()
|
D | mlme.c | 29 u8 *ie = mgmt->u.assoc_resp.variable; in cfg80211_rx_assoc_resp() 30 int ieoffs = offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in cfg80211_rx_assoc_resp()
|
/linux-4.4.14/Documentation/scsi/ |
D | advansys.txt | 82 variable 'asc_dbglvl'. The higher the number the more output. By 95 If the driver is built as a loadable module this variable can be 179 the 'asc_iopflag' variable and 'asc_ioport' array when loading
|
D | arcmsr_spec.txt | 112 ** (B) Command block : variable length of data including length, 114 ** (C) Return data : variable length of data 123 ** (D) 4th and following bytes : variable length data bytes
|
D | st.txt | 32 used only in variable block mode (I don't know if this is sensible 64 The driver supports fixed and variable block size (within buffer 68 In variable block mode, the byte count in write() determines the size 387 variable block mode (if applicable). 439 variable) (global) 455 reading in variable block mode to enhance performance when
|
D | osd.txt | 5 allocation, placement, and accessing of variable-size data-storage containers,
|
D | ChangeLog.1992-1997 | 62 * scsi_proc.c (dispatch_scsi_info): Removed unused variable. 913 * u14-34f.c: Use Scsi_Host can_queue variable instead of one from template. 1156 * scsi.c (scsi_pid): New variable - gives each command a unique 1223 * sr.c: Remove stray task_struct* variable that was no longer 1777 * st.c: Support for variable block size. 2003 * seagate.c (controller_type): New variable to keep track of ST0x or
|
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 102 # This is the variable where the next core to boot os stored
|
/linux-4.4.14/drivers/firmware/efi/ |
D | Kconfig | 10 Interface) variable information via sysfs. You may read,
|
/linux-4.4.14/tools/build/ |
D | Build.include | 91 # - BUILD_STR macro to allow '-D"$(variable)"' constructs
|
/linux-4.4.14/Documentation/locking/ |
D | spinlocks.txt | 40 touches a shared variable has to agree about the spinlock they want 120 where an interrupt tries to lock an already locked variable. This is ok if
|
D | mutex-design.txt | 65 to acquire the lock spinning on a local variable. It avoids expensive
|
/linux-4.4.14/Documentation/RCU/ |
D | rcubarrier.txt | 166 Line 6 sets a global variable that prevents any RCU callbacks from 170 global variable. 251 rcu_barrier_cpu_count variable and finalizes the completion when it
|
D | NMI-RCU.txt | 25 This nmi_callback variable is a global function pointer to the current
|
D | rcu_dereference.txt | 29 operators. For example, for a given variable "x", avoid 114 the address of the variable "default_struct", it is free to
|
/linux-4.4.14/arch/metag/lib/ |
D | divsi3.S | 13 !! Since core is signed divide case, just set control variable
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2354 u.assoc_req.variable); in rtw_cfg80211_indicate_sta_assoc() 2357 u.reassoc_req.variable); in rtw_cfg80211_indicate_sta_assoc() 2741 if (head_len < offsetof(struct ieee80211_mgmt, u.beacon.variable)) in rtw_add_beacon() 2758 ielen = len - offsetof(struct ieee80211_mgmt, u.beacon.variable); in rtw_add_beacon() 2762 tmpmgmt->u.beacon.variable, ielen)) in rtw_add_beacon() 2766 rtw_ies_remove_ie23a(tmpmgmt->u.beacon.variable, &ielen, 0, in rtw_add_beacon() 2768 rtw_ies_remove_ie23a(tmpmgmt->u.beacon.variable, &ielen, 0, in rtw_add_beacon() 2771 len = ielen + offsetof(struct ieee80211_mgmt, u.beacon.variable); in rtw_add_beacon()
|
/linux-4.4.14/arch/arm64/boot/dts/arm/ |
D | juno-base.dtsi | 93 compatible = "arm,scpi-variable-clocks";
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 75 variable ahd_debug in that file to find them.
|
D | Kconfig.aic7xxx | 80 variable ahc_debug in that file to find them.
|
/linux-4.4.14/drivers/vme/bridges/ |
D | vme_tsi148.c | 61 unsigned long long *variable) in reg_join() argument 63 *variable = (unsigned long long)high << 32; in reg_join() 64 *variable |= (unsigned long long)low; in reg_join() 67 static void reg_split(unsigned long long variable, unsigned int *high, in reg_split() argument 70 *low = (unsigned int)variable & 0xFFFFFFFF; in reg_split() 71 *high = (unsigned int)(variable >> 32); in reg_split()
|
/linux-4.4.14/Documentation/hid/ |
D | hid-sensor.txt | 16 and also the individual data fields. Each sensor can have variable number of 222 Each reports can be of variable length preceded by a header. This header
|
D | hiddev.txt | 133 HIDIOCGNAME - string (variable length)
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | machinecheck | 43 interval. The check_interval variable is both the initial and
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_mp_ioctl.h | 83 u32 variable; member
|
/linux-4.4.14/net/sctp/ |
D | outqueue.c | 1110 frags = sack->variable; in sctp_sack_update_unack_data() 1131 sctp_sack_variable_t *frags = sack->variable; in sctp_outq_sack() 1660 frags = sack->variable; in sctp_acked()
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | rockchip-io-domain.txt | 4 IO domain voltages on some Rockchip SoCs are variable but need to be
|
/linux-4.4.14/block/ |
D | Kconfig | 58 can handle complicated SCSI commands: tagged variable length cdbs
|
/linux-4.4.14/Documentation/vm/ |
D | cleancache.txt | 254 8) Why is a global variable required? 258 variable. Since cleancache is enabled dynamically at runtime, systems 261 global variable allows cleancache to be enabled by default at compile
|
/linux-4.4.14/fs/xfs/ |
D | Kconfig | 11 variable block sizes, is extent based, and makes extensive use of
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_store.S | 53 | in the USER_FPn variable on the stack because all exception
|
/linux-4.4.14/scripts/coccinelle/null/ |
D | deref_null.cocci | 2 /// A variable is dereferenced under a NULL test.
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | ChangeLog | 55 register type out of FPREG, and getting rid of the union variable
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 163 increments the nr_running variable. 169 the nr_running variable.
|
D | sched-nice-design.txt | 91 1.5%, instead of the variable 3%-5%-9% range they got in the old
|
D | completion.txt | 42 create a variable of type struct completion. The structure used for
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 188 The trace variable is a bitmask; each bit represents a certain feature. 190 below, add the values together and supply that to the trace variable.
|
/linux-4.4.14/Documentation/frv/ |
D | atomic-ops.txt | 122 CONFIG_FRV_OUTOFLINE_ATOMIC_OPS configuration variable. Making it out-of-line has a number of
|
/linux-4.4.14/Documentation/input/ |
D | amijoy.txt | 154 This should be noted when doing variable beam displays.
|
D | yealink.txt | 24 If you encounter problems please check if in the MAKE_OPTS variable in
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs.txt | 14 pnfs_layout_segment, usually referred to by the variable name lseg.
|
/linux-4.4.14/arch/nios2/ |
D | Kconfig | 134 Use bootargs env variable from u-boot for kernel command line.
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 121 It is ideal if drivers can cope with a variable number of MSI interrupts; 152 If a driver is unable or unwilling to deal with a variable number of MSI 277 It is ideal if drivers can cope with a variable number of MSI-X interrupts; 315 If a driver is unable or unwilling to deal with a variable number of MSI-X
|
/linux-4.4.14/Documentation/video4linux/ |
D | radiotrack.txt | 41 these limits, experiments did not give promising results. The variable
|
/linux-4.4.14/ |
D | Makefile | 673 KBUILD_CFLAGS += $(call cc-disable-warning, unused-variable) 687 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) 688 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
|
/linux-4.4.14/Documentation/security/ |
D | keys-trusted-encrypted.txt | 4 key ring service. Both of these new types are variable length symmetric keys,
|
/linux-4.4.14/Documentation/sound/oss/ |
D | mwave | 127 The doc=yes parameter is an environment variable used by my init scripts, not
|
/linux-4.4.14/tools/perf/config/ |
D | utilities.mak | 173 # Usage: absolute-executable-path-or-empty = $(call get-executable-or-default,variable,default)
|
/linux-4.4.14/Documentation/gpio/ |
D | drivers-on-gpio.txt | 56 - spi_gpio: drivers/spi/spi-gpio.c is used to drive an SPI bus (variable number
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 719 size_t hlen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wil_fix_bcon() 727 bcon->proberesp_ies = f->u.probe_resp.variable; in wil_fix_bcon()
|
D | wmi.c | 358 const u8 *ie_buf = rx_mgmt_frame->u.beacon.variable; in wmi_evt_rx_mgmt() 360 u.beacon.variable); in wmi_evt_rx_mgmt()
|
/linux-4.4.14/drivers/net/wireless/ |
D | at76c50x-usb.c | 1535 el_off = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in at76_guess_freq() 1536 el = ((struct ieee80211_mgmt *)hdr)->u.probe_resp.variable; in at76_guess_freq() 1538 el_off = offsetof(struct ieee80211_mgmt, u.beacon.variable); in at76_guess_freq() 1539 el = ((struct ieee80211_mgmt *)hdr)->u.beacon.variable; in at76_guess_freq()
|
/linux-4.4.14/arch/ |
D | Kconfig | 411 - local variable's address used as part of the right hand side of an 413 - local variable is an array (or union containing an array),
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 351 the __LC_KERNEL_STACK variable in the spare prefix area for this cpu 376 variable to point to the current running process & can retrieve it with the 539 2) In functions with variable arguments e.g. printf the calling procedure 540 is identical to one without variable arguments & the same number of 971 for finding out when a particular variable changes. 1599 print or p: displays variable or register 1602 display: prints variable or register each time program stops 1620 set <variable>=value 1678 This will watch a variable till it changes 1680 watch cnt, will watch the variable cnt till it changes.
|
D | monreader.txt | 165 negative value for the number of bytes read. In this case, the errno variable
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | README.FPE | 144 is caused by a failure to alias fp_current to the kernel variable
|
/linux-4.4.14/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 175 used. This needs to be converted by initializing the status variable of the
|
D | watchdog-api.txt | 91 timeout used in the same variable, and this timeout might differ from
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache-policies.txt | 38 the cache is based on variable thresholds and queue selection is based
|
D | statistics.txt | 64 instead of the "jiffies" variable. When this argument is
|
/linux-4.4.14/Documentation/networking/caif/ |
D | spi_porting.txt | 43 variable indicates whether the GPIO should be asserted (HIGH) or
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 439 ies = mgmt->u.assoc_req.variable; in ath6kl_connect_ap_mode_sta() 444 ies = mgmt->u.reassoc_req.variable; in ath6kl_connect_ap_mode_sta()
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | main.c | 1004 ie = bcn->u.beacon.variable; in b43legacy_write_beacon_template() 1005 variable_len = len - offsetof(struct ieee80211_mgmt, u.beacon.variable); in b43legacy_write_beacon_template() 1026 u.beacon.variable); in b43legacy_write_beacon_template() 1093 ie_start = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in b43legacy_generate_probe_resp() 1095 u.beacon.variable)); in b43legacy_generate_probe_resp()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | rx.c | 495 pos = (u8 *)mgmt->u.beacon.variable; in carl9170_find_ie()
|
/linux-4.4.14/Documentation/powerpc/ |
D | bootwrapper.txt | 113 (arch/powerpc/boot/Makefile) by adding targets to the $image-y variable. Look
|
/linux-4.4.14/Documentation/isdn/ |
D | README.hysdn | 101 The state variable indicates the actual drivers state for this card with the
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | main.c | 85 pos = (u8 *)mgmt->u.beacon.variable; in p54_find_ie()
|