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:ACPI_GET8
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
rsmisc.c
106
((
ACPI_GET8
(source) >> info->value) & 0x01));
in acpi_rs_convert_aml_to_resource()
114
((
ACPI_GET8
(source) >> info->value) & 0x03));
in acpi_rs_convert_aml_to_resource()
122
((
ACPI_GET8
(source) >> info->value) & 0x07));
in acpi_rs_convert_aml_to_resource()
130
((
ACPI_GET8
(source) >> info->value) & 0x3F));
in acpi_rs_convert_aml_to_resource()
135
item_count =
ACPI_GET8
(source);
in acpi_rs_convert_aml_to_resource()
163
item_count =
ACPI_GET8
(source);
in acpi_rs_convert_aml_to_resource()
356
acpi_rs_decode_bitmask(
ACPI_GET8
(source),
in acpi_rs_convert_aml_to_resource()
396
if (
ACPI_GET8
(source) != info->value) {
in acpi_rs_convert_aml_to_resource()
502
((
ACPI_GET8
(source) & 0x01) << info->
in acpi_rs_convert_resource_to_aml()
511
((
ACPI_GET8
(sourc
in acpi_rs_convert_resource_to_aml()
[all...]
H
A
D
utresrc.c
280
resource_type =
ACPI_GET8
(aml);
in acpi_ut_validate_resource()
434
if (
ACPI_GET8
(aml) & ACPI_RESOURCE_NAME_LARGE) {
in acpi_ut_get_resource_type()
438
return (
ACPI_GET8
(aml));
in acpi_ut_get_resource_type()
442
return ((u8) (
ACPI_GET8
(aml) & ACPI_RESOURCE_NAME_SMALL_MASK));
in acpi_ut_get_resource_type()
470
if (
ACPI_GET8
(aml) & ACPI_RESOURCE_NAME_LARGE) {
in acpi_ut_get_resource_length()
479
resource_length = (u16) (
ACPI_GET8
(aml) &
in acpi_ut_get_resource_length()
504
if (
ACPI_GET8
(aml) & ACPI_RESOURCE_NAME_LARGE) {
in acpi_ut_get_resource_header_length()
H
A
D
psargs.c
477
switch (
ACPI_GET8
(parser_state->aml)) {
in acpi_ps_get_next_field()
568
access_type =
ACPI_GET8
(parser_state->aml);
in acpi_ps_get_next_field()
570
access_attribute =
ACPI_GET8
(parser_state->aml);
in acpi_ps_get_next_field()
579
access_length =
ACPI_GET8
(parser_state->aml);
in acpi_ps_get_next_field()
594
if (
ACPI_GET8
(parser_state->aml) == AML_BUFFER_OP) {
in acpi_ps_get_next_field()
617
opcode =
ACPI_GET8
(parser_state->aml);
in acpi_ps_get_next_field()
625
ACPI_GET8
(parser_state->aml);
in acpi_ps_get_next_field()
H
A
D
rsdump.c
225
acpi_rs_out_integer8(name,
ACPI_GET8
(target));
in acpi_rs_dump_descriptor()
266
acpi_rs_out_integer8(name, (
ACPI_GET8
(target) & 0x3F));
in acpi_rs_dump_descriptor()
H
A
D
psparse.c
73
opcode = (u16)
ACPI_GET8
(aml);
in acpi_ps_peek_opcode()
80
opcode = (u16) ((opcode << 8) |
ACPI_GET8
(aml));
in acpi_ps_peek_opcode()
H
A
D
exregion.c
217
*value = (u64)
ACPI_GET8
(logical_addr_ptr);
in acpi_ex_system_memory_space_handler()
H
A
D
hwgpe.c
50
*value = (u64)
ACPI_GET8
((unsigned long)reg->address);
in acpi_hw_gpe_read()
H
A
D
acmacros.h
22
#define
ACPI_GET8
(ptr) (*ACPI_CAST8 (ptr))
macro
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
utresrc.c
276
resource_type =
ACPI_GET8
(aml);
in acpi_ut_validate_resource()
426
if (
ACPI_GET8
(aml) & ACPI_RESOURCE_NAME_LARGE) {
in acpi_ut_get_resource_type()
430
return (
ACPI_GET8
(aml));
in acpi_ut_get_resource_type()
434
return ((u8) (
ACPI_GET8
(aml) & ACPI_RESOURCE_NAME_SMALL_MASK));
in acpi_ut_get_resource_type()
462
if (
ACPI_GET8
(aml) & ACPI_RESOURCE_NAME_LARGE) {
in acpi_ut_get_resource_length()
471
resource_length = (u16) (
ACPI_GET8
(aml) &
in acpi_ut_get_resource_length()
496
if (
ACPI_GET8
(aml) & ACPI_RESOURCE_NAME_LARGE) {
in acpi_ut_get_resource_header_length()
H
A
D
rsmisc.c
104
((
ACPI_GET8
(source) >> info->value) & 0x01));
in acpi_rs_convert_aml_to_resource()
112
((
ACPI_GET8
(source) >> info->value) & 0x03));
in acpi_rs_convert_aml_to_resource()
120
((
ACPI_GET8
(source) >> info->value) & 0x07));
in acpi_rs_convert_aml_to_resource()
125
item_count =
ACPI_GET8
(source);
in acpi_rs_convert_aml_to_resource()
153
item_count =
ACPI_GET8
(source);
in acpi_rs_convert_aml_to_resource()
344
acpi_rs_decode_bitmask(
ACPI_GET8
(source),
in acpi_rs_convert_aml_to_resource()
384
if (
ACPI_GET8
(source) != info->value) {
in acpi_rs_convert_aml_to_resource()
490
((
ACPI_GET8
(source) & 0x01) << info->
in acpi_rs_convert_resource_to_aml()
499
((
ACPI_GET8
(source) & 0x03) << info->
in acpi_rs_convert_resource_to_aml()
508
((
ACPI_GET8
(sourc
in acpi_rs_convert_resource_to_aml()
[all...]
H
A
D
psargs.c
477
switch (
ACPI_GET8
(parser_state->aml)) {
in acpi_ps_get_next_field()
568
access_type =
ACPI_GET8
(parser_state->aml);
in acpi_ps_get_next_field()
570
access_attribute =
ACPI_GET8
(parser_state->aml);
in acpi_ps_get_next_field()
579
access_length =
ACPI_GET8
(parser_state->aml);
in acpi_ps_get_next_field()
594
if (
ACPI_GET8
(parser_state->aml) == AML_BUFFER_OP) {
in acpi_ps_get_next_field()
617
opcode =
ACPI_GET8
(parser_state->aml);
in acpi_ps_get_next_field()
625
ACPI_GET8
(parser_state->aml);
in acpi_ps_get_next_field()
H
A
D
psparse.c
73
opcode = (u16)
ACPI_GET8
(aml);
in acpi_ps_peek_opcode()
80
opcode = (u16) ((opcode << 8) |
ACPI_GET8
(aml));
in acpi_ps_peek_opcode()
H
A
D
exregion.c
217
*value = (u64)
ACPI_GET8
(logical_addr_ptr);
in acpi_ex_system_memory_space_handler()
H
A
D
rsdump.c
222
acpi_rs_out_integer8(name,
ACPI_GET8
(target));
in acpi_rs_dump_descriptor()
H
A
D
hwgpe.c
50
*value = (u64)
ACPI_GET8
((unsigned long)reg->address);
in acpi_hw_gpe_read()
H
A
D
acmacros.h
22
#define
ACPI_GET8
(ptr) (*ACPI_CAST8 (ptr))
macro
Completed in 14 milliseconds