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:retrieved
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link_ddc.c
586
uint32_t
retrieved
= 0;
in dal_ddc_submit_aux_command()
local
597
bool is_end_of_payload = (
retrieved
+ DEFAULT_AUX_MAX_DATA_SIZE) >=
in dal_ddc_submit_aux_command()
601
current_payload.data = &payload->data[
retrieved
];
in dal_ddc_submit_aux_command()
605
payload->length -
retrieved
: DEFAULT_AUX_MAX_DATA_SIZE;
in dal_ddc_submit_aux_command()
615
retrieved
+= current_payload.length;
in dal_ddc_submit_aux_command()
616
} while (
retrieved
< payload->length && ret == true);
in dal_ddc_submit_aux_command()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
H
A
D
link_ddc.c
280
uint32_t
retrieved
= 0;
in submit_aux_command()
local
291
bool is_end_of_payload = (
retrieved
+ DEFAULT_AUX_MAX_DATA_SIZE) >=
in submit_aux_command()
294
payload->length -
retrieved
: DEFAULT_AUX_MAX_DATA_SIZE;
in submit_aux_command()
297
current_payload.data = &payload->data[
retrieved
];
in submit_aux_command()
309
retrieved
+= payload_length;
in submit_aux_command()
310
} while (
retrieved
< payload->length && ret == true);
in submit_aux_command()
/kernel/linux/linux-5.10/tools/debugging/
H
A
D
kernel-chktaint
16
retrieved
from /proc/sys/kernel/tainted on another system.
/kernel/linux/linux-6.6/tools/debugging/
H
A
D
kernel-chktaint
16
retrieved
from /proc/sys/kernel/tainted on another system.
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
3w-9xxx.c
388
if (event->
retrieved
== TW_AEN_NOT_RETRIEVED)
in twa_aen_queue_event()
400
event->
retrieved
= TW_AEN_NOT_RETRIEVED;
in twa_aen_queue_event()
762
tw_dev->event_queue[event_index]->
retrieved
= TW_AEN_RETRIEVED;
in twa_chrdev_ioctl()
781
tw_dev->event_queue[event_index]->
retrieved
= TW_AEN_RETRIEVED;
in twa_chrdev_ioctl()
810
tw_dev->event_queue[event_index]->
retrieved
= TW_AEN_RETRIEVED;
in twa_chrdev_ioctl()
839
tw_dev->event_queue[event_index]->
retrieved
= TW_AEN_RETRIEVED;
in twa_chrdev_ioctl()
H
A
D
3w-sas.h
303
unsigned char
retrieved
;
member
H
A
D
3w-9xxx.h
572
unsigned char
retrieved
;
member
H
A
D
3w-sas.c
246
event->
retrieved
= TW_AEN_NOT_RETRIEVED;
in twl_aen_queue_event()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
3w-9xxx.c
390
if (event->
retrieved
== TW_AEN_NOT_RETRIEVED)
in twa_aen_queue_event()
402
event->
retrieved
= TW_AEN_NOT_RETRIEVED;
in twa_aen_queue_event()
765
tw_dev->event_queue[event_index]->
retrieved
= TW_AEN_RETRIEVED;
in twa_chrdev_ioctl()
784
tw_dev->event_queue[event_index]->
retrieved
= TW_AEN_RETRIEVED;
in twa_chrdev_ioctl()
813
tw_dev->event_queue[event_index]->
retrieved
= TW_AEN_RETRIEVED;
in twa_chrdev_ioctl()
842
tw_dev->event_queue[event_index]->
retrieved
= TW_AEN_RETRIEVED;
in twa_chrdev_ioctl()
H
A
D
3w-sas.h
319
unsigned char
retrieved
;
member
H
A
D
3w-9xxx.h
591
unsigned char
retrieved
;
member
H
A
D
3w-sas.c
248
event->
retrieved
= TW_AEN_NOT_RETRIEVED;
in twl_aen_queue_event()
Completed in 18 milliseconds