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:hs_extmute
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
twl4030.c
41
unsigned int
hs_extmute
:1;
member
213
if (!of_property_read_u32(node, "ti,
hs_extmute
", &value))
in twl4030_get_board_param_values()
214
board_params->
hs_extmute
= value;
in twl4030_get_board_param_values()
218
board_params->
hs_extmute
= 1;
in twl4030_get_board_param_values()
254
if (board_params && board_params->
hs_extmute
) {
in twl4030_init_chip()
264
"
hs_extmute
");
in twl4030_init_chip()
267
"Failed to get
hs_extmute
GPIO\n");
in twl4030_init_chip()
716
if (board_params && board_params->
hs_extmute
) {
in headset_ramp()
752
if (board_params && board_params->
hs_extmute
) {
in headset_ramp()
2181
if (board_params && board_params->
hs_extmute
in twl4030_soc_remove()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
twl4030.c
207
if (!of_property_read_u32(node, "ti,
hs_extmute
", &value))
in twl4030_setup_pdata_of()
208
pdata->
hs_extmute
= value;
in twl4030_setup_pdata_of()
213
pdata->
hs_extmute
= 1;
in twl4030_setup_pdata_of()
248
if (pdata && pdata->
hs_extmute
) {
in twl4030_init_chip()
258
"
hs_extmute
");
in twl4030_init_chip()
261
"Failed to get
hs_extmute
GPIO\n");
in twl4030_init_chip()
708
if (pdata && pdata->
hs_extmute
) {
in headset_ramp()
744
if (pdata && pdata->
hs_extmute
) {
in headset_ramp()
2175
if (pdata && pdata->
hs_extmute
&& gpio_is_valid(pdata->hs_extmute_gpio))
in twl4030_soc_remove()
/kernel/linux/linux-5.10/include/linux/mfd/
H
A
D
twl.h
678
unsigned int
hs_extmute
:1;
member
/kernel/linux/linux-6.6/include/linux/mfd/
H
A
D
twl.h
675
unsigned int
hs_extmute
:1;
member
Completed in 9 milliseconds