/linux-6.1.9/drivers/accessibility/speakup/ |
D | Kconfig | 13 There is also a mailing list at the above url that you 56 help on the Speakup choice above for more info. 65 help on the Speakup choice above for more info. 73 help on the Speakup choice above for more info. 81 Speakup choice above for more info. 89 help on the Speakup choice above for more info. 98 help on the Speakup choice above for more info. 107 configuration help on the Speakup choice above for more 119 choice above for more info. choice 141 configuration help on the Speakup choice above for more [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/power/supply/ |
D | rohm,bd99954.yaml | 70 # Current used at trickle-charge phase (8 in above chart) 75 # Current used at pre-charge phase (6 in above chart) 80 # Current used at fast charge constant current phase (5 in above chart) 85 # The constant voltage used in fast charging phase (4 in above chart) 91 # when battery voltage exceeds this limit voltage (3 in above chart) 111 # a charge cycle terminates when the battery voltage is above recharge 112 # threshold, and the current is below this setting (7 in above chart)
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_syncmap.c | 282 unsigned int above; in __sync_set() local 291 above = fls64(__sync_branch_prefix(p, id) ^ p->prefix); in __sync_set() 292 above = round_up(above, SHIFT); in __sync_set() 293 next->height = above + p->height; in __sync_set() 305 idx = p->prefix >> (above - SHIFT) & MASK; in __sync_set()
|
/linux-6.1.9/Documentation/x86/x86_64/ |
D | 5level-paging.rst | 43 above 47-bit by default. 46 specifying hint address (with or without MAP_FIXED) above 47-bits. 48 If hint address set above 47-bit, but MAP_FIXED is not specified, we try 65 MPX (without MAWA extension) cannot handle addresses above 47-bit, so we 66 need to make sure that MPX cannot be enabled we already have VMA above
|
/linux-6.1.9/Documentation/userspace-api/media/dvb/ |
D | dvb-frontend-parameters.rst | 65 fe_code_rate_t fec_inner; /* forward error correction (see above) */ 81 fe_code_rate_t fec_inner; /* forward error correction (see above) */ 82 fe_modulation_t modulation; /* modulation type (see above) */ 97 fe_modulation_t modulation; /* modulation type (see above) */ 115 fe_modulation_t constellation; /* modulation type (see above) */
|
/linux-6.1.9/Documentation/devicetree/bindings/ata/ |
D | ceva,ahci-1v84.yaml | 44 The fields for the above parameter must be as shown below:- 56 The fields for the above parameter must be as shown below:- 68 The fields for the above parameter must be as shown below:- 80 The fields for the above parameter must be as shown below:- 90 The fields for the above parameter must be as shown below:- 102 The fields for the above parameter must be as shown below:- 114 The fields for the above parameter must be as shown below:- 126 The fields for the above parameter must be as shown below:-
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-class-power-wilco | 21 level is above charge_control_end_threshold. 32 Used when charge_type="Custom", as described above. Measured in 39 Used when charge_type="Custom", as described above. Measured in
|
D | sysfs-platform-dfl-fme | 134 millidegrees Celsius. If temperature rises at or above this 143 millidegrees Celsius. If temperature rises at or above this 151 millidegrees Celsius. If temperature rises at or above this 159 Description: Read-only. It returns 1 if temperature is currently at or above 166 Description: Read-only. It returns 1 if temperature is currently at or above 192 threshold1 in uW. If power consumption rises at or above 205 threshold2 in uW. If power consumption rises at or above 218 above hardware threshold1 (see 'power1_max'), otherwise 0. 225 above hardware threshold2 (see 'power1_crit'), otherwise 0.
|
/linux-6.1.9/Documentation/admin-guide/device-mapper/ |
D | dm-ima.rst | 180 dm_version_str := As described in the 'Table load' section above. 181 device_metadata := As described in the 'Table load' section above. 187 as described in the 'dm_table_load' above. 219 dm_version_str := As described in the 'Table load' section above. 221 … The format is same as 'device_metadata' described in the 'Table load' section above. 223 … The format is same as 'device_metadata' described in the 'Table load' section above. 225 … The format is same as 'active_table_hash' described in the 'Device resume' section above. 227 … The format is same as 'active_table_hash' described in the 'Device resume' section above. 259 dm_version_str := As described in the 'Table load' section above. 261 … The format is same as 'device_metadata' described in the 'Table load' section above. [all …]
|
/linux-6.1.9/Documentation/core-api/ |
D | unaligned-memory-access.rst | 28 The above may seem a little vague, as memory access can happen in different 39 The rule mentioned above forms what we refer to as natural alignment: 71 It should be obvious from the above that if your code causes unaligned 79 At first, the concepts above may seem a little hard to relate to actual 93 Let us assume that an instance of the above structure resides in memory 101 above case it would insert 2 bytes of padding in between field1 and field2. 114 On a related topic, with the above considerations in mind you may observe 118 above example is:: 148 With the above in mind, let's move onto a real life example of a function 167 In the above function, when the hardware has efficient unaligned access [all …]
|
/linux-6.1.9/include/net/caif/ |
D | caif_layer.h | 240 #define layer_set_up(layr, above) ((layr)->up = (struct cflayer *)(above)) argument
|
/linux-6.1.9/drivers/firmware/smccc/ |
D | Kconfig | 6 Call (HVC) instructions on Armv7 and above architectures. 16 success on firmware compliant to SMCCC v1.1 and above.
|
/linux-6.1.9/Documentation/RCU/ |
D | lockdep-splat.rst | 73 section, but the "other info" list above shows that this is not the 86 the above lockdep-RCU splat because ->queue_lock is held (see #2 in the 87 list above). 105 above lockdep-RCU splat. 115 this change would also suppress the above lockdep-RCU splat.
|
/linux-6.1.9/lib/ |
D | test_ubsan.c | 39 volatile char above[4] = { }; /* Protect surrounding memory. */ in test_ubsan_out_of_bounds() local 43 above[0] = below[0]; in test_ubsan_out_of_bounds()
|
/linux-6.1.9/Documentation/misc-devices/ |
D | bh1770glc.rst | 36 by using a delayed work. As long as there is proximity threshold above 79 All results above the value 80 trigs an interrupt. 65535 (i.e. sensor_range) disables the above 119 RW - Measurement rate (in Hz) when the level is above threshold
|
/linux-6.1.9/Documentation/hwmon/ |
D | ina3221.rst | 37 is above this value 41 average is above this value. 51 when the respective current is above this value
|
D | ds620.rst | 32 stays active until the temperature goes above temp1_max. 35 output pin becomes active when the temperature goes above temp1_max and stays
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | alpine-db.dts | 12 * * Redistributions of source code must retain the above copyright notice, 15 * * Redistributions in binary form must reproduce the above copyright
|
/linux-6.1.9/Documentation/driver-api/memory-devices/ |
D | ti-gpmc.rst | 29 generic timing routine was developed to achieve above requirements. 174 some of the gpmc timings are missing above), and it will result in 176 mentioned above, refer timing routine for more details. To know what 179 IP details (link above).
|
/linux-6.1.9/Documentation/arm/ |
D | booting.rst | 142 A safe location is just above the 128MiB boundary from start of RAM. 157 A safe location is just above the device tree blob which itself will 158 be loaded just above the 128MiB boundary from the start of RAM as 159 recommended above. 176 that it is loaded above 32MiB in order to avoid the need to relocate 193 - r1 = machine type number discovered in (3) above. 221 If the kernel is entered in HYP mode, the above requirements apply to
|
/linux-6.1.9/LICENSES/deprecated/ |
D | Linux-OpenIB | 13 - Redistributions of source code must retain the above copyright 16 - Redistributions in binary form must reproduce the above copyright
|
/linux-6.1.9/Documentation/networking/ |
D | lapb-module.rst | 122 above. The return values are: 149 variables, the lapb_parms_struct is described above. The valid return values 162 variables, the lapb_parms_struct is described above. The values of t1timer, 232 module with lapb_register (see above) in the structure lapb_register_struct 233 (see above). 240 being requested by a call to lapb_connect_request (see above). The reason is 255 driver has called lapb_disconnect_request (see above). The reason indicates 272 returned in response to a lapb_connect_request (see above) if the remote
|
/linux-6.1.9/Documentation/devicetree/bindings/serial/ |
D | nvidia,tegra20-hsuart.txt | 45 its spec) for valid range and Tegra baud rate has to be set above actual 53 to the issue stated above, baud rate on Tegra UART should be set equal to or 54 above deviation observed for avoiding frame errors.
|
/linux-6.1.9/Documentation/mips/ |
D | ingenic-tcu.rst | 15 (OST). It is a 32-bit programmable timer. On JZ4760B and above, it is 38 - On newest SoCs (JZ4750 and above), channels 1-2 operate as TCU2, the 48 - on newer SoCs (JZ4750 and above), channel 5 has its own interrupt;
|
/linux-6.1.9/tools/testing/selftests/net/forwarding/ |
D | sch_ets_tests.sh | 44 local above=$1; shift 55 if ((above)); then
|