Home
last modified time | relevance | path

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

123456

/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/testing/selftests/tc-testing/tc-tests/qdiscs/
Dcake.json18 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non…
41 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth 1Kbit diffserv3 triple-isolate nonat n…
64 …ake 1: root refcnt [0-9]+ bandwidth unlimited autorate-ingress diffserv3 triple-isolate nonat nowa…
87 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non…
110 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited besteffort triple-isolate no…
133 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv8 triple-isolate non…
156 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv4 triple-isolate non…
317 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non…
340 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non…
363 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non…
[all …]
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dtriple_fault_event_test.c38 /* L2 should triple fault after a triple fault event injected. */ in l1_guest_code_vmx()
105 "Triple fault event invalid"); in main()
107 "No triple fault pending"); in main()
Dmmio_warning_test.c9 * triple fault occurs. To get the triple fault to occur we call KVM_RUN
/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()
92 p_err("Failed to retrieve 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/arch/s390/crypto/
DKconfig106 tristate "Ciphers: DES and Triple DES EDE, modes: ECB, CBC, CTR"
113 Block ciphers: Triple DES EDE (FIPS 46-3) cipher algorithm
115 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
/Linux-v6.6/drivers/net/ethernet/altera/
DKconfig3 tristate "Altera Triple-Speed Ethernet MAC support"
12 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
/Linux-v6.6/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
/Linux-v6.6/Documentation/devicetree/bindings/misc/
Dxlnx,tmr-inject.yaml7 title: Xilinx Triple Modular Redundancy(TMR) Inject IP
13 The Triple Modular Redundancy(TMR) Inject core provides functional fault
Dxlnx,tmr-manager.yaml7 title: Xilinx Triple Modular Redundancy(TMR) Manager IP
13 The Triple Modular Redundancy(TMR) Manager is responsible for handling the
/Linux-v6.6/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
/Linux-v6.6/arch/sparc/crypto/
DKconfig6 tristate "Ciphers: DES and Triple DES EDE, modes: ECB/CBC"
13 Block cipher: Triple DES EDE (FIPS 46-3) cipher algorithm
/Linux-v6.6/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
/Linux-v6.6/crypto/
Ddes_generic.c5 * DES & Triple DES EDE Cipher Algorithms.
129 MODULE_DESCRIPTION("DES & Triple DES EDE Cipher Algorithms");
/Linux-v6.6/arch/x86/crypto/
DKconfig116 tristate "Ciphers: Triple DES EDE with modes: ECB, CBC"
122 Block cipher: Triple DES EDE (FIPS 46-3) cipher algorithm
123 Length-preserving ciphers: Triple DES EDE with ECB and CBC modes
/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/devicetree/bindings/timer/
Dcdns,ttc.yaml7 title: Cadence TTC - Triple Timer Counter
/Linux-v6.6/arch/x86/mm/
Dcpu_entry_area.c152 * not mapped; it just exists to catch triple nesting of #DB. in percpu_setup_exception_stacks()
189 * GDT is read-only, that will triple fault. The TSS cannot be in setup_cpu_entry_area()
/Linux-v6.6/Documentation/devicetree/bindings/crypto/
Datmel,at91sam9g46-tdes.yaml8 title: Atmel Triple Data Encryption Standard (TDES) HW cryptographic accelerator
/Linux-v6.6/include/media/i2c/
Dtvp7002.h2 /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics
/Linux-v6.6/scripts/
DMakefile.clang3 # relying on the target triple.
/Linux-v6.6/Documentation/devicetree/bindings/mux/
Dadi,adg792a.txt1 Bindings for Analog Devices ADG792A/G Triple 4:1 Multiplexers
/Linux-v6.6/fs/minix/
Ditree_v2.c5 enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */
/Linux-v6.6/Documentation/devicetree/bindings/hwmon/
Dti,tmp513.yaml14 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors

123456