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:iio_hw_consumer
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/iio/
H
A
D
hw-consumer.h
12
struct
iio_hw_consumer
;
14
struct
iio_hw_consumer
*iio_hw_consumer_alloc(struct device *dev);
15
void iio_hw_consumer_free(struct
iio_hw_consumer
*hwc);
16
struct
iio_hw_consumer
*devm_iio_hw_consumer_alloc(struct device *dev);
17
int iio_hw_consumer_enable(struct
iio_hw_consumer
*hwc);
18
void iio_hw_consumer_disable(struct
iio_hw_consumer
*hwc);
/kernel/linux/linux-6.6/include/linux/iio/
H
A
D
hw-consumer.h
12
struct
iio_hw_consumer
;
14
struct
iio_hw_consumer
*iio_hw_consumer_alloc(struct device *dev);
15
void iio_hw_consumer_free(struct
iio_hw_consumer
*hwc);
16
struct
iio_hw_consumer
*devm_iio_hw_consumer_alloc(struct device *dev);
17
int iio_hw_consumer_enable(struct
iio_hw_consumer
*hwc);
18
void iio_hw_consumer_disable(struct
iio_hw_consumer
*hwc);
/kernel/linux/linux-5.10/drivers/iio/buffer/
H
A
D
industrialio-hw-consumer.c
18
* struct
iio_hw_consumer
- IIO hw consumer block
22
struct
iio_hw_consumer
{
struct
53
struct
iio_hw_consumer
*hwc, struct iio_dev *indio_dev)
in iio_hw_consumer_get_buffer()
81
* Returns a valid
iio_hw_consumer
on success or a ERR_PTR() on failure.
83
struct
iio_hw_consumer
*iio_hw_consumer_alloc(struct device *dev)
in iio_hw_consumer_alloc()
86
struct
iio_hw_consumer
*hwc;
in iio_hw_consumer_alloc()
129
void iio_hw_consumer_free(struct
iio_hw_consumer
*hwc)
in iio_hw_consumer_free()
142
iio_hw_consumer_free(*(struct
iio_hw_consumer
**)res);
in devm_iio_hw_consumer_release()
149
* Managed iio_hw_consumer_alloc.
iio_hw_consumer
allocated with this function
152
* returns pointer to allocated
iio_hw_consumer
o
[all...]
/kernel/linux/linux-6.6/drivers/iio/buffer/
H
A
D
industrialio-hw-consumer.c
18
* struct
iio_hw_consumer
- IIO hw consumer block
22
struct
iio_hw_consumer
{
struct
53
struct
iio_hw_consumer
*hwc, struct iio_dev *indio_dev)
in iio_hw_consumer_get_buffer()
81
* Returns a valid
iio_hw_consumer
on success or a ERR_PTR() on failure.
83
struct
iio_hw_consumer
*iio_hw_consumer_alloc(struct device *dev)
in iio_hw_consumer_alloc()
86
struct
iio_hw_consumer
*hwc;
in iio_hw_consumer_alloc()
129
void iio_hw_consumer_free(struct
iio_hw_consumer
*hwc)
in iio_hw_consumer_free()
149
* Managed iio_hw_consumer_alloc.
iio_hw_consumer
allocated with this function
152
* returns pointer to allocated
iio_hw_consumer
on success, NULL on failure.
154
struct
iio_hw_consumer
*devm_iio_hw_consumer_allo
[all...]
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
stm32-dfsdm-adc.c
79
struct
iio_hw_consumer
*hwc;
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
stm32-dfsdm-adc.c
80
struct
iio_hw_consumer
*hwc;
Completed in 6 milliseconds