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:sp_entry
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/spctrl/src/
H
A
D
spctrl.c
30
unsigned int
sp_entry
; /* entry function ptr on SP */
member
90
spctrl_cofig_info[sp_id].
sp_entry
= spctrl_cfg->
sp_entry
;
in ia_css_spctrl_load_fw()
156
(hrt_data)spctrl_cofig_info[sp_id].
sp_entry
);
in ia_css_spctrl_start()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/spctrl/src/
H
A
D
spctrl.c
30
unsigned int
sp_entry
; /* entry function ptr on SP */
member
89
spctrl_cofig_info[sp_id].
sp_entry
= spctrl_cfg->
sp_entry
;
in ia_css_spctrl_load_fw()
155
(hrt_data)spctrl_cofig_info[sp_id].
sp_entry
);
in ia_css_spctrl_start()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/spctrl/interface/
H
A
D
ia_css_spctrl.h
31
unsigned int
sp_entry
; /* < entry function ptr on SP */
member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/spctrl/interface/
H
A
D
ia_css_spctrl.h
31
unsigned int
sp_entry
; /* < entry function ptr on SP */
member
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H
A
D
ipu3-css-fw.h
124
u32
sp_entry
; /* The SP entry function */
member
H
A
D
ipu3-css.c
499
writel(bi->info.sp.
sp_entry
, base + IMGU_REG_SP_START_ADDR(sp));
in imgu_css_hw_start_sp()
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H
A
D
ipu3-css-fw.h
126
u32
sp_entry
; /* The SP entry function */
member
H
A
D
ipu3-css.c
486
writel(bi->info.sp.
sp_entry
, base + IMGU_REG_SP_START_ADDR(sp));
in imgu_css_hw_start_sp()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H
A
D
ia_css_acc_types.h
350
u32
sp_entry
; /** The SP entry function */
member
H
A
D
sh_css.c
1543
spctrl_cfg->
sp_entry
= 0;
in sh_css_setup_spctrl_config()
1557
spctrl_cfg->
sp_entry
= fw->info.sp.
sp_entry
; /* entry function ptr on SP */
in sh_css_setup_spctrl_config()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H
A
D
ia_css_acc_types.h
346
u32
sp_entry
; /** The SP entry function */
member
H
A
D
sh_css.c
1351
spctrl_cfg->
sp_entry
= 0;
in sh_css_setup_spctrl_config()
1365
spctrl_cfg->
sp_entry
= fw->info.sp.
sp_entry
; /* entry function ptr on SP */
in sh_css_setup_spctrl_config()
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
srmmu.c
857
static unsigned long __init map_spbank(unsigned long vbase, int
sp_entry
)
in map_spbank()
argument
859
unsigned long pstart = (sp_banks[
sp_entry
].base_addr & PGDIR_MASK);
in map_spbank()
861
unsigned long vend = PGDIR_ALIGN(vbase + sp_banks[
sp_entry
].num_bytes);
in map_spbank()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
srmmu.c
858
static unsigned long __init map_spbank(unsigned long vbase, int
sp_entry
)
in map_spbank()
argument
860
unsigned long pstart = (sp_banks[
sp_entry
].base_addr & PGDIR_MASK);
in map_spbank()
862
unsigned long vend = PGDIR_ALIGN(vbase + sp_banks[
sp_entry
].num_bytes);
in map_spbank()
Completed in 37 milliseconds