Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tlv_idx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-dbg-tlv.c
140
u32
tlv_idx
= type - IWL_UCODE_TLV_DEBUG_BASE;
in iwl_dbg_tlv_ver_support()
local
143
if (ver < dbg_ver_table[
tlv_idx
].min_ver ||
in iwl_dbg_tlv_ver_support()
144
ver > dbg_ver_table[
tlv_idx
].max_ver)
in iwl_dbg_tlv_ver_support()
328
u32
tlv_idx
= type - IWL_UCODE_TLV_DEBUG_BASE;
in iwl_dbg_tlv_alloc()
local
342
if (
tlv_idx
>= ARRAY_SIZE(dbg_tlv_alloc) || !dbg_tlv_alloc[
tlv_idx
]) {
in iwl_dbg_tlv_alloc()
353
ret = dbg_tlv_alloc[
tlv_idx
](trans, tlv);
in iwl_dbg_tlv_alloc()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-dbg-tlv.c
88
u32
tlv_idx
= type - IWL_UCODE_TLV_DEBUG_BASE;
in iwl_dbg_tlv_ver_support()
local
91
if (ver < dbg_ver_table[
tlv_idx
].min_ver ||
in iwl_dbg_tlv_ver_support()
92
ver > dbg_ver_table[
tlv_idx
].max_ver)
in iwl_dbg_tlv_ver_support()
333
u32
tlv_idx
;
in iwl_dbg_tlv_alloc()
local
341
tlv_idx
= type - IWL_UCODE_TLV_DEBUG_BASE;
in iwl_dbg_tlv_alloc()
352
if (
tlv_idx
>= ARRAY_SIZE(dbg_tlv_alloc) || !dbg_tlv_alloc[
tlv_idx
]) {
in iwl_dbg_tlv_alloc()
363
ret = dbg_tlv_alloc[
tlv_idx
](trans, tlv);
in iwl_dbg_tlv_alloc()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
scan.c
628
u32
tlv_idx
, rates_size, cmd_no;
in mwifiex_scan_channel_list()
local
654
tlv_idx
= 0;
in mwifiex_scan_channel_list()
664
* - the
tlv_idx
hits the maximum configured per scan command
in mwifiex_scan_channel_list()
670
while (
tlv_idx
< max_chan_per_scan &&
in mwifiex_scan_channel_list()
692
memcpy(chan_tlv_out->chan_scan_param +
tlv_idx
,
in mwifiex_scan_channel_list()
719
tlv_idx
++;
in mwifiex_scan_channel_list()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
scan.c
615
u32
tlv_idx
, rates_size, cmd_no;
in mwifiex_scan_channel_list()
local
641
tlv_idx
= 0;
in mwifiex_scan_channel_list()
650
* - the
tlv_idx
hits the maximum configured per scan command
in mwifiex_scan_channel_list()
656
while (
tlv_idx
< max_chan_per_scan &&
in mwifiex_scan_channel_list()
678
memcpy(chan_tlv_out->chan_scan_param +
tlv_idx
,
in mwifiex_scan_channel_list()
705
tlv_idx
++;
in mwifiex_scan_channel_list()
Completed in 10 milliseconds