/openbmc/linux/Documentation/kbuild/ |
H A 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 …]
|
/openbmc/linux/security/integrity/evm/ |
H A 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
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A 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:
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | watchdog_logging.cpp | 17 * @param additional - Additional PEL data 20 void event(std::map<std::string, std::string>& additional, in event() argument 28 // Create PEL with additional data. in event() 29 auto pelId = createPel(eventName, additional, emptyFfdc); in event() 44 // Additional data to be added to PEL object in eventWatchdogTimeout()
|
H A D | watchdog_dbus.hpp | 42 * The additional data provided in the map will be placed in a user data 46 * @param additional - map of additional data 51 std::map<std::string, std::string>& additional,
|
/openbmc/linux/drivers/mfd/ |
H A D | Kconfig | 123 additional drivers must be enabled in order to use the 155 additional drivers must be enabled in order to use the 234 sub-devices. This driver will instantiate additional drivers such 362 for accessing the device, additional drivers must be enabled in 374 for accessing the device, additional drivers must be enabled in 387 Additional drivers must be enabled in order to use the functionality 400 Additional drivers must be enabled in order to use the functionality 412 Additional drivers must be enabled in order to use the functionality 424 Additional drivers must be enabled in order to use the specific 433 DLN-2. Additional drivers such as I2C_DLN2, GPIO_DLN2, [all …]
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_dbus.cpp | 70 // Additional data for log in createPelRaw() 71 std::map<std::string, std::string> additional; in createPelRaw() local 72 additional.emplace("RAWPEL", filePath.string()); in createPelRaw() 73 additional.emplace("_PID", std::to_string(getpid())); in createPelRaw() 85 // append additional dbus call parameters in createPelRaw() 86 method.append(eventPelTerminate, levelPelError, additional); in createPelRaw() 116 // additional dbus call parameters in getPel()
|
H A D | attn_logging.cpp | 98 * to the backend logging code as a raw PEL. Note that additional data map 103 * @param i_additional - additional data to be added to the new PEL 111 // The additional data contains the TI info as well as the value for the in createPelCustom() 112 // subystem that provided the TI info. Get the subystem from additional in createPelCustom() 126 // The entry with key "Subsystem" does not exist in the additional map. in createPelCustom() 175 // The entry with key "Subsystem" does not exist in the additional in createPelCustom() 207 // data (additional data "0x10 HB Word") is reflected in the PEL as in createPelCustom() 234 // The entry with key "Subsystem" does not exist in the additional in createPelCustom() 311 * @param i_additional - Additional PEL data 358 // Create PEL with additional data and FFDC data. The newly created in event() [all …]
|
/openbmc/linux/drivers/usb/storage/ |
H A 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
|
/openbmc/linux/fs/ubifs/ |
H A 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 …]
|
/openbmc/linux/include/sound/ |
H A 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).
|
/openbmc/linux/Documentation/admin-guide/cifs/ |
H A 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
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A 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"
|
/openbmc/linux/rust/alloc/ |
H A D | raw_vec.rs | 291 /// additional` elements. If it doesn't already have enough capacity, will 311 pub fn reserve(&mut self, len: usize, additional: usize) { in reserve() 320 additional: usize, in reserve() 322 handle_reserve(slf.grow_amortized(len, additional)); in reserve() 325 if self.needs_to_grow(len, additional) { in reserve() 326 do_reserve_and_handle(self, len, additional); in reserve() 339 pub fn try_reserve(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in try_reserve() 340 if self.needs_to_grow(len, additional) { in try_reserve() 341 self.grow_amortized(len, additional) in try_reserve() 354 /// additional` elements. If it doesn't already, will reallocate the [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | LPPL-1.2 | 65 1. You must meet any additional conditions borne by the file on the 67 in the subsection `Additional Conditions on Individual Files of 71 applicable additional conditions on the distribution of a modified 73 `Additional Conditions on LaTeX Software Files`. 153 Additional Conditions on Individual Files of The Program 156 An individual file of The Program may bear additional conditions that 158 if, such additional conditions exclusively concern modification of the 166 Additional Conditions on LaTeX Software Files 170 if it is a LaTeX software file), then the following additional 301 If The Program contains any files bearing additional conditions on [all …]
|
H A D | LPPL-1.1 | 65 1. You must meet any additional conditions borne by the file on the 67 in the subsection `Additional Conditions on Individual Files of 71 applicable additional conditions on the distribution of a modified 73 `Additional Conditions on LaTeX Software Files`. 152 Additional Conditions on Individual Files of The Program 155 An individual file of The Program may bear additional conditions that 157 if, such additional conditions exclusively concern modification of the 165 Additional Conditions on LaTeX Software Files 169 if it is a LaTeX software file), then the following additional 300 If The Program contains any files bearing additional conditions on [all …]
|
H A D | BUSL-1.1 | 10 Licensor may make an Additional Use Grant, above, permitting limited 62 later version. Licensor may specify additional Change Licenses without 65 2. To either: (a) specify an additional grant of rights to use that does not 66 impose any additional restriction on the right granted in this License, as 67 the Additional Use Grant; or (b) insert the text “None”.
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | wlf,wm8960.yaml | 56 - gpio-cfg[1]: {GPIOPOL:GPIOSEL[2:0]} of R48 (Additional Control 4). 63 - hp-cfg[0]: HPSEL[1:0] of R48 (Additional Control 4). 64 - hp-cfg[1]: {HPSWEN:HPSWPOL} of R24 (Additional Control 2). 65 - hp-cfg[2]: {TOCLKSEL:TOEN} of R23 (Additional Control 1). 70 If present, the LRCM bit of R24 (Additional control 2) gets set,
|
/openbmc/u-boot/fs/ubifs/ |
H A D | debug.h | 200 /* Additional journal messages */ 204 /* Additional TNC messages */ 208 /* Additional lprops messages */ 210 /* Additional LEB find messages */ 212 /* Additional mount messages */ 216 /* Additional I/O messages */ 218 /* Additional commit messages */ 220 /* Additional budgeting messages */ 222 /* Additional log messages */ 224 /* Additional gc messages */ [all …]
|
/openbmc/linux/include/crypto/ |
H A 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
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A D | cache.json | 448 …d by the L2 pipeline which hit in the L2 cache of type L2Stream (fetch additional sequential lines… 466 …pipeline which hit in the L2 cache of type L2Burst (aggressively fetch additional sequential lines… 472 …d by the L2 pipeline which hit in the L2 cache of type L2Stride (fetch additional lines into L2 ca… 478 …d by the L2 pipeline which hit in the L2 cache of type L1Stream (fetch additional sequential lines… 484 …d by the L2 pipeline which hit in the L2 cache of type L1Stride (fetch additional lines into L1 ca… 490 …d by the L2 pipeline which hit in the L2 cache of type L1Region (fetch additional lines into L1 ca… 502 …hich miss the L2 cache and hit in the L3 cache of type L2Stream (fetch additional sequential lines… 520 …e L2 cache and hit in the L3 cache of type L2Burst (aggressively fetch additional sequential lines… 526 …hich miss the L2 cache and hit in the L3 cache of type L2Stride (fetch additional lines into L2 ca… 532 …hich miss the L2 cache and hit in the L3 cache of type L1Stream (fetch additional sequential lines… [all …]
|
/openbmc/linux/arch/x86/include/asm/uv/ |
H A 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 */
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | platform_message_registry.hpp | 45 "Check additional diagnostic data if available.", 55 "Check additional diagnostic data if available.", 67 "Check additional diagnostic data if available.", 77 "Check additional diagnostic data if available.",
|
/openbmc/qemu/qapi/ |
H A D | introspect.json | 114 # Additional SchemaInfo members for meta-type 'builtin'. 155 # Additional SchemaInfo members for meta-type 'enum'. 195 # Additional SchemaInfo members for meta-type 'array'. 209 # Additional SchemaInfo members for meta-type 'object'. 217 # @variants: variant members, i.e. additional members that depend on 274 # Additional SchemaInfo members for meta-type 'alternate'. 302 # Additional SchemaInfo members for meta-type 'command'. 324 # Additional SchemaInfo members for meta-type 'event'.
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | hexagon_ksyms.c | 13 /* Additional functions */ 24 /* Additional variables */ 34 /* Additional functions */
|