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
defs:dfsdm
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
stm32-dfsdm-core.c
86
struct stm32_dfsdm
dfsdm
; /* common data exported for all instances */
member
95
static inline struct dfsdm_priv *to_stm32_dfsdm_priv(struct stm32_dfsdm *
dfsdm
)
in to_stm32_dfsdm_priv()
argument
100
static int stm32_dfsdm_clk_prepare_enable(struct stm32_dfsdm *
dfsdm
)
in stm32_dfsdm_clk_prepare_enable()
argument
116
static void stm32_dfsdm_clk_disable_unprepare(struct stm32_dfsdm *
dfsdm
)
in stm32_dfsdm_clk_disable_unprepare()
argument
131
stm32_
dfsdm
_start_
dfsdm
(struct stm32_
dfsdm
*
dfsdm
)
stm32_dfsdm_start_dfsdm()
argument
188
stm32_
dfsdm
_stop_
dfsdm
(struct stm32_
dfsdm
*
dfsdm
)
stm32_dfsdm_stop_dfsdm()
argument
305
struct stm32_
dfsdm
*
dfsdm
;
stm32_dfsdm_probe()
local
375
struct stm32_
dfsdm
*
dfsdm
= platform_get_drvdata(pdev);
stm32_dfsdm_core_remove()
local
389
struct stm32_
dfsdm
*
dfsdm
= dev_get_drvdata(dev);
stm32_dfsdm_core_suspend()
local
405
struct stm32_
dfsdm
*
dfsdm
= dev_get_drvdata(dev);
stm32_dfsdm_core_resume()
local
422
struct stm32_
dfsdm
*
dfsdm
= dev_get_drvdata(dev);
stm32_dfsdm_core_runtime_suspend()
local
431
struct stm32_
dfsdm
*
dfsdm
= dev_get_drvdata(dev);
stm32_dfsdm_core_runtime_resume()
local
[all...]
H
A
D
stm32-dfsdm-adc.c
71
struct stm32_dfsdm *
dfsdm
;
member
369
static int stm32_dfsdm_chan_configure(struct stm32_dfsdm *
dfsdm
,
in stm32_dfsdm_chan_configure()
argument
395
struct stm32_dfsdm *
dfsdm
= adc->
dfsdm
;
in stm32_dfsdm_start_filter()
local
414
stm32_
dfsdm
_stop_filter(struct stm32_
dfsdm
*
dfsdm
, unsigned int fl_id)
stm32_dfsdm_stop_filter()
argument
598
stm32_
dfsdm
_channel_parse_of(struct stm32_
dfsdm
*
dfsdm
, struct iio_dev *indio_dev, struct iio_chan_spec *ch)
stm32_dfsdm_channel_parse_of()
argument
[all...]
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
stm32-dfsdm-core.c
94
struct stm32_dfsdm
dfsdm
; /* common data exported for all instances */
member
103
static inline struct dfsdm_priv *to_stm32_dfsdm_priv(struct stm32_dfsdm *
dfsdm
)
in to_stm32_dfsdm_priv()
argument
108
static int stm32_dfsdm_clk_prepare_enable(struct stm32_dfsdm *
dfsdm
)
in stm32_dfsdm_clk_prepare_enable()
argument
124
static void stm32_dfsdm_clk_disable_unprepare(struct stm32_dfsdm *
dfsdm
)
in stm32_dfsdm_clk_disable_unprepare()
argument
138
stm32_
dfsdm
_start_
dfsdm
(struct stm32_
dfsdm
*
dfsdm
)
stm32_dfsdm_start_dfsdm()
argument
193
stm32_
dfsdm
_stop_
dfsdm
(struct stm32_
dfsdm
*
dfsdm
)
stm32_dfsdm_stop_dfsdm()
argument
312
struct stm32_
dfsdm
*
dfsdm
= &priv->
dfsdm
;
stm32_dfsdm_probe_identification()
local
369
struct stm32_
dfsdm
*
dfsdm
;
stm32_dfsdm_probe()
local
441
struct stm32_
dfsdm
*
dfsdm
= platform_get_drvdata(pdev);
stm32_dfsdm_core_remove()
local
455
struct stm32_
dfsdm
*
dfsdm
= dev_get_drvdata(dev);
stm32_dfsdm_core_suspend()
local
471
struct stm32_
dfsdm
*
dfsdm
= dev_get_drvdata(dev);
stm32_dfsdm_core_resume()
local
488
struct stm32_
dfsdm
*
dfsdm
= dev_get_drvdata(dev);
stm32_dfsdm_core_runtime_suspend()
local
497
struct stm32_
dfsdm
*
dfsdm
= dev_get_drvdata(dev);
stm32_dfsdm_core_runtime_resume()
local
[all...]
H
A
D
stm32-dfsdm-adc.c
72
struct stm32_dfsdm *
dfsdm
;
member
370
static int stm32_dfsdm_chan_configure(struct stm32_dfsdm *
dfsdm
,
in stm32_dfsdm_chan_configure()
argument
396
struct stm32_dfsdm *
dfsdm
= adc->
dfsdm
;
in stm32_dfsdm_start_filter()
local
415
stm32_
dfsdm
_stop_filter(struct stm32_
dfsdm
*
dfsdm
, unsigned int fl_id)
stm32_dfsdm_stop_filter()
argument
598
stm32_
dfsdm
_channel_parse_of(struct stm32_
dfsdm
*
dfsdm
, struct iio_dev *indio_dev, struct iio_chan_spec *ch)
stm32_dfsdm_channel_parse_of()
argument
[all...]
Completed in 4 milliseconds