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:etnaviv_event
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H
A
D
etnaviv_gpu.h
81
struct
etnaviv_event
{
struct
85
void (*sync_point)(struct etnaviv_gpu *gpu, struct
etnaviv_event
*event);
112
struct
etnaviv_event
event[ETNA_NR_EVENTS];
H
A
D
etnaviv_gpu.c
1167
memset(&gpu->event[event], 0, sizeof(struct
etnaviv_event
));
in event_alloc()
1267
struct
etnaviv_event
*event, unsigned int flags)
in sync_point_perfmon_sample()
1281
struct
etnaviv_event
*event)
in sync_point_perfmon_sample_pre()
1299
struct
etnaviv_event
*event)
in sync_point_perfmon_sample_post()
1405
struct
etnaviv_event
*event = &gpu->event[gpu->sync_point_event];
in sync_point_worker()
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H
A
D
etnaviv_gpu.h
85
struct
etnaviv_event
{
struct
89
void (*sync_point)(struct etnaviv_gpu *gpu, struct
etnaviv_event
*event);
125
struct
etnaviv_event
event[ETNA_NR_EVENTS];
H
A
D
etnaviv_gpu.c
1181
memset(&gpu->event[event], 0, sizeof(struct
etnaviv_event
));
in event_alloc()
1293
struct
etnaviv_event
*event, unsigned int flags)
in sync_point_perfmon_sample()
1307
struct
etnaviv_event
*event)
in sync_point_perfmon_sample_pre()
1325
struct
etnaviv_event
*event)
in sync_point_perfmon_sample_post()
1422
struct
etnaviv_event
*event = &gpu->event[gpu->sync_point_event];
in sync_point_worker()
Completed in 5 milliseconds