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:nvm_sections
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
nvm.c
277
struct iwl_nvm_section *sections = mvm->
nvm_sections
;
in iwl_parse_nvm_sections()
284
if (!mvm->
nvm_sections
[NVM_SECTION_TYPE_SW].data ||
in iwl_parse_nvm_sections()
285
!mvm->
nvm_sections
[mvm->cfg->nvm_hw_section_num].data) {
in iwl_parse_nvm_sections()
296
if (!mvm->
nvm_sections
[NVM_SECTION_TYPE_SW].data ||
in iwl_parse_nvm_sections()
297
!mvm->
nvm_sections
[regulatory_type].data) {
in iwl_parse_nvm_sections()
303
if (!mvm->
nvm_sections
[mvm->cfg->nvm_hw_section_num].data &&
in iwl_parse_nvm_sections()
304
!mvm->
nvm_sections
[NVM_SECTION_TYPE_MAC_OVERRIDE].data) {
in iwl_parse_nvm_sections()
312
!mvm->
nvm_sections
[NVM_SECTION_TYPE_PHY_SKU].data) {
in iwl_parse_nvm_sections()
335
/* Loads the NVM data stored in mvm->
nvm_sections
into the NIC */
339
struct iwl_nvm_section *sections = mvm->
nvm_sections
;
in iwl_mvm_load_nvm_to_nic()
[all...]
H
A
D
fw.c
516
mvm->
nvm_sections
);
in iwl_run_unified_mvm_ucode()
H
A
D
ops.c
930
kfree(mvm->
nvm_sections
[i].data);
in iwl_op_mode_mvm_stop()
H
A
D
mvm.h
882
struct iwl_nvm_section
nvm_sections
[NVM_MAX_NUM_SECTIONS];
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
nvm.c
220
struct iwl_nvm_section *sections = mvm->
nvm_sections
;
in iwl_parse_nvm_sections()
227
if (!mvm->
nvm_sections
[NVM_SECTION_TYPE_SW].data ||
in iwl_parse_nvm_sections()
228
!mvm->
nvm_sections
[mvm->cfg->nvm_hw_section_num].data) {
in iwl_parse_nvm_sections()
239
if (!mvm->
nvm_sections
[NVM_SECTION_TYPE_SW].data ||
in iwl_parse_nvm_sections()
240
!mvm->
nvm_sections
[regulatory_type].data) {
in iwl_parse_nvm_sections()
246
if (!mvm->
nvm_sections
[mvm->cfg->nvm_hw_section_num].data &&
in iwl_parse_nvm_sections()
247
!mvm->
nvm_sections
[NVM_SECTION_TYPE_MAC_OVERRIDE].data) {
in iwl_parse_nvm_sections()
255
!mvm->
nvm_sections
[NVM_SECTION_TYPE_PHY_SKU].data) {
in iwl_parse_nvm_sections()
278
/* Loads the NVM data stored in mvm->
nvm_sections
into the NIC */
282
struct iwl_nvm_section *sections = mvm->
nvm_sections
;
in iwl_mvm_load_nvm_to_nic()
[all...]
H
A
D
mvm.h
917
struct iwl_nvm_section
nvm_sections
[NVM_MAX_NUM_SECTIONS];
member
H
A
D
ops.c
1486
kfree(mvm->
nvm_sections
[i].data);
in iwl_op_mode_mvm_stop()
H
A
D
fw.c
629
mvm->
nvm_sections
);
in iwl_run_unified_mvm_ucode()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-nvm-parse.h
122
* iwl_read_external_nvm - Reads external NVM from a file into
nvm_sections
126
struct iwl_nvm_section *
nvm_sections
);
H
A
D
iwl-nvm-parse.c
1342
* Reads external NVM from a file into mvm->
nvm_sections
1364
struct iwl_nvm_section *
nvm_sections
)
in iwl_read_external_nvm()
1506
kfree(
nvm_sections
[section_id].data);
in iwl_read_external_nvm()
1507
nvm_sections
[section_id].data = temp;
in iwl_read_external_nvm()
1508
nvm_sections
[section_id].length = section_size;
in iwl_read_external_nvm()
1362
iwl_read_external_nvm(struct iwl_trans *trans, const char *nvm_file_name, struct iwl_nvm_section *
nvm_sections
)
iwl_read_external_nvm()
argument
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-nvm-parse.h
68
* iwl_read_external_nvm - Reads external NVM from a file into
nvm_sections
72
struct iwl_nvm_section *
nvm_sections
);
H
A
D
iwl-nvm-parse.c
1780
* Reads external NVM from a file into mvm->
nvm_sections
1802
struct iwl_nvm_section *
nvm_sections
)
in iwl_read_external_nvm()
1944
kfree(
nvm_sections
[section_id].data);
in iwl_read_external_nvm()
1945
nvm_sections
[section_id].data = temp;
in iwl_read_external_nvm()
1946
nvm_sections
[section_id].length = section_size;
in iwl_read_external_nvm()
1800
iwl_read_external_nvm(struct iwl_trans *trans, const char *nvm_file_name, struct iwl_nvm_section *
nvm_sections
)
iwl_read_external_nvm()
argument
Completed in 32 milliseconds