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:set_mem_type
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
wkup_m3_ipc.h
52
void (*
set_mem_type
)(struct wkup_m3_ipc *m3_ipc, int mem_type);
member
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_vbif.h
68
*
set_mem_type
- set memory type
73
void (*
set_mem_type
)(struct dpu_hw_vbif *vbif,
member
H
A
D
dpu_vbif.c
280
if (vbif && vbif->cap && vbif->ops.
set_mem_type
) {
in dpu_vbif_init_memtypes()
282
vbif->ops.
set_mem_type
(
in dpu_vbif_init_memtypes()
H
A
D
dpu_hw_vbif.c
208
ops->
set_mem_type
= dpu_hw_set_mem_type;
in _setup_vbif_ops()
/kernel/linux/linux-6.6/include/linux/
H
A
D
wkup_m3_ipc.h
57
void (*
set_mem_type
)(struct wkup_m3_ipc *m3_ipc, int mem_type);
member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_vbif.h
68
*
set_mem_type
- set memory type
73
void (*
set_mem_type
)(struct dpu_hw_vbif *vbif,
member
H
A
D
dpu_vbif.c
292
if (vbif && vbif->cap && vbif->ops.
set_mem_type
) {
in dpu_vbif_init_memtypes()
294
vbif->ops.
set_mem_type
(
in dpu_vbif_init_memtypes()
H
A
D
dpu_hw_vbif.c
209
ops->
set_mem_type
= dpu_hw_set_mem_type;
in _setup_vbif_ops()
/kernel/linux/linux-5.10/drivers/soc/ti/
H
A
D
wkup_m3_ipc.c
375
.
set_mem_type
= wkup_m3_set_mem_type,
H
A
D
pm33xx.c
367
m3_ipc->ops->
set_mem_type
(m3_ipc, temp);
in am33xx_pm_set_ipc_ops()
/kernel/linux/linux-6.6/drivers/soc/ti/
H
A
D
wkup_m3_ipc.c
558
.
set_mem_type
= wkup_m3_set_mem_type,
H
A
D
pm33xx.c
365
m3_ipc->ops->
set_mem_type
(m3_ipc, temp);
in am33xx_pm_set_ipc_ops()
Completed in 7 milliseconds