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:num_gpes
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
sysfs.c
587
static u32
num_gpes
;
variable
608
for (i = 0; i <
num_gpes
; i++)
in delete_gpe_attr_array()
625
if (gpe_number <
num_gpes
)
in gpe_count()
628
all_counters[
num_gpes
+ ACPI_NUM_FIXED_EVENTS +
in gpe_count()
640
all_counters[
num_gpes
+ event_number].count++;
in fixed_event_count()
642
all_counters[
num_gpes
+ ACPI_NUM_FIXED_EVENTS +
in fixed_event_count()
667
if (index >=
num_gpes
+ ACPI_NUM_FIXED_EVENTS)
in get_status()
670
if (index <
num_gpes
) {
in get_status()
679
status = acpi_get_event_status(index -
num_gpes
, ret);
in get_status()
696
all_counters[
num_gpes
in counter_show()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
sysfs.c
582
static u32
num_gpes
;
variable
603
for (i = 0; i <
num_gpes
; i++)
in delete_gpe_attr_array()
618
if (gpe_number <
num_gpes
)
in gpe_count()
621
all_counters[
num_gpes
+ ACPI_NUM_FIXED_EVENTS +
in gpe_count()
631
all_counters[
num_gpes
+ event_number].count++;
in fixed_event_count()
633
all_counters[
num_gpes
+ ACPI_NUM_FIXED_EVENTS +
in fixed_event_count()
656
if (index >=
num_gpes
+ ACPI_NUM_FIXED_EVENTS)
in get_status()
659
if (index <
num_gpes
) {
in get_status()
667
status = acpi_get_event_status(index -
num_gpes
, ret);
in get_status()
684
all_counters[
num_gpes
in counter_show()
[all...]
Completed in 3 milliseconds