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_rptr
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ih.h
64
void (*
set_rptr
)(struct amdgpu_device *adev, struct amdgpu_ih_ring *ih);
member
70
#define amdgpu_ih_set_rptr(adev, ih) (adev)->irq.ih_funcs->
set_rptr
((adev), (ih))
H
A
D
iceland_ih.c
430
.
set_rptr
= iceland_ih_set_rptr
H
A
D
cz_ih.c
433
.
set_rptr
= cz_ih_set_rptr
H
A
D
cik_ih.c
436
.
set_rptr
= cik_ih_set_rptr
H
A
D
tonga_ih.c
485
.
set_rptr
= tonga_ih_set_rptr
H
A
D
si_ih.c
299
.
set_rptr
= si_ih_set_rptr
H
A
D
vega10_ih.c
751
.
set_rptr
= vega10_ih_set_rptr
H
A
D
navi10_ih.c
835
.
set_rptr
= navi10_ih_set_rptr
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ih.h
89
void (*
set_rptr
)(struct amdgpu_device *adev, struct amdgpu_ih_ring *ih);
member
98
#define amdgpu_ih_set_rptr(adev, ih) (adev)->irq.ih_funcs->
set_rptr
((adev), (ih))
H
A
D
iceland_ih.c
433
.
set_rptr
= iceland_ih_set_rptr
H
A
D
cik_ih.c
443
.
set_rptr
= cik_ih_set_rptr
H
A
D
cz_ih.c
441
.
set_rptr
= cz_ih_set_rptr
H
A
D
si_ih.c
304
.
set_rptr
= si_ih_set_rptr
H
A
D
tonga_ih.c
494
.
set_rptr
= tonga_ih_set_rptr
H
A
D
vega10_ih.c
654
.
set_rptr
= vega10_ih_set_rptr
H
A
D
ih_v6_0.c
761
.
set_rptr
= ih_v6_0_set_rptr
H
A
D
ih_v6_1.c
762
.
set_rptr
= ih_v6_1_set_rptr
H
A
D
navi10_ih.c
726
.
set_rptr
= navi10_ih_set_rptr
H
A
D
vega20_ih.c
712
.
set_rptr
= vega20_ih_set_rptr
Completed in 13 milliseconds