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:pcct_entry
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mailbox/
H
A
D
pcc.c
440
* @
pcct_entry
: Pointer to the ACPI subtable header.
449
struct acpi_subtable_header *
pcct_entry
)
in pcc_parse_subspace_irq()
454
if (
pcct_entry
->type < ACPI_PCCT_TYPE_HW_REDUCED_SUBSPACE ||
in pcc_parse_subspace_irq()
455
pcct_entry
->type > ACPI_PCCT_TYPE_EXT_PCC_SLAVE_SUBSPACE)
in pcc_parse_subspace_irq()
458
pcct_ss = (struct acpi_pcct_hw_reduced *)
pcct_entry
;
in pcc_parse_subspace_irq()
494
* @
pcct_entry
: Pointer to the ACPI subtable header.
499
struct acpi_subtable_header *
pcct_entry
)
in pcc_parse_subspace_db_reg()
503
if (
pcct_entry
->type <= ACPI_PCCT_TYPE_HW_REDUCED_SUBSPACE_TYPE2) {
in pcc_parse_subspace_db_reg()
506
pcct_ss = (struct acpi_pcct_subspace *)
pcct_entry
;
in pcc_parse_subspace_db_reg()
516
pcct_ext = (struct acpi_pcct_ext_pcc_master *)
pcct_entry
;
in pcc_parse_subspace_db_reg()
448
pcc_parse_subspace_irq(struct pcc_chan_info *pchan, struct acpi_subtable_header *
pcct_entry
)
pcc_parse_subspace_irq()
argument
498
pcc_parse_subspace_db_reg(struct pcc_chan_info *pchan, struct acpi_subtable_header *
pcct_entry
)
pcc_parse_subspace_db_reg()
argument
555
pcc_parse_subspace_shmem(struct pcc_chan_info *pchan, struct acpi_subtable_header *
pcct_entry
)
pcc_parse_subspace_shmem()
argument
639
struct acpi_subtable_header *
pcct_entry
;
pcc_mbox_probe()
local
[all...]
/kernel/linux/linux-5.10/drivers/mailbox/
H
A
D
pcc.c
432
struct acpi_subtable_header *
pcct_entry
;
in acpi_pcc_probe()
local
492
pcct_entry
= (struct acpi_subtable_header *) (
in acpi_pcc_probe()
502
pcc_mbox_channels[i].con_priv =
pcct_entry
;
in acpi_pcc_probe()
504
if (
pcct_entry
->type == ACPI_PCCT_TYPE_HW_REDUCED_SUBSPACE ||
in acpi_pcc_probe()
505
pcct_entry
->type == ACPI_PCCT_TYPE_HW_REDUCED_SUBSPACE_TYPE2) {
in acpi_pcc_probe()
508
pcct_hrss = (struct acpi_pcct_hw_reduced *)
pcct_entry
;
in acpi_pcc_probe()
516
pcct_ss = (struct acpi_pcct_subspace *)
pcct_entry
;
in acpi_pcc_probe()
523
pcct_entry
= (struct acpi_subtable_header *)
in acpi_pcc_probe()
524
((unsigned long)
pcct_entry
+
pcct_entry
in acpi_pcc_probe()
[all...]
Completed in 2 milliseconds