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:host1x_syncpt_get
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H
A
D
syncpt.c
523
*
host1x_syncpt_get
() - obtain a syncpoint by ID
527
struct host1x_syncpt *
host1x_syncpt_get
(struct host1x *host, unsigned int id)
in host1x_syncpt_get()
function
534
EXPORT_SYMBOL(
host1x_syncpt_get
);
variable
H
A
D
cdma.c
284
cdma->timeout.syncpt =
host1x_syncpt_get
(host, job->syncpt_id);
in cdma_start_timer_locked()
328
host1x_syncpt_get
(host1x, job->syncpt_id);
in update_cdma_locked()
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H
A
D
syncpt.c
475
*
host1x_syncpt_get
() - increment syncpoint refcount
478
struct host1x_syncpt *
host1x_syncpt_get
(struct host1x_syncpt *sp)
in host1x_syncpt_get()
function
484
EXPORT_SYMBOL(
host1x_syncpt_get
);
variable
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
drm.c
302
sp =
host1x_syncpt_get
(host1x, syncpt.id);
in tegra_drm_submit()
383
sp =
host1x_syncpt_get
(host, args->id);
in tegra_syncpt_read()
398
sp =
host1x_syncpt_get
(host1x, args->id);
in tegra_syncpt_incr()
412
sp =
host1x_syncpt_get
(host1x, args->id);
in tegra_syncpt_wait()
/kernel/linux/linux-5.10/include/linux/
H
A
D
host1x.h
145
struct host1x_syncpt *
host1x_syncpt_get
(struct host1x *host, u32 id);
/kernel/linux/linux-6.6/include/linux/
H
A
D
host1x.h
203
struct host1x_syncpt *
host1x_syncpt_get
(struct host1x_syncpt *sp);
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
submit.c
344
job->syncpt =
host1x_syncpt_get
(sp);
in submit_get_syncpt()
Completed in 7 milliseconds