Home
last modified time | relevance | path

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

123456789

/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-4.19/drivers/net/ethernet/altera/
DKconfig2 tristate "Altera Triple-Speed Ethernet MAC support"
6 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
/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-4.19/Documentation/networking/
Daltera_tse.txt1 Altera Triple-Speed Ethernet MAC driver
5 This is the driver for the Altera Triple-Speed Ethernet (TSE) controllers
18 The Triple-Speed Ethernet, SGDMA, and MSGDMA components are all soft IP
25 Triple-Speed Ethernet instance is using an SGDMA or MSGDMA component. The
52 Altera Triple-Speed Ethernet MAC support (ALTERA_TSE)
131 o Altera Triple Speed Ethernet User Guide, found at http://www.altera.com
/kernel/linux/linux-4.19/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/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-4.19/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");
/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-4.19/include/crypto/
Ddes.h3 * DES & Triple DES EDE Cipher Algorithms.
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/timer/
Dcadence,ttc-timer.txt1 Cadence TTC - Triple Timer Counter
/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()
180 * GDT is read-only, that will triple fault. The TSS cannot be in setup_cpu_entry_area()
/kernel/linux/linux-4.19/include/media/i2c/
Dtvp7002.h1 /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics
/kernel/linux/linux-4.19/crypto/
DKconfig1381 tristate "DES and Triple DES EDE cipher algorithms"
1384 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
1387 tristate "DES and Triple DES EDE cipher algorithms (SPARC64)"
1392 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3),
1396 tristate "Triple DES EDE cipher algorithm (x86-64)"
1401 Triple DES EDE (FIPS 46-3) algorithm.
1403 This module provides implementation of the Triple DES EDE cipher
/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-4.19/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-4.19/fs/minix/
Ditree_v2.c5 enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */

123456789