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:stm32_dfsdm
(Results
1 - 6
of
6
) 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 */
95
static inline struct dfsdm_priv *to_stm32_dfsdm_priv(struct
stm32_dfsdm
*dfsdm)
in to_stm32_dfsdm_priv()
100
static int stm32_dfsdm_clk_prepare_enable(struct
stm32_dfsdm
*dfsdm)
in stm32_dfsdm_clk_prepare_enable()
116
static void stm32_dfsdm_clk_disable_unprepare(struct
stm32_dfsdm
*dfsdm)
in stm32_dfsdm_clk_disable_unprepare()
131
int stm32_dfsdm_start_dfsdm(struct
stm32_dfsdm
*dfsdm)
in stm32_dfsdm_start_dfsdm()
188
int stm32_dfsdm_stop_dfsdm(struct
stm32_dfsdm
*dfsdm)
in stm32_dfsdm_stop_dfsdm()
305
struct
stm32_dfsdm
*dfsdm;
in stm32_dfsdm_probe()
375
struct
stm32_dfsdm
*dfsdm = platform_get_drvdata(pdev);
in stm32_dfsdm_core_remove()
389
struct
stm32_dfsdm
*dfsdm = dev_get_drvdata(dev);
in stm32_dfsdm_core_suspend()
405
struct
stm32_dfsdm
*dfsd
in stm32_dfsdm_core_resume()
[all...]
H
A
D
stm32-dfsdm.h
294
* struct
stm32_dfsdm
- stm32 FDSDM driver common data (for all instances)
304
struct
stm32_dfsdm
{
struct
323
int stm32_dfsdm_start_dfsdm(struct
stm32_dfsdm
*dfsdm);
324
int stm32_dfsdm_stop_dfsdm(struct
stm32_dfsdm
*dfsdm);
H
A
D
stm32-dfsdm-adc.c
71
struct
stm32_dfsdm
*dfsdm;
369
static int stm32_dfsdm_chan_configure(struct
stm32_dfsdm
*dfsdm,
in stm32_dfsdm_chan_configure()
395
struct
stm32_dfsdm
*dfsdm = adc->dfsdm;
in stm32_dfsdm_start_filter()
414
static void stm32_dfsdm_stop_filter(struct
stm32_dfsdm
*dfsdm,
in stm32_dfsdm_stop_filter()
598
static int stm32_dfsdm_channel_parse_of(struct
stm32_dfsdm
*dfsdm,
in stm32_dfsdm_channel_parse_of()
/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 */
103
static inline struct dfsdm_priv *to_stm32_dfsdm_priv(struct
stm32_dfsdm
*dfsdm)
in to_stm32_dfsdm_priv()
108
static int stm32_dfsdm_clk_prepare_enable(struct
stm32_dfsdm
*dfsdm)
in stm32_dfsdm_clk_prepare_enable()
124
static void stm32_dfsdm_clk_disable_unprepare(struct
stm32_dfsdm
*dfsdm)
in stm32_dfsdm_clk_disable_unprepare()
138
int stm32_dfsdm_start_dfsdm(struct
stm32_dfsdm
*dfsdm)
in stm32_dfsdm_start_dfsdm()
193
int stm32_dfsdm_stop_dfsdm(struct
stm32_dfsdm
*dfsdm)
in stm32_dfsdm_stop_dfsdm()
312
struct
stm32_dfsdm
*dfsdm = &priv->dfsdm;
in stm32_dfsdm_probe_identification()
369
struct
stm32_dfsdm
*dfsdm;
in stm32_dfsdm_probe()
441
struct
stm32_dfsdm
*dfsdm = platform_get_drvdata(pdev);
in stm32_dfsdm_core_remove()
455
struct
stm32_dfsdm
*dfsd
in stm32_dfsdm_core_suspend()
[all...]
H
A
D
stm32-dfsdm.h
316
* struct
stm32_dfsdm
- stm32 FDSDM driver common data (for all instances)
326
struct
stm32_dfsdm
{
struct
345
int stm32_dfsdm_start_dfsdm(struct
stm32_dfsdm
*dfsdm);
346
int stm32_dfsdm_stop_dfsdm(struct
stm32_dfsdm
*dfsdm);
H
A
D
stm32-dfsdm-adc.c
72
struct
stm32_dfsdm
*dfsdm;
370
static int stm32_dfsdm_chan_configure(struct
stm32_dfsdm
*dfsdm,
in stm32_dfsdm_chan_configure()
396
struct
stm32_dfsdm
*dfsdm = adc->dfsdm;
in stm32_dfsdm_start_filter()
415
static void stm32_dfsdm_stop_filter(struct
stm32_dfsdm
*dfsdm,
in stm32_dfsdm_stop_filter()
598
static int stm32_dfsdm_channel_parse_of(struct
stm32_dfsdm
*dfsdm,
in stm32_dfsdm_channel_parse_of()
Completed in 9 milliseconds