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_sdw
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5682.c
818
if (!rt5682->
is_sdw
)
in rt5682_reset()
894
if (rt5682->
is_sdw
)
in rt5682_enable_push_button_irq()
1019
if (rt5682->
is_sdw
&& !rt5682->first_hw_init)
in rt5682_set_jack_detect()
1032
if (!rt5682->
is_sdw
) {
in rt5682_set_jack_detect()
1107
if (rt5682->
is_sdw
) {
in rt5682_jack_detect_handler()
1186
if (!rt5682->
is_sdw
) {
in rt5682_jack_detect_handler()
1287
if (rt5682->
is_sdw
)
in set_filter_clk()
2931
if (rt5682->
is_sdw
) {
in rt5682_probe()
2961
if (rt5682->
is_sdw
)
in rt5682_suspend()
3013
if (rt5682->
is_sdw
)
in rt5682_resume()
[all...]
H
A
D
rt5682-sdw.c
310
rt5682->
is_sdw
= true;
in rt5682_sdw_init()
H
A
D
rt5682.h
1448
bool
is_sdw
;
member
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt5682.c
812
if (!rt5682->
is_sdw
)
in rt5682_reset()
888
if (rt5682->
is_sdw
)
in rt5682_enable_push_button_irq()
1020
if (!rt5682->
is_sdw
) {
in rt5682_set_jack_detect()
1154
if (!rt5682->
is_sdw
) {
in rt5682_jack_detect_handler()
1257
if (rt5682->
is_sdw
)
in set_filter_clk()
2873
if (rt5682->
is_sdw
) {
in rt5682_probe()
H
A
D
rt5682-sdw.c
345
rt5682->
is_sdw
= true;
in rt5682_sdw_init()
H
A
D
rt5682.h
1410
bool
is_sdw
;
member
Completed in 18 milliseconds