Home
last modified time | relevance | path

Searched full:triple (Results 1 – 25 of 117) sorted by relevance

12345

/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/
DKconfig3 tristate "Altera Triple-Speed Ethernet MAC support"
7 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
/kernel/linux/linux-5.10/drivers/mux/
Dadg792a.c3 * Multiplexer driver for Analog Devices ADG792A/G Triple 4:1 mux
122 dev_info(dev, "triple pole quadruple throw mux registered\n"); in adg792a_probe()
151 MODULE_DESCRIPTION("Analog Devices ADG792A/G Triple 4:1 mux driver");
DKconfig16 ADG792A and ADG792G Wide Bandwidth Triple 4:1 Multiplexers
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/altera/
Daltera_tse.rst6 Altera Triple-Speed Ethernet MAC driver
11 This is the driver for the Altera Triple-Speed Ethernet (TSE) controllers
24 The Triple-Speed Ethernet, SGDMA, and MSGDMA components are all soft IP
31 Triple-Speed Ethernet instance is using an SGDMA or MSGDMA component. The
61 Altera Triple-Speed Ethernet MAC support (ALTERA_TSE)
154 - Altera Triple Speed Ethernet User Guide, found at http://www.altera.com
/kernel/linux/linux-5.10/include/crypto/
Ddes.h3 * DES & Triple DES EDE Cipher Algorithms.
45 * des3_ede_expand_key - Expand a triple DES input key into a key schedule
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/
Datmel-crypto.txt25 * Triple Data Encryption Standard (Triple DES)
/kernel/linux/linux-5.10/crypto/
Ddes_generic.c5 * DES & Triple DES EDE Cipher Algorithms.
129 MODULE_DESCRIPTION("DES & Triple DES EDE Cipher Algorithms");
DKconfig1407 tristate "DES and Triple DES EDE cipher algorithms"
1411 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
1414 tristate "DES and Triple DES EDE cipher algorithms (SPARC64)"
1420 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3),
1424 tristate "Triple DES EDE cipher algorithm (x86-64)"
1429 Triple DES EDE (FIPS 46-3) algorithm.
1431 This module provides implementation of the Triple DES EDE cipher
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
Dmmio_warning_test.c9 * triple fault occurs. To get the triple fault to occur we call KVM_RUN
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/
Dcdns,ttc.yaml7 title: Cadence TTC - Triple Timer Counter
/kernel/linux/linux-5.10/include/media/i2c/
Dtvp7002.h2 /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics
/kernel/linux/linux-5.10/arch/x86/mm/
Dcpu_entry_area.c150 * not mapped; it just exists to catch triple nesting of #DB. in percpu_setup_exception_stacks()
187 * GDT is read-only, that will triple fault. The TSS cannot be in setup_cpu_entry_area()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mux/
Dadi,adg792a.txt1 Bindings for Analog Devices ADG792A/G Triple 4:1 Multiplexers
/kernel/linux/linux-5.10/fs/minix/
Ditree_v2.c5 enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dti,tmp513.yaml14 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
/kernel/linux/linux-5.10/drivers/media/rc/keymaps/
Drc-powercolor-real-angel.c29 { 0x0a, KEY_DIGITS }, /* single, double, triple digit */
/kernel/linux/linux-5.10/Documentation/hwmon/
Dtmp513.rst28 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
/kernel/linux/linux-5.10/Documentation/x86/x86_64/
Dboot-options.rst136 triple
137 Force a triple fault (init)
/kernel/linux/linux-5.10/drivers/media/i2c/
Dtvp7002_reg.h2 /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics
/kernel/linux/linux-5.10/include/crypto/internal/
Ddes.h3 * DES & Triple DES EDE key verification helpers
/kernel/linux/linux-5.10/include/uapi/linux/can/
Dnetlink.h97 #define CAN_CTRLMODE_3_SAMPLES 0x04 /* Triple sampling mode */
/kernel/linux/linux-5.10/drivers/crypto/
DKconfig187 tristate "DES and Triple DES cipher algorithms"
194 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
223 and uses triple-DES to generate secure random numbers like the
/kernel/linux/linux-5.10/Documentation/kbuild/
Dllvm.rst44 ``CROSS_COMPILE`` is used to set a command line flag: ``--target=<triple>``. For
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Daltera_tse.txt1 * Altera Triple-Speed Ethernet MAC driver (TSE)

12345