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:audio_playing
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H
A
D
hdmi5.c
400
if (hdmi->audio_configured && hdmi->
audio_playing
)
in hdmi5_bridge_enable()
522
hd->
audio_playing
= false;
in hdmi_audio_shutdown()
541
hd->
audio_playing
= true;
in hdmi_audio_start()
559
hd->
audio_playing
= false;
in hdmi_audio_stop()
H
A
D
hdmi4.c
402
if (hdmi->audio_configured && hdmi->
audio_playing
)
in hdmi4_bridge_enable()
539
hd->
audio_playing
= false;
in hdmi_audio_shutdown()
558
hd->
audio_playing
= true;
in hdmi_audio_start()
575
hd->
audio_playing
= false;
in hdmi_audio_stop()
H
A
D
hdmi.h
379
bool
audio_playing
;
member
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
hdmi4.c
349
if (hdmi.audio_configured && hdmi.
audio_playing
)
in hdmi_display_enable()
579
hd->
audio_playing
= false;
in hdmi_audio_shutdown()
596
hd->
audio_playing
= true;
in hdmi_audio_start()
613
hd->
audio_playing
= false;
in hdmi_audio_stop()
H
A
D
hdmi5.c
379
if (hdmi.audio_configured && hdmi.
audio_playing
)
in hdmi_display_enable()
611
hd->
audio_playing
= false;
in hdmi_audio_shutdown()
628
hd->
audio_playing
= true;
in hdmi_audio_start()
645
hd->
audio_playing
= false;
in hdmi_audio_stop()
H
A
D
hdmi.h
356
bool
audio_playing
;
member
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
hdmi5.c
377
if (hdmi.audio_configured && hdmi.
audio_playing
)
in hdmi_display_enable()
609
hd->
audio_playing
= false;
in hdmi_audio_shutdown()
626
hd->
audio_playing
= true;
in hdmi_audio_start()
643
hd->
audio_playing
= false;
in hdmi_audio_stop()
H
A
D
hdmi4.c
347
if (hdmi.audio_configured && hdmi.
audio_playing
)
in hdmi_display_enable()
577
hd->
audio_playing
= false;
in hdmi_audio_shutdown()
594
hd->
audio_playing
= true;
in hdmi_audio_start()
611
hd->
audio_playing
= false;
in hdmi_audio_stop()
H
A
D
hdmi.h
356
bool
audio_playing
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H
A
D
hdmi4.c
403
if (hdmi->audio_configured && hdmi->
audio_playing
)
in hdmi4_bridge_enable()
540
hd->
audio_playing
= false;
in hdmi_audio_shutdown()
559
hd->
audio_playing
= true;
in hdmi_audio_start()
576
hd->
audio_playing
= false;
in hdmi_audio_stop()
H
A
D
hdmi5.c
401
if (hdmi->audio_configured && hdmi->
audio_playing
)
in hdmi5_bridge_enable()
523
hd->
audio_playing
= false;
in hdmi_audio_shutdown()
542
hd->
audio_playing
= true;
in hdmi_audio_start()
560
hd->
audio_playing
= false;
in hdmi_audio_stop()
H
A
D
hdmi.h
379
bool
audio_playing
;
member
Completed in 11 milliseconds