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:str_obj
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/
H
A
D
string-attributes.c
121
* @
str_obj
: ACPI object with string data
125
int populate_str_data(union acpi_object *
str_obj
, int instance_id, struct kobject *attr_name_kobj)
in populate_str_data()
argument
131
str_obj
[ATTR_NAME].string.pointer);
in populate_str_data()
135
str_obj
[DISPL_NAME_LANG_CODE].string.pointer);
in populate_str_data()
139
str_obj
[DISPLAY_NAME].string.pointer);
in populate_str_data()
143
str_obj
[DEFAULT_VAL].string.pointer);
in populate_str_data()
147
str_obj
[MODIFIER].string.pointer);
in populate_str_data()
150
wmi_priv.str_data[instance_id].min_length = (uintptr_t)
str_obj
[MIN_LEN].string.pointer;
in populate_str_data()
153
wmi_priv.str_data[instance_id].max_length = (uintptr_t)
str_obj
[MAX_LEN].string.pointer;
in populate_str_data()
H
A
D
dell-wmi-sysman.h
172
int populate_str_data(union acpi_object *
str_obj
, int instance_id, struct kobject *attr_name_kobj);
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
device_sysfs.c
440
if (acpi_dev->pnp.
str_obj
== NULL)
in description_show()
448
(wchar_t *)acpi_dev->pnp.
str_obj
->buffer.pointer,
in description_show()
449
acpi_dev->pnp.
str_obj
->buffer.length,
in description_show()
540
dev->pnp.
str_obj
= buffer.pointer;
in acpi_device_setup_files()
614
kfree(dev->pnp.
str_obj
);
in acpi_device_remove_files()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
device_sysfs.c
448
if (acpi_dev->pnp.
str_obj
== NULL)
in description_show()
456
(wchar_t *)acpi_dev->pnp.
str_obj
->buffer.pointer,
in description_show()
457
acpi_dev->pnp.
str_obj
->buffer.length,
in description_show()
551
dev->pnp.
str_obj
= buffer.pointer;
in acpi_device_setup_files()
625
kfree(dev->pnp.
str_obj
);
in acpi_device_remove_files()
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/
H
A
D
bioscfg.h
401
int hp_populate_string_package_data(union acpi_object *
str_obj
,
/kernel/linux/linux-5.10/include/acpi/
H
A
D
acpi_bus.h
243
union acpi_object *
str_obj
; /* unicode string for _STR method */
member
/kernel/linux/linux-6.6/include/acpi/
H
A
D
acpi_bus.h
247
union acpi_object *
str_obj
; /* unicode string for _STR method */
member
Completed in 8 milliseconds