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:aud_gpios
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/
H
A
D
mt8186-afe-gpio.c
46
static struct audio_gpio_attr
aud_gpios
[MT8186_AFE_GPIO_GPIO_NUM] = {
variable
83
for (i = 0; i < ARRAY_SIZE(
aud_gpios
); i++) {
in mt8186_afe_gpio_init()
84
aud_gpios
[i].gpioctrl = pinctrl_lookup_state(aud_pinctrl,
in mt8186_afe_gpio_init()
85
aud_gpios
[i].name);
in mt8186_afe_gpio_init()
86
if (IS_ERR(
aud_gpios
[i].gpioctrl)) {
in mt8186_afe_gpio_init()
87
ret = PTR_ERR(
aud_gpios
[i].gpioctrl);
in mt8186_afe_gpio_init()
89
__func__,
aud_gpios
[i].name, ret);
in mt8186_afe_gpio_init()
91
aud_gpios
[i].gpio_prepare = true;
in mt8186_afe_gpio_init()
116
if (!
aud_gpios
[type].gpio_prepare) {
in mt8186_afe_gpio_select()
123
aud_gpios
[typ
in mt8186_afe_gpio_select()
[all...]
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/
H
A
D
mt8192-afe-gpio.c
61
static struct audio_gpio_attr
aud_gpios
[MT8192_AFE_GPIO_GPIO_NUM] = {
variable
115
if (!
aud_gpios
[type].gpio_prepare) {
in mt8192_afe_gpio_select()
122
aud_gpios
[type].gpioctrl);
in mt8192_afe_gpio_select()
143
for (i = 0; i < ARRAY_SIZE(
aud_gpios
); i++) {
in mt8192_afe_gpio_init()
144
aud_gpios
[i].gpioctrl = pinctrl_lookup_state(aud_pinctrl,
in mt8192_afe_gpio_init()
145
aud_gpios
[i].name);
in mt8192_afe_gpio_init()
146
if (IS_ERR(
aud_gpios
[i].gpioctrl)) {
in mt8192_afe_gpio_init()
147
ret = PTR_ERR(
aud_gpios
[i].gpioctrl);
in mt8192_afe_gpio_init()
149
__func__,
aud_gpios
[i].name, ret);
in mt8192_afe_gpio_init()
151
aud_gpios
[
in mt8192_afe_gpio_init()
[all...]
Completed in 2 milliseconds