| /linux/rust/kernel/alloc/ |
| A D | vec_ext.rs | 74 fn reserve(&mut self, additional: usize, flags: Flags) -> Result<(), AllocError>; in reserve() 113 fn reserve(&mut self, additional: usize, _flags: Flags) -> Result<(), AllocError> { in reserve() 114 Vec::reserve(self, additional); in reserve() 119 fn reserve(&mut self, additional: usize, flags: Flags) -> Result<(), AllocError> { in reserve() 123 if cap - len >= additional { in reserve() 134 let new_cap = core::cmp::max(cap * 2, len.checked_add(additional).ok_or(AllocError)?); in reserve()
|
| /linux/security/integrity/evm/ |
| A D | Kconfig | 28 additional info to the calculation, requires existing EVM 36 Include additional SMACK xattrs for HMAC calculation. 45 additional info to the calculation, requires existing EVM 49 bool "Add additional EVM extended attributes at runtime" 53 Allow userland to provide additional xattrs for HMAC calculation. 55 When this option is enabled, root can add additional xattrs to the
|
| /linux/drivers/scsi/ |
| A D | constants.c | 307 static const struct error_info additional[] = variable 385 for (i = 0; i < ARRAY_SIZE(additional); i++) { in scsi_extd_sense_format() 386 if (additional[i].code12 == code) in scsi_extd_sense_format() 388 offset += additional[i].size; in scsi_extd_sense_format()
|
| /linux/Documentation/iio/ |
| A D | ad7944.rst | 131 In "chain" mode, additional chips will appear as additional voltage input 147 In "chain" mode, additional chips will appear as additional voltage input
|
| /linux/drivers/usb/storage/ |
| 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
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-class-led-multicolor | 11 For additional details please refer to 23 For additional details please refer to
|
| A D | sysfs-bus-iio-ina2xx-adc | 9 in-driver readout rate at the cost of an additional register read. 12 save the additional i2c transaction, which will improve the bandwidth
|
| A 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/drivers/gpu/drm/i915/ |
| A D | Kconfig.debug | 37 bool "Enable additional driver debugging" 118 Enable additional logging that may help track down the cause of 131 Enable additional and verbose debugging output that will spam 145 Enable additional and verbose debugging output that will spam 154 bool "Enable additional driver debugging for fence objects" 167 bool "Enable additional driver debugging for detecting dependency cycles" 179 bool "Enable additional driver debugging for GuC"
|
| /linux/Documentation/core-api/irq/ |
| A D | concepts.rst | 21 Architectures can assign additional meaning to the IRQ numbers, and 24 assigning this kind of additional meaning.
|
| /linux/Documentation/input/devices/ |
| A D | appletouch.rst | 20 Frank Arnold for further improvements, and Alex Harper for some additional 32 will give additional functionalities, like acceleration, scrolling, 2 finger 37 example). For additional configuration, see the synaptics driver documentation::
|
| /linux/Documentation/timers/ |
| A D | hpet.rst | 11 additional hardware to support periodic interrupts. The comparators are 16 comparators are additional interrupt sources with no particular system
|
| /linux/arch/arm64/boot/dts/qcom/ |
| A D | msm8916-modem-qdsp6.dtsi | 6 * but boards can define additional codecs by adding additional backend DAI links.
|
| /linux/Documentation/mm/ |
| A D | remap_file_pages.rst | 9 require the kernel to create additional VMA (Virtual Memory Area) data 30 vm.max_map_count limit more easily due to additional VMAs. See comment for
|
| /linux/Documentation/devicetree/bindings/iommu/ |
| A D | ti,omap-iommu.txt | 13 and needs no additional data in the pargs specifier. Please 24 syscon node that contains the additional control
|
| /linux/Documentation/devicetree/bindings/phy/ |
| A D | phy-bindings.txt | 30 In order to differentiate between these 2 PHYs, an additional specifier should be 71 device defined previously. Note that the phy handle has an additional specifier
|
| /linux/Documentation/devicetree/bindings/powerpc/4xx/ |
| A D | cpm.txt | 36 If they are the same, the additional 39 refresh mode and any additional power
|
| /linux/Documentation/devicetree/bindings/ata/ |
| A D | sata_highbank.yaml | 32 Indicates the number of additional clock cycles to transmit before 38 Indicates the number of additional clock cycles to transmit after
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | socfpga-dwmac.txt | 6 The device node has additional properties: 29 This device node has additional phandle dependency, the sgmii converter:
|
| /linux/Documentation/driver-api/firmware/ |
| A D | fw_upload.rst | 12 documentation for firmware fallback. It also adds additional sysfs files 116 In addition to the *loading* and *data* sysfs files, there are additional 122 The additional sysfs files are:
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| A D | msi.txt | 10 potentially including additional information. 71 must be described with additional properties. 74 additional properties to describe the relationship between devices on the bus
|
| /linux/arch/arm/configs/ |
| A D | hardening.config | 6 # Dangerous; old interfaces and needless additional attack surface.
|
| /linux/Documentation/hwmon/ |
| A D | hwmon-kernel-api.rst | 17 For additional guidelines on how to write and improve hwmon drivers, please 92 `const struct attribute_group **extra_groups` Null-terminated list of additional non-standard 323 Only additional non-standard sysfs attributes need to be provided. 330 attribute has no additional context. However, in many cases there will be 331 additional information such as a sensor index which will need to be passed 335 which need such additional context information. SENSOR_DEVICE_ATTR requires 336 one additional argument, SENSOR_DEVICE_ATTR_2 requires two.
|
| /linux/Documentation/driver-api/ |
| A D | hsi.rst | 16 signals and an additional READY signal for flow control. An additional WAKE
|
| /linux/Documentation/trace/ |
| A D | sys-t.rst | 34 configfs gets a few additional attributes, which determine per-source 51 do_len switches on/off the additional "payload length" field in the
|