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:req_bytes
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
hfi_msgs.c
242
int
req_bytes
;
in sys_get_prop_image_version()
local
244
req_bytes
= pkt->hdr.size - sizeof(*pkt);
in sys_get_prop_image_version()
246
if (
req_bytes
< 128 || !pkt->data[1] || pkt->num_properties > 1)
in sys_get_prop_image_version()
317
u32
req_bytes
;
in session_get_prop_profile_level()
local
319
req_bytes
= pkt->shdr.hdr.size - sizeof(*pkt);
in session_get_prop_profile_level()
321
if (!
req_bytes
||
req_bytes
% sizeof(struct hfi_profile_level))
in session_get_prop_profile_level()
337
u32
req_bytes
;
in session_get_prop_buf_req()
local
340
req_bytes
= pkt->shdr.hdr.size - sizeof(*pkt);
in session_get_prop_buf_req()
342
if (!
req_bytes
|| req_byte
in session_get_prop_buf_req()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
hfi_msgs.c
257
int
req_bytes
;
in sys_get_prop_image_version()
local
261
req_bytes
= pkt->hdr.size - sizeof(*pkt);
in sys_get_prop_image_version()
263
if (
req_bytes
< VER_STR_SZ || !pkt->data[0] || pkt->num_properties > 1)
in sys_get_prop_image_version()
364
u32
req_bytes
;
in session_get_prop_profile_level()
local
366
req_bytes
= pkt->shdr.hdr.size - sizeof(*pkt);
in session_get_prop_profile_level()
368
if (!
req_bytes
||
req_bytes
% sizeof(struct hfi_profile_level))
in session_get_prop_profile_level()
384
u32
req_bytes
;
in session_get_prop_buf_req()
local
387
req_bytes
= pkt->shdr.hdr.size - sizeof(*pkt);
in session_get_prop_buf_req()
389
if (!
req_bytes
|| req_byte
in session_get_prop_buf_req()
[all...]
/kernel/linux/linux-5.10/drivers/iio/accel/
H
A
D
mma9551_core.c
96
u8
req_bytes
;
member
186
if (rsp.nbytes != rsp.
req_bytes
) {
in mma9551_transfer()
189
rsp.nbytes, rsp.
req_bytes
);
in mma9551_transfer()
/kernel/linux/linux-6.6/drivers/iio/accel/
H
A
D
mma9551_core.c
96
u8
req_bytes
;
member
186
if (rsp.nbytes != rsp.
req_bytes
) {
in mma9551_transfer()
189
rsp.nbytes, rsp.
req_bytes
);
in mma9551_transfer()
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/
H
A
D
myri10ge.c
143
char *
req_bytes
;
member
1960
ss->tx.
req_bytes
= kzalloc(bytes, GFP_KERNEL);
in myri10ge_allocate_rings()
1961
if (ss->tx.
req_bytes
== NULL)
in myri10ge_allocate_rings()
1966
ALIGN((unsigned long)ss->tx.
req_bytes
, 8);
in myri10ge_allocate_rings()
2060
kfree(ss->tx.
req_bytes
);
in myri10ge_allocate_rings()
2061
ss->tx.
req_bytes
= NULL;
in myri10ge_allocate_rings()
2135
kfree(ss->tx.
req_bytes
);
in myri10ge_free_rings()
2136
ss->tx.
req_bytes
= NULL;
in myri10ge_free_rings()
2474
if (mgp->ss[0].tx.
req_bytes
== NULL)
in myri10ge_close()
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/
H
A
D
myri10ge.c
144
char *
req_bytes
;
member
1968
ss->tx.
req_bytes
= kzalloc(bytes, GFP_KERNEL);
in myri10ge_allocate_rings()
1969
if (ss->tx.
req_bytes
== NULL)
in myri10ge_allocate_rings()
1974
ALIGN((unsigned long)ss->tx.
req_bytes
, 8);
in myri10ge_allocate_rings()
2068
kfree(ss->tx.
req_bytes
);
in myri10ge_allocate_rings()
2069
ss->tx.
req_bytes
= NULL;
in myri10ge_allocate_rings()
2143
kfree(ss->tx.
req_bytes
);
in myri10ge_free_rings()
2144
ss->tx.
req_bytes
= NULL;
in myri10ge_free_rings()
2482
if (mgp->ss[0].tx.
req_bytes
== NULL)
in myri10ge_close()
Completed in 14 milliseconds