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:input_extres
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_jd.c
300
struct base_external_resource *
input_extres
;
in kbase_jd_pre_external_resources()
local
319
BUILD_BUG_ON(sizeof(*
input_extres
) > sizeof(*katom->extres));
in kbase_jd_pre_external_resources()
320
input_extres
=
in kbase_jd_pre_external_resources()
322
(sizeof(*katom->extres) - sizeof(*
input_extres
)) * katom->nr_extres);
in kbase_jd_pre_external_resources()
324
if (copy_from_user(
input_extres
, get_compat_pointer(katom->kctx, &user_atom->extres_list),
in kbase_jd_pre_external_resources()
325
sizeof(*
input_extres
) * katom->nr_extres) != 0) {
in kbase_jd_pre_external_resources()
373
res = &
input_extres
[res_no];
in kbase_jd_pre_external_resources()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_jd.c
232
struct base_external_resource *
input_extres
;
in kbase_jd_pre_external_resources()
local
249
BUILD_BUG_ON(sizeof(*
input_extres
) > sizeof(*katom->extres));
in kbase_jd_pre_external_resources()
250
input_extres
= (struct base_external_resource *)
in kbase_jd_pre_external_resources()
252
(sizeof(*katom->extres) - sizeof(*
input_extres
)) *
in kbase_jd_pre_external_resources()
255
if (copy_from_user(
input_extres
,
in kbase_jd_pre_external_resources()
257
sizeof(*
input_extres
) * katom->nr_extres) != 0) {
in kbase_jd_pre_external_resources()
293
struct base_external_resource *res = &
input_extres
[res_no];
in kbase_jd_pre_external_resources()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_jd.c
219
struct base_external_resource *
input_extres
;
in kbase_jd_pre_external_resources()
local
237
BUILD_BUG_ON(sizeof(*
input_extres
) > sizeof(*katom->extres));
in kbase_jd_pre_external_resources()
238
input_extres
=
in kbase_jd_pre_external_resources()
240
(sizeof(*katom->extres) - sizeof(*
input_extres
)) * katom->nr_extres);
in kbase_jd_pre_external_resources()
242
if (copy_from_user(
input_extres
, get_compat_pointer(katom->kctx, user_atom->extres_list),
in kbase_jd_pre_external_resources()
243
sizeof(*
input_extres
) * katom->nr_extres) != 0) {
in kbase_jd_pre_external_resources()
276
struct base_external_resource *res = &
input_extres
[res_no];
in kbase_jd_pre_external_resources()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_jd.c
306
struct base_external_resource *
input_extres
;
in kbase_jd_pre_external_resources()
local
324
BUILD_BUG_ON(sizeof(*
input_extres
) > sizeof(*katom->extres));
in kbase_jd_pre_external_resources()
325
input_extres
= (struct base_external_resource *)
in kbase_jd_pre_external_resources()
327
(sizeof(*katom->extres) - sizeof(*
input_extres
)) *
in kbase_jd_pre_external_resources()
330
if (copy_from_user(
input_extres
,
in kbase_jd_pre_external_resources()
332
sizeof(*
input_extres
) * katom->nr_extres) != 0) {
in kbase_jd_pre_external_resources()
387
res = &
input_extres
[res_no];
in kbase_jd_pre_external_resources()
Completed in 9 milliseconds