Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/mux/
Dmux-controller.txt148 An example mux controller node look like this (the adg972a chip is a triple
/Linux-v5.4/Documentation/x86/x86_64/
Dboot-options.rst136 triple
137 Force a triple fault (init)
/Linux-v5.4/Documentation/filesystems/
Dsysv-fs.txt167 1 triple-indirect block (pointer to pointers to pointers to blocks)
/Linux-v5.4/Documentation/x86/
Dkernel-stacks.rst98 the IST stackpointer to a guard hole to catch triple nesting.
/Linux-v5.4/Documentation/trace/
Dftrace-uses.rst141 the system to crash, and possibly reboot via a triple fault.
Dftrace.rst3104 is hit. Perhaps it's a function that is called before a triple
/Linux-v5.4/Documentation/ide/
Dide.rst119 such as the NEC-260 and the new MITSUMI triple/quad speed drives.
/Linux-v5.4/drivers/gpu/drm/
DKconfig116 triple buffering 300.
/Linux-v5.4/Documentation/gpu/
Dtodo.rst418 Backlight drivers have a triple enable/disable state, which is a bit overkill.
/Linux-v5.4/drivers/crypto/
DKconfig205 and uses triple-DES to generate secure random numbers like the
/Linux-v5.4/Documentation/media/uapi/v4l/
Dhist-v4l2.rst571 ``base[3]`` array anticipating double- and triple-buffering in
/Linux-v5.4/Documentation/networking/
Dcan.rst1181 [ triple-sampling { on | off } ]
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt4173 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,