Home
last modified time | relevance | path

Searched refs:triple (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8192e/
Ddot11d.c115 struct chnl_txpow_triple *triple; in dot11d_update_country() local
121 triple = (struct chnl_txpow_triple *)(country + 3); in dot11d_update_country()
123 if (max_channel_number >= triple->first_channel) { in dot11d_update_country()
129 if (MAX_CHANNEL_NUMBER < (triple->first_channel + in dot11d_update_country()
130 triple->num_channels)) { in dot11d_update_country()
137 for (j = 0; j < triple->num_channels; j++) { in dot11d_update_country()
138 dot11d_info->channel_map[triple->first_channel + j] = 1; in dot11d_update_country()
139 dot11d_info->max_tx_power_list[triple->first_channel + j] = in dot11d_update_country()
140 triple->max_tx_power; in dot11d_update_country()
141 max_channel_number = triple->first_channel + j; in dot11d_update_country()
[all …]
/Linux-v6.6/tools/bpf/bpftool/
Djit_disasm.c85 char *triple; in init_context() local
88 triple = LLVMNormalizeTargetTriple(arch); in init_context()
90 triple = LLVMGetDefaultTargetTriple(); in init_context()
91 if (!triple) { in init_context()
95 *ctx = LLVMCreateDisasm(triple, NULL, 0, NULL, symbol_lookup_callback); in init_context()
96 LLVMDisposeMessage(triple); in init_context()
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-kernel-reboot19 Description: Reboot type. Valid values are: bios acpi kbd triple efi pci
/Linux-v6.6/Documentation/hwmon/
Dtmp513.rst28 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
/Linux-v6.6/Documentation/arch/x86/x86_64/
Dboot-options.rst129 triple
130 Force a triple fault (init)
/Linux-v6.6/Documentation/filesystems/
Dsysv-fs.rst222 - 1 triple-indirect block (pointer to pointers to pointers to blocks)
/Linux-v6.6/Documentation/kbuild/
Dllvm.rst89 ``CROSS_COMPILE`` or target-triple-prefixes become unnecessary. Example::
/Linux-v6.6/Documentation/arch/x86/
Dkernel-stacks.rst98 the IST stackpointer to a guard hole to catch triple nesting.
/Linux-v6.6/drivers/gpu/drm/
DKconfig154 triple buffering 300.
/Linux-v6.6/Documentation/trace/
Dftrace-uses.rst191 cause the system to crash, and possibly reboot via a triple fault.
Dftrace.rst3342 is hit. Perhaps it's a function that is called before a triple
/Linux-v6.6/drivers/crypto/
DKconfig131 and uses triple-DES to generate secure random numbers like the
/Linux-v6.6/Documentation/gpu/
Dtodo.rst658 Backlight drivers have a triple enable/disable state, which is a bit overkill.
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dhist-v4l2.rst538 ``base[3]`` array anticipating double- and triple-buffering in
/Linux-v6.6/Documentation/admin-guide/media/
Dvivid.rst602 triple tap, move from left to right, zoom in, zoom out, palm press (simulating
/Linux-v6.6/Documentation/networking/
Dcan.rst1251 [ triple-sampling { on | off } ]
/Linux-v6.6/Documentation/admin-guide/
Dkernel-parameters.txt5414 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,