/linux/drivers/accessibility/speakup/ |
H A D | Kconfig | 13 There is also a mailing list at the above url that you 57 help on the Speakup choice above for more info. 66 help on the Speakup choice above for more info. 74 help on the Speakup choice above for more info. 82 Speakup choice above for more info. 90 help on the Speakup choice above for more info. 99 help on the Speakup choice above for more info. 108 configuration help on the Speakup choice above for more 120 choice above for more info. choice 142 configuration help on the Speakup choice above for more [all …]
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_syncmap.c | 279 unsigned int above; in __sync_set() local 288 above = fls64(__sync_branch_prefix(p, id) ^ p->prefix); in __sync_set() 289 above = round_up(above, SHIFT); in __sync_set() 290 next->height = above + p->height; in __sync_set() 302 idx = p->prefix >> (above - SHIFT) & MASK; in __sync_set()
|
/linux/Documentation/arch/x86/x86_64/ |
H A 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/Documentation/userspace-api/media/dvb/ |
H A 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/Documentation/admin-guide/device-mapper/ |
H A 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/Documentation/ABI/testing/ |
H A 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
|
H A 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/Documentation/core-api/ |
H A 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/Documentation/RCU/ |
H A 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/include/net/caif/ |
H A D | caif_layer.h | 238 #define layer_set_up(layr, above) ((layr)->up = (struct cflayer *)(above)) argument
|
/linux/arch/arc/kernel/ |
H A D | entry.S | 64 ; 1. Any forked task (Reach here via BRne above) 65 ; 2. First ever init task (Reach here via return from JL above) 68 ; a kernel thread which is executed via JL above but always returns 185 ; don't call ret_from_system_call as it saves r0, already done above
|
/linux/drivers/firmware/smccc/ |
H A D | Kconfig | 6 Call (HVC) instructions on Armv7 and above architectures. 16 success on firmware compliant to SMCCC v1.1 and above.
|
/linux/Documentation/misc-devices/ |
H A 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/Documentation/hwmon/ |
H A D | ina3221.rst | 37 is above this value 41 average is above this value. 51 when the respective current is above this value
|
H A 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/Documentation/driver-api/memory-devices/ |
H A 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/Documentation/arch/arm/ |
H A 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/arch/arm/boot/dts/amazon/ |
H A 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/lib/ |
H A D | test_ubsan.c | 72 volatile char above[4] = { }; /* Protect surrounding memory. */ in test_ubsan_out_of_bounds() local 76 above[0] = below[0]; in test_ubsan_out_of_bounds()
|
/linux/Documentation/networking/ |
H A 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/tools/testing/selftests/net/packetdrill/ |
H A D | tcp_zerocopy_epoll_edge.pkt | 37 // receive only one EPOLLERR for the two sends above. 45 // receive only one EPOLLERR for the third send above.
|
H A D | tcp_zerocopy_epoll_exclusive.pkt | 39 // receive only one EPOLLERR for the two sends above. 47 // receive only one EPOLLERR for the third send above.
|
/linux/LICENSES/deprecated/ |
H A D | Linux-OpenIB | 13 - Redistributions of source code must retain the above copyright 16 - Redistributions in binary form must reproduce the above copyright
|
/linux/Documentation/arch/mips/ |
H A 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/Documentation/firmware-guide/acpi/apei/ |
H A D | einj.rst | 21 It doesn't necessarily mean that EINJ is not supported if those above 64 The format of the file contents are as above, except present are only 70 are defined in the file available_error_type above. 80 Present for kernel versions 3.13 and above. Used to specify which 100 physical memory address. [Unless "flag" is set - see above] 104 Same use as param1 above. For example, if error type is of memory 131 Provides the same functionality as available_error_types above, but
|