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:n_regions
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H
A
D
otp.c
15
#define spi_nor_otp_n_regions(nor) ((nor)->params->otp.org->
n_regions
)
251
unsigned int
n_regions
= spi_nor_otp_n_regions(nor);
in spi_nor_mtd_otp_info()
local
255
if (len <
n_regions
* sizeof(*buf))
in spi_nor_mtd_otp_info()
262
for (i = 0; i <
n_regions
; i++) {
in spi_nor_mtd_otp_info()
276
*retlen =
n_regions
* sizeof(*buf);
in spi_nor_mtd_otp_info()
H
A
D
core.h
300
* @
n_regions
: number of individual OTP regions.
306
unsigned int
n_regions
;
member
590
.
n_regions
= (_n_regions), \
H
A
D
winbond.c
224
if (params->otp.org->
n_regions
)
in winbond_nor_late_init()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
ctxt-info-gen3.c
344
dram_regions->
n_regions
= 0;
in iwl_pcie_load_payloads_segments()
358
dram_regions->
n_regions
++;
in iwl_pcie_load_payloads_segments()
412
dram_regions->
n_regions
= 1;
in iwl_trans_pcie_ctx_info_gen3_load_pnvm()
426
for (i = 0; i < dram_regions->
n_regions
; i++)
in iwl_dram_regions_size()
508
dram_regions->
n_regions
= 1;
in iwl_trans_pcie_ctx_info_gen3_load_reduce_power()
H
A
D
trans.c
2007
for (i = 0; i < dram_regions->
n_regions
; i++) {
in iwl_trans_pcie_free_pnvm_dram_regions()
2012
dram_regions->
n_regions
= 0;
in iwl_trans_pcie_free_pnvm_dram_regions()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-trans.h
743
* @
n_regions
: number of DRAM regions that were allocated
750
u8
n_regions
;
member
Completed in 13 milliseconds