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:is_flushing
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H
A
D
speakup_dectlk.c
38
static int
is_flushing
;
variable
178
is_flushing
= 0;
in read_buff_add()
221
while (
is_flushing
&& timeout) {
in do_catch_up()
228
is_flushing
= 0;
in do_catch_up()
292
is_flushing
= 1;
in synth_flush()
H
A
D
speakup_decpc.c
134
static int in_escape,
is_flushing
;
variable
302
if (
is_flushing
)
in synth_flush()
304
is_flushing
= 4;
in synth_flush()
326
is_flushing
= 0;
in synth_flush()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H
A
D
speakup_dectlk.c
38
static int
is_flushing
;
variable
190
is_flushing
= 0;
in read_buff_add()
238
while (
is_flushing
&& timeout) {
in do_catch_up()
245
is_flushing
= 0;
in do_catch_up()
309
is_flushing
= 1;
in synth_flush()
H
A
D
speakup_decpc.c
134
static int in_escape,
is_flushing
;
variable
313
if (
is_flushing
)
in synth_flush()
315
is_flushing
= 4;
in synth_flush()
337
is_flushing
= 0;
in synth_flush()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H
A
D
mtk_vcodec_enc_drv.h
118
* @
is_flushing
: set to true if flushing is in progress.
152
bool
is_flushing
;
member
H
A
D
mtk_vcodec_enc.c
696
ctx->
is_flushing
) {
in vidioc_venc_dqbuf()
701
ctx->
is_flushing
= false;
in vidioc_venc_dqbuf()
725
if (ctx->
is_flushing
)
in vidioc_encoder_cmd()
744
ctx->
is_flushing
= true;
in vidioc_encoder_cmd()
958
if (ctx->
is_flushing
) {
in vb2ops_venc_stop_streaming()
973
ctx->
is_flushing
= false;
in vb2ops_venc_stop_streaming()
980
if (ctx->
is_flushing
) {
in vb2ops_venc_stop_streaming()
1177
* to the client.
is_flushing
will be reset at the time the buffer
in mtk_venc_worker()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H
A
D
mtk_vcodec_dec_drv.h
148
* @
is_flushing
: set to true if flushing is in progress.
194
bool
is_flushing
;
member
Completed in 7 milliseconds