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_kfifo_free
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/buffer/
H
A
D
kfifo_buf.c
171
void
iio_kfifo_free
(struct iio_buffer *r)
in iio_kfifo_free()
function
175
EXPORT_SYMBOL(
iio_kfifo_free
);
variable
179
iio_kfifo_free
(*(struct iio_buffer **)res);
in devm_iio_kfifo_release()
H
A
D
industrialio-triggered-buffer.c
73
iio_kfifo_free
(indio_dev->buffer);
in iio_triggered_buffer_setup()
86
iio_kfifo_free
(indio_dev->buffer);
in iio_triggered_buffer_cleanup()
/kernel/linux/linux-5.10/drivers/iio/dummy/
H
A
D
iio_simple_dummy_buffer.c
161
iio_kfifo_free
(indio_dev->buffer);
in iio_simple_dummy_configure_buffer()
173
iio_kfifo_free
(indio_dev->buffer);
in iio_simple_dummy_unconfigure_buffer()
/kernel/linux/linux-6.6/drivers/iio/buffer/
H
A
D
industrialio-triggered-buffer.c
95
iio_kfifo_free
(buffer);
in iio_triggered_buffer_setup_ext()
108
iio_kfifo_free
(indio_dev->buffer);
in iio_triggered_buffer_cleanup()
H
A
D
kfifo_buf.c
221
void
iio_kfifo_free
(struct iio_buffer *r)
in iio_kfifo_free()
function
225
EXPORT_SYMBOL(
iio_kfifo_free
);
variable
229
iio_kfifo_free
(*(struct iio_buffer **)res);
in devm_iio_kfifo_release()
/kernel/linux/linux-5.10/include/linux/iio/
H
A
D
kfifo_buf.h
9
void
iio_kfifo_free
(struct iio_buffer *r);
/kernel/linux/linux-6.6/include/linux/iio/
H
A
D
kfifo_buf.h
12
void
iio_kfifo_free
(struct iio_buffer *r);
Completed in 2 milliseconds