Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/Documentation/kbuild/
Dllvm.rst44 ``CROSS_COMPILE`` is used to set a command line flag: ``--target=<triple>``. For
88 As explained above, ``CROSS_COMPILE`` is used to set ``--target=<triple>``.
90 If ``CROSS_COMPILE`` is not specified, the ``--target=<triple>`` is inferred
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-kernel-reboot19 Description: Reboot type. Valid values are: bios acpi kbd triple efi pci
/linux-5.19.10/Documentation/devicetree/bindings/hwmon/
Dti,tmp513.yaml14 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
/linux-5.19.10/Documentation/hwmon/
Dtmp513.rst28 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
/linux-5.19.10/Documentation/x86/x86_64/
Dboot-options.rst129 triple
130 Force a triple fault (init)
/linux-5.19.10/Documentation/devicetree/bindings/mux/
Dmux-controller.yaml54 An example mux controller node look like this (the adg972a chip is a triple
/linux-5.19.10/Documentation/filesystems/
Dsysv-fs.rst222 - 1 triple-indirect block (pointer to pointers to pointers to blocks)
/linux-5.19.10/Documentation/x86/
Dkernel-stacks.rst98 the IST stackpointer to a guard hole to catch triple nesting.
/linux-5.19.10/Documentation/trace/
Dftrace-uses.rst191 cause the system to crash, and possibly reboot via a triple fault.
Dftrace.rst3179 is hit. Perhaps it's a function that is called before a triple
/linux-5.19.10/drivers/gpu/drm/
DKconfig138 triple buffering 300.
/linux-5.19.10/drivers/crypto/
DKconfig143 and uses triple-DES to generate secure random numbers like the
/linux-5.19.10/Documentation/gpu/
Dtodo.rst654 Backlight drivers have a triple enable/disable state, which is a bit overkill.
/linux-5.19.10/Documentation/userspace-api/media/v4l/
Dhist-v4l2.rst538 ``base[3]`` array anticipating double- and triple-buffering in
/linux-5.19.10/Documentation/admin-guide/media/
Dvivid.rst602 triple tap, move from left to right, zoom in, zoom out, palm press (simulating
/linux-5.19.10/Documentation/networking/
Dcan.rst1218 [ triple-sampling { on | off } ]
/linux-5.19.10/Documentation/admin-guide/
Dkernel-parameters.txt5114 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,