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:max98363
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
max98363.c
15
#include "
max98363
.h"
79
struct max98363_priv *
max98363
= dev_get_drvdata(dev);
in max98363_suspend()
local
81
regcache_cache_only(
max98363
->regmap, true);
in max98363_suspend()
82
regcache_mark_dirty(
max98363
->regmap);
in max98363_suspend()
92
struct max98363_priv *
max98363
= dev_get_drvdata(dev);
in max98363_resume()
local
95
if (!
max98363
->first_hw_init)
in max98363_resume()
111
regcache_cache_only(
max98363
->regmap, false);
in max98363_resume()
112
regcache_sync(
max98363
->regmap);
in max98363_resume()
160
struct max98363_priv *
max98363
= dev_get_drvdata(dev);
in max98363_io_init()
local
163
regcache_cache_only(
max98363
in max98363_io_init()
205
struct
max98363
_priv *
max98363
=
max98363_sdw_dai_hw_params()
local
258
struct
max98363
_priv *
max98363
=
max98363_pcm_hw_free()
local
302
struct
max98363
_priv *
max98363
= dev_get_drvdata(&slave->dev);
max98363_update_status()
local
389
struct
max98363
_priv *
max98363
;
max98363_init()
local
[all...]
H
A
D
Makefile
155
snd-soc-
max98363
-objs :=
max98363
.o
536
obj-$(CONFIG_SND_SOC_MAX98363) += snd-soc-
max98363
.o
Completed in 3 milliseconds