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:jd_gpio
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5640.c
2172
if (rt5640->
jd_gpio
)
in rt5640_jack_inserted()
2173
val = gpiod_get_value(rt5640->
jd_gpio
) ? RT5640_JD_STATUS : 0;
in rt5640_jack_inserted()
2485
rt5640->
jd_gpio
= NULL;
in rt5640_disable_jack_detect()
2547
if (jack_data && jack_data->
jd_gpio
) {
in rt5640_enable_jack_detect()
2548
rt5640->
jd_gpio
= jack_data->
jd_gpio
;
in rt5640_enable_jack_detect()
2549
rt5640->jd_gpio_irq = gpiod_to_irq(rt5640->
jd_gpio
);
in rt5640_enable_jack_detect()
H
A
D
rt5640.h
2169
struct gpio_desc *
jd_gpio
;
member
2179
struct gpio_desc *
jd_gpio
;
member
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H
A
D
bytcr_rt5640.c
1240
data->
jd_gpio
= devm_fwnode_gpiod_get(card->dev, acpi_fwnode_handle(adev),
in byt_rt5640_get_amcr0f28_settings()
1244
if (IS_ERR(data->
jd_gpio
)) {
in byt_rt5640_get_amcr0f28_settings()
1245
ret = PTR_ERR(data->
jd_gpio
);
in byt_rt5640_get_amcr0f28_settings()
Completed in 12 milliseconds