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:vc4_file
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_perfmon.c
65
struct vc4_perfmon *vc4_perfmon_find(struct
vc4_file
*vc4file, int id)
in vc4_perfmon_find()
77
void vc4_perfmon_open_file(struct
vc4_file
*vc4file)
in vc4_perfmon_open_file()
92
void vc4_perfmon_close_file(struct
vc4_file
*vc4file)
in vc4_perfmon_close_file()
104
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_perfmon_create_ioctl()
156
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_perfmon_destroy_ioctl()
180
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_perfmon_get_values_ioctl()
H
A
D
vc4_drv.h
675
struct
vc4_file
{
struct
978
struct vc4_perfmon *vc4_perfmon_find(struct
vc4_file
*vc4file, int id);
979
void vc4_perfmon_open_file(struct
vc4_file
*vc4file);
980
void vc4_perfmon_close_file(struct
vc4_file
*vc4file);
H
A
D
vc4_drv.c
120
struct
vc4_file
*vc4file;
in vc4_open()
134
struct
vc4_file
*vc4file = file->driver_priv;
in vc4_close()
H
A
D
vc4_bo.c
796
static int vc4_grab_bin_bo(struct vc4_dev *vc4, struct
vc4_file
*vc4file)
in vc4_grab_bin_bo()
817
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_create_bo_ioctl()
866
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_create_shader_bo_ioctl()
H
A
D
vc4_gem.c
1131
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_submit_cl_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_perfmon.c
88
struct vc4_perfmon *vc4_perfmon_find(struct
vc4_file
*vc4file, int id)
in vc4_perfmon_find()
104
void vc4_perfmon_open_file(struct
vc4_file
*vc4file)
in vc4_perfmon_open_file()
125
void vc4_perfmon_close_file(struct
vc4_file
*vc4file)
in vc4_perfmon_close_file()
143
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_perfmon_create_ioctl()
199
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_perfmon_destroy_ioctl()
226
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_perfmon_get_values_ioctl()
H
A
D
vc4_drv.h
767
struct
vc4_file
{
struct
1071
struct vc4_perfmon *vc4_perfmon_find(struct
vc4_file
*vc4file, int id);
1072
void vc4_perfmon_open_file(struct
vc4_file
*vc4file);
1073
void vc4_perfmon_close_file(struct
vc4_file
*vc4file);
H
A
D
vc4_drv.c
148
struct
vc4_file
*vc4file;
in vc4_open()
166
struct
vc4_file
*vc4file = file->driver_priv;
in vc4_close()
H
A
D
vc4_bo.c
766
static int vc4_grab_bin_bo(struct vc4_dev *vc4, struct
vc4_file
*vc4file)
in vc4_grab_bin_bo()
781
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_create_bo_ioctl()
837
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_create_shader_bo_ioctl()
H
A
D
vc4_gem.c
1122
struct
vc4_file
*vc4file = file_priv->driver_priv;
in vc4_submit_cl_ioctl()
Completed in 15 milliseconds