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:hp_connected
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ice1712/
H
A
D
psc724.c
27
bool
hp_connected
;
member
177
static void psc724_set_jack_state(struct snd_ice1712 *ice, bool
hp_connected
)
in psc724_set_jack_state()
argument
184
psc724_set_master_switch(ice, !
hp_connected
);
in psc724_set_jack_state()
185
if (!
hp_connected
)
in psc724_set_jack_state()
188
spec->
hp_connected
=
hp_connected
;
in psc724_set_jack_state()
208
bool
hp_connected
= snd_ice1712_gpio_read(ice) & GPIO_HP_JACK;
in psc724_update_hp_jack_state()
local
211
if (
hp_connected
== spec->
hp_connected
)
in psc724_update_hp_jack_state()
213
psc724_set_jack_state(ice,
hp_connected
);
in psc724_update_hp_jack_state()
225
bool
hp_connected
= snd_ice1712_gpio_read(ice) & GPIO_HP_JACK;
psc724_set_jack_detection()
local
[all...]
/kernel/linux/linux-6.6/sound/pci/ice1712/
H
A
D
psc724.c
27
bool
hp_connected
;
member
177
static void psc724_set_jack_state(struct snd_ice1712 *ice, bool
hp_connected
)
in psc724_set_jack_state()
argument
183
psc724_set_master_switch(ice, !
hp_connected
);
in psc724_set_jack_state()
184
if (!
hp_connected
)
in psc724_set_jack_state()
187
spec->
hp_connected
=
hp_connected
;
in psc724_set_jack_state()
205
bool
hp_connected
= snd_ice1712_gpio_read(ice) & GPIO_HP_JACK;
in psc724_update_hp_jack_state()
local
208
if (
hp_connected
== spec->
hp_connected
)
in psc724_update_hp_jack_state()
210
psc724_set_jack_state(ice,
hp_connected
);
in psc724_update_hp_jack_state()
222
bool
hp_connected
= snd_ice1712_gpio_read(ice) & GPIO_HP_JACK;
psc724_set_jack_detection()
local
[all...]
Completed in 2 milliseconds