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_vals
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/magnetometer/
H
A
D
hid-sensor-magn-3d.c
44
u32 *
iio_vals
;
member
293
hid_sensor_push_data(indio_dev, magn_state->
iio_vals
);
in magn_3d_proc_event()
389
st->
iio_vals
= devm_kcalloc(&pdev->dev, attr_count,
in magn_3d_parse_report()
392
if (!st->
iio_vals
) {
in magn_3d_parse_report()
408
st->magn_val_addr[i] = &(st->
iio_vals
[*chan_count]);
in magn_3d_parse_report()
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H
A
D
hid-sensor-magn-3d.c
41
u32 *
iio_vals
;
member
295
magn_state->
iio_vals
,
in magn_3d_proc_event()
399
/* attr_count include timestamp channel, and the
iio_vals
should be aligned to 8byte */
in magn_3d_parse_report()
400
st->
iio_vals
= devm_kcalloc(&pdev->dev,
in magn_3d_parse_report()
403
if (!st->
iio_vals
) {
in magn_3d_parse_report()
420
st->magn_val_addr[i] = &st->
iio_vals
[*chan_count];
in magn_3d_parse_report()
Completed in 2 milliseconds