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
defs:rbuf
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H
A
D
fiq_debugger_ringbuf.h
31
struct fiq_debugger_ringbuf *
rbuf
;
in fiq_debugger_ringbuf_alloc()
local
45
static inline void fiq_debugger_ringbuf_free(struct fiq_debugger_ringbuf *
rbuf
)
in fiq_debugger_ringbuf_free()
argument
50
fiq_debugger_ringbuf_level(struct fiq_debugger_ringbuf *
rbuf
)
fiq_debugger_ringbuf_level()
argument
60
fiq_debugger_ringbuf_room(struct fiq_debugger_ringbuf *
rbuf
)
fiq_debugger_ringbuf_room()
argument
66
fiq_debugger_ringbuf_peek(struct fiq_debugger_ringbuf *
rbuf
, int i)
fiq_debugger_ringbuf_peek()
argument
72
fiq_debugger_ringbuf_consume(struct fiq_debugger_ringbuf *
rbuf
, int count)
fiq_debugger_ringbuf_consume()
argument
83
fiq_debugger_ringbuf_push(struct fiq_debugger_ringbuf *
rbuf
, u8 datum)
fiq_debugger_ringbuf_push()
argument
[all...]
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H
A
D
fiq_debugger_ringbuf.h
32
struct fiq_debugger_ringbuf *
rbuf
;
in fiq_debugger_ringbuf_alloc()
local
47
static inline void fiq_debugger_ringbuf_free(struct fiq_debugger_ringbuf *
rbuf
)
in fiq_debugger_ringbuf_free()
argument
52
fiq_debugger_ringbuf_level(struct fiq_debugger_ringbuf *
rbuf
)
fiq_debugger_ringbuf_level()
argument
63
fiq_debugger_ringbuf_room(struct fiq_debugger_ringbuf *
rbuf
)
fiq_debugger_ringbuf_room()
argument
68
fiq_debugger_ringbuf_peek(struct fiq_debugger_ringbuf *
rbuf
, int i)
fiq_debugger_ringbuf_peek()
argument
73
fiq_debugger_ringbuf_consume(struct fiq_debugger_ringbuf *
rbuf
, int count)
fiq_debugger_ringbuf_consume()
argument
83
fiq_debugger_ringbuf_push(struct fiq_debugger_ringbuf *
rbuf
, u8 datum)
fiq_debugger_ringbuf_push()
argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/
H
A
D
mali_kbase_debug_ktrace_defs.h
167
struct kbase_ktrace_msg *
rbuf
;
member
H
A
D
mali_kbase_debug_ktrace.c
31
struct kbase_ktrace_msg *
rbuf
;
in kbase_ktrace_init()
local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/
H
A
D
mali_kbase_debug_ktrace_defs.h
171
struct kbase_ktrace_msg *
rbuf
;
member
H
A
D
mali_kbase_debug_ktrace.c
28
struct kbase_ktrace_msg *
rbuf
;
in kbase_ktrace_init()
local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_device.c
390
struct kbase_trace *
rbuf
;
in kbasep_trace_init()
local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_device.c
380
struct kbase_trace *
rbuf
;
in kbasep_trace_init()
local
/device/qemu/drivers/virtio/
H
A
D
virtnet.c
85
uint8_t
rbuf
[VIRTQ_RX_QSZ][PER_RXBUF_SIZE];
member
Completed in 6 milliseconds