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:eoc_gpiod
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/magnetometer/
H
A
D
ak8975.c
360
struct gpio_desc *
eoc_gpiod
;
member
511
irq = gpiod_to_irq(data->
eoc_gpiod
);
in ak8975_setup_irq()
560
if (data->
eoc_gpiod
|| client->irq > 0) {
in ak8975_setup()
585
if (gpiod_get_value(data->
eoc_gpiod
))
in wait_conversion_complete_gpio()
657
else if (data->
eoc_gpiod
)
in ak8975_start_read_axis()
852
struct gpio_desc *
eoc_gpiod
;
in ak8975_probe()
local
865
eoc_gpiod
= devm_gpiod_get_optional(&client->dev, NULL, GPIOD_IN);
in ak8975_probe()
866
if (IS_ERR(
eoc_gpiod
))
in ak8975_probe()
867
return PTR_ERR(
eoc_gpiod
);
in ak8975_probe()
868
if (
eoc_gpiod
)
in ak8975_probe()
[all...]
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H
A
D
ak8975.c
387
struct gpio_desc *
eoc_gpiod
;
member
543
irq = gpiod_to_irq(data->
eoc_gpiod
);
in ak8975_setup_irq()
592
if (data->
eoc_gpiod
|| client->irq > 0) {
in ak8975_setup()
617
if (gpiod_get_value(data->
eoc_gpiod
))
in wait_conversion_complete_gpio()
689
else if (data->
eoc_gpiod
)
in ak8975_start_read_axis()
884
struct gpio_desc *
eoc_gpiod
;
in ak8975_probe()
local
897
eoc_gpiod
= devm_gpiod_get_optional(&client->dev, NULL, GPIOD_IN);
in ak8975_probe()
898
if (IS_ERR(
eoc_gpiod
))
in ak8975_probe()
899
return PTR_ERR(
eoc_gpiod
);
in ak8975_probe()
900
if (
eoc_gpiod
)
in ak8975_probe()
[all...]
Completed in 3 milliseconds