/Linux-v6.1/Documentation/kbuild/ |
D | kbuild.rst | 31 Additional options to pass when preprocessing. The preprocessing options 37 Additional options to the assembler (for built-in and modules). 41 Additional assembler options for modules. 45 Additional assembler options for built-in. 49 Additional options to the C compiler (for built-in and modules). 53 Additional options to the Rust compiler (for built-in and modules). 57 Additional options for $(CC) when used to compile 62 Additional module specific options to use for $(CC). 66 Additional options for $(RUSTC) when used to compile 71 Additional module specific options to use for $(RUSTC). [all …]
|
/Linux-v6.1/security/integrity/evm/ |
D | Kconfig | 27 additional info to the calculation, requires existing EVM 31 bool "Additional SMACK xattrs" 35 Include additional SMACK xattrs for HMAC calculation. 44 additional info to the calculation, requires existing EVM 48 bool "Add additional EVM extended attributes at runtime" 52 Allow userland to provide additional xattrs for HMAC calculation. 54 When this option is enabled, root can add additional xattrs to the
|
/Linux-v6.1/drivers/media/usb/dvb-usb/ |
D | vp702x.h | 21 * request: 0xB2; i: 0; v: 0; b[0] = 0, b[1] = subcmd, additional buffer 23 * request: 0xB3; i: 0; v: 0; b[0] = 0xB3, additional buffer */ 26 /* additional in buffer: 31 /* additional in buffer: 36 /* additional out buffer: 39 * additional in buffer: 44 /* additional out buffer: 47 * additional in buffer: 53 /* additional in buffer: 58 /* additional in buffer:
|
/Linux-v6.1/rust/alloc/ |
D | raw_vec.rs | 256 /// additional` elements. If it doesn't already have enough capacity, will 276 pub fn reserve(&mut self, len: usize, additional: usize) { in reserve() 285 additional: usize, in reserve() 287 handle_reserve(slf.grow_amortized(len, additional)); in reserve() 290 if self.needs_to_grow(len, additional) { in reserve() 291 do_reserve_and_handle(self, len, additional); in reserve() 304 pub fn try_reserve(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in try_reserve() 305 if self.needs_to_grow(len, additional) { in try_reserve() 306 self.grow_amortized(len, additional) in try_reserve() 319 /// additional` elements. If it doesn't already, will reallocate the [all …]
|
/Linux-v6.1/drivers/mfd/ |
D | Kconfig | 110 additional drivers must be enabled in order to use the 142 additional drivers must be enabled in order to use the 221 sub-devices. This driver will instantiate additional drivers such 324 for accessing the device, additional drivers must be enabled in 336 for accessing the device, additional drivers must be enabled in 349 Additional drivers must be enabled in order to use the functionality 365 Additional drivers must be enabled in order to use the functionality 377 Additional drivers must be enabled in order to use the functionality 389 Additional drivers must be enabled in order to use the specific 398 DLN-2. Additional drivers such as I2C_DLN2, GPIO_DLN2, [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/jaketown/ |
D | uncore-interconnect.json | 208 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 218 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 228 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 239 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 250 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 261 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 272 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 283 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 294 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 305 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | wm8960.txt | 13 R24 (Additional control 2) gets set, indicating that ADCLRC and DACLRC pins 26 hp-cfg[0]: HPSEL[1:0] of R48 (Additional Control 4). 27 hp-cfg[1]: {HPSWEN:HPSWPOL} of R24 (Additional Control 2). 28 hp-cfg[2]: {TOCLKSEL:TOEN} of R23 (Additional Control 1). 33 gpio-cfg[1]: {GPIOPOL:GPIOSEL[2:0]} of R48 (Additional Control 4).
|
/Linux-v6.1/drivers/usb/storage/ |
D | Kconfig | 38 Say Y here to include additional code to support the power-saving function 84 Say Y here to include additional code to support storage devices 106 Say Y here to include additional code to support the Sandisk SDDR-09 115 Say Y here to include additional code to support the Sandisk SDDR-55 123 Say Y here to include additional code to support the Lexar Jumpshot 131 Say Y here to include additional code to support the Olympus MAUSB-10 143 Say Y here to include additional code to support the Maxtor OneTouch 156 Say Y here to include additional code to support the Rio Karma
|
/Linux-v6.1/fs/ubifs/ |
D | debug.h | 171 /* Additional journal messages */ 175 /* Additional TNC messages */ 179 /* Additional lprops messages */ 181 /* Additional LEB find messages */ 183 /* Additional mount messages */ 187 /* Additional I/O messages */ 189 /* Additional commit messages */ 191 /* Additional budgeting messages */ 193 /* Additional log messages */ 195 /* Additional gc messages */ [all …]
|
/Linux-v6.1/Documentation/admin-guide/cifs/ |
D | todo.rst | 22 but additional features would be supportable by the protocol such 32 e) Additional use cases can be optimized to use "compounding" (e.g. 93 v) Additional testing of POSIX Extensions for SMB3.1.1 95 w) Add support for additional strong encryption types, and additional spnego 121 3) Additional performance testing and optimization using iozone and similar - 129 against Windows, Samba and Azure currently - to add additional tests and
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | Kconfig.debug | 20 bool "Enable additional driver debugging" 97 Enable additional logging that may help track down the cause of 110 Enable additional and verbose debugging output that will spam 124 Enable additional and verbose debugging output that will spam 133 bool "Enable additional driver debugging for fence objects" 146 bool "Enable additional driver debugging for detecting dependency cycles" 158 bool "Enable additional driver debugging for GuC"
|
/Linux-v6.1/include/sound/ |
D | wm8960.h | 23 * hp_cfg[0]: HPSEL[1:0] of R48 (Additional Control 4) 24 * hp_cfg[1]: {HPSWEN:HPSWPOL} of R24 (Additional Control 2). 25 * hp_cfg[2]: {TOCLKSEL:TOEN} of R23 (Additional Control 1). 33 * gpio_cfg[1]: {GPIOPOL:GPIOSEL[2:0]} of R48 (Additional Control 4).
|
/Linux-v6.1/include/crypto/ |
D | drbg.h | 61 * buffers around or allocate additional memory, the following data structure 176 /* SP800-90A requires 2**35 bytes additional info str / pers str */ in drbg_max_addtl() 197 * crypto_rng_generate() to allow the caller to provide additional data. 202 * @addtl_input additional information string input buffer 203 * @addtllen length of additional information string buffer 220 * crypto_rng_generate() to allow the caller to provide additional data and 226 * @addtl_input additional information string input buffer 227 * @addtllen length of additional information string buffer 252 * @perslen length of additional information string buffer
|
/Linux-v6.1/arch/x86/include/asm/uv/ |
D | uv_geo.h | 27 /* Additional fields for particular types of hardware */ 29 struct geo_common_s common; /* No additional fields needed */ 33 struct geo_common_s common; /* No additional fields needed */ 37 struct geo_common_s common; /* No additional fields needed */
|
/Linux-v6.1/include/scsi/fc/ |
D | fc_fcp.h | 42 __u8 fc_flags; /* additional len & flags */ 54 __u8 fc_flags; /* additional len & flags */ 60 #define FCP_CMND32_ADD_LEN (16 / 4) /* Additional cdb length */ 85 * Bits 7:2 are the additional FCP_CDB length / 4. 87 #define FCP_CFL_LEN_MASK 0xfc /* mask for additional length */ 88 #define FCP_CFL_LEN_SHIFT 2 /* shift bits for additional length */
|
/Linux-v6.1/arch/hexagon/kernel/ |
D | hexagon_ksyms.c | 13 /* Additional functions */ 26 /* Additional variables */ 36 /* Additional functions */
|
/Linux-v6.1/drivers/acpi/acpica/ |
D | exresnte.c | 114 /* Return an additional reference to the object */ in acpi_ex_resolve_node_to_value() 132 /* Return an additional reference to the object */ in acpi_ex_resolve_node_to_value() 147 /* Return an additional reference to the object */ in acpi_ex_resolve_node_to_value() 161 /* Return an additional reference to the object */ in acpi_ex_resolve_node_to_value() 189 /* Return an additional reference to the object */ in acpi_ex_resolve_node_to_value() 211 /* Return an additional reference to the object */ in acpi_ex_resolve_node_to_value()
|
D | utxferror.c | 27 * format - Printf format string + additional args 59 * format - Printf format string + additional args in ACPI_EXPORT_SYMBOL() 101 * format - Printf format string + additional args in ACPI_EXPORT_SYMBOL() 130 * PARAMETERS: format - Printf format string + additional args in ACPI_EXPORT_SYMBOL() 161 * format - Printf format string + additional args in ACPI_EXPORT_SYMBOL() 195 * format - Printf format string + additional args in ACPI_EXPORT_SYMBOL() 238 * format - Printf format string + additional args in ACPI_EXPORT_SYMBOL()
|
/Linux-v6.1/tools/scripts/ |
D | Makefile.arch | 16 # Additional ARCH settings for x86 24 # Additional ARCH settings for sparc 32 # Additional ARCH settings for sh
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | evm | 102 validate the EVM signature, and allows additional attributes 104 additional attributes are added (and on files possessing those 105 additional attributes) will only be valid if the same 106 additional attributes are configured on system boot. Writing
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-interconnect.json | 446 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 456 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 466 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 477 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 488 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 499 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 510 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 521 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 532 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… 543 …additional ECC data). In half-width (L0p) mode, the fits are only 10 bits, and therefore it take… [all …]
|
/Linux-v6.1/drivers/net/ethernet/freescale/fman/ |
D | fman_port.h | 72 /* A structure for additional Rx port parameters */ 85 /* A structure for additional non-Rx port parameters */ 95 /* A union for additional parameters depending on port type */ 108 /* Additional parameters depending on port type. */
|
/Linux-v6.1/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_mfw_req.h | 75 u8 mac_add1[8]; /* Additional Programmed MAC Addr 1. */ 76 u8 mac_add2[8]; /* Additional Programmed MAC Addr 2. */ 112 u8 mac_add1[8]; /* Additional Programmed MAC Addr 1. */ 113 u8 mac_add2[8]; /* Additional Programmed MAC Addr 2. */ 136 u8 mac_add1[8]; /* Additional Programmed MAC Addr 1. */
|
/Linux-v6.1/fs/vboxsf/ |
D | shfl_hostintf.h | 139 /** The available additional information in a shfl_fsobjattr object. */ 141 /** No additional information is available / requested. */ 144 * The additional unix attributes (shfl_fsobjattr::u::unix_attr) are 149 * The additional extended attribute size (shfl_fsobjattr::u::size) is 165 * Additional unix Attributes, these are available when 166 * shfl_fsobjattr.additional == SHFLFSOBJATTRADD_UNIX. 233 /** The additional attributes available. */ 234 enum shfl_fsobjattr_add additional; member 237 * Additional attributes. 239 * Unless explicitly specified to an API, the API can provide additional [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/ |
D | common-and-microarch.json | 309 …ounter counts each memory read access counted by L1D_CACHE that incurs additional latency because … 387 …additional latency because it returns instructions from outside of the Level 1 instruction cache o… 393 …ounter counts each memory read access counted by L2D_CACHE that incurs additional latency because … 399 …ounter counts each memory read access counted by L3D_CACHE that incurs additional latency because … 477 "PublicDescription": "Access with additional latency from alignment", 480 "BriefDescription": "Access with additional latency from alignment" 483 "PublicDescription": "Load with additional latency from alignment", 486 "BriefDescription": "Load with additional latency from alignment" 489 "PublicDescription": "Store with additional latency from alignment", 492 "BriefDescription": "Store with additional latency from alignment"
|