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:last_prop
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
hp-wmi-sensors.c
510
const acpi_object_type property_map[], int
last_prop
)
in check_wobj()
522
if (elem_count !=
last_prop
+ 1)
in check_wobj()
526
for (prop = 0; prop <=
last_prop
; prop++) {
in check_wobj()
583
int
last_prop
;
in check_numeric_sensor_wobj()
local
609
last_prop
= HP_WMI_PROPERTY_RATE_UNITS;
in check_numeric_sensor_wobj()
614
last_prop
= HP_WMI_PROPERTY_CURRENT_READING;
in check_numeric_sensor_wobj()
624
* reduce the value of
last_prop
by 1 when doing arithmetic with it.
in check_numeric_sensor_wobj()
626
if (elem_count <
last_prop
- !is_new + 1)
in check_numeric_sensor_wobj()
629
count = elem_count - (
last_prop
- !is_new);
in check_numeric_sensor_wobj()
631
for (i = 0; i < elem_count && prop <=
last_prop
;
in check_numeric_sensor_wobj()
509
check_wobj(const union acpi_object *wobj, const acpi_object_type property_map[], int
last_prop
)
check_wobj()
argument
816
int
last_prop
= HP_WMI_PROPERTY_RATE_UNITS;
populate_numeric_sensor_from_wobj()
local
1007
int
last_prop
= HP_WMI_PLATFORM_EVENTS_PROPERTY_POSSIBLE_STATUS;
populate_platform_events_from_wobj()
local
[all...]
Completed in 3 milliseconds