Home
last modified time | relevance | path

Searched refs:triple (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A 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 in dot11d_update_country()
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A 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 in dot11d_update_country()
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A 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()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dpoly1305-armv4.pl616 @ data we are looking at triple as many addends...
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dpoly1305-armv4.pl616 @ data we are looking at triple as many addends...

Completed in 3 milliseconds