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:readings
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/skeleton/
H
A
D
profiler.bpf.c
20
/*
readings
at fentry */
27
/* accumulated
readings
*/
102
struct bpf_perf_event_value___local
readings
[MAX_NUM_MATRICS];
in BPF_PROG()
local
111
(void *)(
readings
+ i),
in BPF_PROG()
112
sizeof(*
readings
));
in BPF_PROG()
120
fexit_update_maps(i, &
readings
[i]);
in BPF_PROG()
/kernel/linux/linux-6.6/tools/bpf/bpftool/skeleton/
H
A
D
profiler.bpf.c
20
/*
readings
at fentry */
27
/* accumulated
readings
*/
102
struct bpf_perf_event_value___local
readings
[MAX_NUM_MATRICS];
in BPF_PROG()
local
111
(void *)(
readings
+ i),
in BPF_PROG()
112
sizeof(*
readings
));
in BPF_PROG()
120
fexit_update_maps(i, &
readings
[i]);
in BPF_PROG()
/kernel/linux/linux-6.6/drivers/iio/common/scmi_sensors/
H
A
D
scmi_iio.c
55
sensor->iio_buf[i] = sensor_update->
readings
[i].value;
in scmi_iio_sensor_update_cb()
64
time = sensor_update->
readings
[0].timestamp;
in scmi_iio_sensor_update_cb()
291
struct scmi_sensor_reading
readings
[SCMI_IIO_NUM_OF_AXIS];
in scmi_iio_read_channel_data()
local
307
sensor->sensor_info->num_axis,
readings
);
in scmi_iio_read_channel_data()
326
*val = lower_32_bits(
readings
[ch->scan_index].value);
in scmi_iio_read_channel_data()
327
*val2 = upper_32_bits(
readings
[ch->scan_index].value);
in scmi_iio_read_channel_data()
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H
A
D
sensors.c
198
struct scmi_sensor_reading_resp
readings
[];
member
210
struct scmi_sensor_reading_resp
readings
[];
member
890
* @count: The length of the provided @
readings
array
891
* @
readings
: An array of elements each representing a timestamped per-axis
893
* Returned
readings
are ordered as the @axis descriptors array
903
struct scmi_sensor_reading *
readings
)
in scmi_sensor_reading_get_timestamped()
915
if (!count || !
readings
||
in scmi_sensor_reading_get_timestamped()
937
scmi_parse_sensor_readings(&
readings
[i],
in scmi_sensor_reading_get_timestamped()
938
&resp->
readings
[i]);
in scmi_sensor_reading_get_timestamped()
951
scmi_parse_sensor_readings(&
readings
[
in scmi_sensor_reading_get_timestamped()
901
scmi_sensor_reading_get_timestamped(const struct scmi_protocol_handle *ph, u32 sensor_id, u8 count, struct scmi_sensor_reading *
readings
)
scmi_sensor_reading_get_timestamped()
argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
scmi_protocol.h
487
struct scmi_sensor_reading *
readings
);
964
struct scmi_sensor_reading
readings
[];
member
Completed in 6 milliseconds