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:eld_changed
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
patch_hdmi.c
1533
bool
eld_changed
;
in update_eld()
local
1583
eld_changed
= (pin_eld->eld_valid != eld->eld_valid);
in update_eld()
1584
eld_changed
|= (pin_eld->monitor_present != eld->monitor_present);
in update_eld()
1585
if (!
eld_changed
&& eld->eld_valid && pin_eld->eld_valid)
in update_eld()
1589
eld_changed
= true;
in update_eld()
1591
if (
eld_changed
) {
in update_eld()
1612
if (
eld_changed
&& pcm_idx >= 0)
in update_eld()
1618
if (
eld_changed
&& pcm_jack)
in update_eld()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
patch_hdmi.c
1509
bool
eld_changed
;
in update_eld()
local
1560
eld_changed
= (pin_eld->eld_valid != eld->eld_valid);
in update_eld()
1561
eld_changed
|= (pin_eld->monitor_present != eld->monitor_present);
in update_eld()
1562
if (!
eld_changed
&& eld->eld_valid && pin_eld->eld_valid)
in update_eld()
1566
eld_changed
= true;
in update_eld()
1568
if (
eld_changed
) {
in update_eld()
1589
if (
eld_changed
&& pcm_idx >= 0)
in update_eld()
1595
if (
eld_changed
&& pcm_jack)
in update_eld()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
hdac_hdmi.c
1258
bool eld_valid,
eld_changed
;
in hdac_hdmi_present_sense()
local
1294
eld_changed
= (eld_valid != port->eld.eld_valid);
in hdac_hdmi_present_sense()
1329
if (
eld_changed
&& pcm)
in hdac_hdmi_present_sense()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
hdac_hdmi.c
1258
bool eld_valid,
eld_changed
;
in hdac_hdmi_present_sense()
local
1294
eld_changed
= (eld_valid != port->eld.eld_valid);
in hdac_hdmi_present_sense()
1329
if (
eld_changed
&& pcm)
in hdac_hdmi_present_sense()
Completed in 35 milliseconds