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:pollfunc
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/buffer/
H
A
D
industrialio-triggered-buffer.c
18
* iio_triggered_buffer_setup_ext() - Setup triggered buffer and
pollfunc
20
* @h: Function which will be used as
pollfunc
top half
21
* @thread: Function which will be used as
pollfunc
bottom half
30
*
pollfunc
.
65
indio_dev->
pollfunc
= iio_alloc_pollfunc(h,
in iio_triggered_buffer_setup_ext()
72
if (indio_dev->
pollfunc
== NULL) {
in iio_triggered_buffer_setup_ext()
93
iio_dealloc_pollfunc(indio_dev->
pollfunc
);
in iio_triggered_buffer_setup_ext()
107
iio_dealloc_pollfunc(indio_dev->
pollfunc
);
in iio_triggered_buffer_cleanup()
/kernel/linux/linux-5.10/drivers/iio/buffer/
H
A
D
industrialio-triggered-buffer.c
17
* iio_triggered_buffer_setup() - Setup triggered buffer and
pollfunc
19
* @h: Function which will be used as
pollfunc
top half
20
* @thread: Function which will be used as
pollfunc
bottom half
27
*
pollfunc
.
52
indio_dev->
pollfunc
= iio_alloc_pollfunc(h,
in iio_triggered_buffer_setup()
59
if (indio_dev->
pollfunc
== NULL) {
in iio_triggered_buffer_setup()
85
iio_dealloc_pollfunc(indio_dev->
pollfunc
);
in iio_triggered_buffer_cleanup()
/kernel/linux/linux-5.10/drivers/iio/dummy/
H
A
D
iio_simple_dummy_buffer.c
40
* if the
pollfunc
is attached then this handler is called as a threaded
140
indio_dev->
pollfunc
= iio_alloc_pollfunc(NULL,
in iio_simple_dummy_configure_buffer()
147
if (!indio_dev->
pollfunc
) {
in iio_simple_dummy_configure_buffer()
172
iio_dealloc_pollfunc(indio_dev->
pollfunc
);
in iio_simple_dummy_unconfigure_buffer()
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
ti-adc084s021.c
142
* @
pollfunc
: Pointer to the poll func.
144
static irqreturn_t adc084s021_buffer_trigger_handler(int irq, void *
pollfunc
)
in adc084s021_buffer_trigger_handler()
argument
146
struct iio_poll_func *pf =
pollfunc
;
in adc084s021_buffer_trigger_handler()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
ti-adc084s021.c
142
* @
pollfunc
: Pointer to the poll func.
144
static irqreturn_t adc084s021_buffer_trigger_handler(int irq, void *
pollfunc
)
in adc084s021_buffer_trigger_handler()
argument
146
struct iio_poll_func *pf =
pollfunc
;
in adc084s021_buffer_trigger_handler()
/kernel/linux/linux-5.10/include/linux/iio/
H
A
D
iio.h
503
* @
pollfunc
: [DRIVER] function run on trigger being received
540
struct iio_poll_func *
pollfunc
;
member
/kernel/linux/linux-6.6/include/linux/iio/
H
A
D
iio.h
565
* @
pollfunc
: [DRIVER] function run on trigger being received
589
struct iio_poll_func *
pollfunc
;
member
/kernel/linux/linux-5.10/drivers/iio/
H
A
D
industrialio-buffer.c
976
indio_dev->
pollfunc
);
in iio_enable_buffers()
995
indio_dev->
pollfunc
);
in iio_enable_buffers()
1037
indio_dev->
pollfunc
);
in iio_disable_buffers()
/kernel/linux/linux-6.6/drivers/iio/
H
A
D
industrialio-buffer.c
1112
indio_dev->
pollfunc
);
in iio_enable_buffers()
1131
indio_dev->
pollfunc
);
in iio_enable_buffers()
1174
indio_dev->
pollfunc
);
in iio_disable_buffers()
Completed in 9 milliseconds