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:zone_dev_attrs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/powercap/
H
A
D
powercap_sys.c
304
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
306
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
309
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
312
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
315
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
318
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
321
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
364
power_zone->
zone_dev_attrs
[count++] = &dev_attr_name.attr;
in create_power_zone_common_attributes()
366
power_zone->
zone_dev_attrs
[count++] =
in create_power_zone_common_attributes()
373
power_zone->
zone_dev_attrs
[coun
in create_power_zone_common_attributes()
[all...]
/kernel/linux/linux-6.6/drivers/powercap/
H
A
D
powercap_sys.c
304
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
306
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
309
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
312
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
315
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
318
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
321
power_zone->
zone_dev_attrs
[count++] =
in create_constraints()
364
power_zone->
zone_dev_attrs
[count++] = &dev_attr_name.attr;
in create_power_zone_common_attributes()
366
power_zone->
zone_dev_attrs
[count++] =
in create_power_zone_common_attributes()
373
power_zone->
zone_dev_attrs
[coun
in create_power_zone_common_attributes()
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
alienware-wmi.c
218
static struct device_attribute *
zone_dev_attrs
;
variable
444
* -
zone_dev_attrs
num_zones + 1 is for individual zones and then
in alienware_zone_init()
446
* - zone_attrs num_zones + 2 is for all attrs in
zone_dev_attrs
+
in alienware_zone_init()
450
zone_dev_attrs
=
in alienware_zone_init()
453
if (!
zone_dev_attrs
)
in alienware_zone_init()
473
sysfs_attr_init(&
zone_dev_attrs
[zone].attr);
in alienware_zone_init()
474
zone_dev_attrs
[zone].attr.name = name;
in alienware_zone_init()
475
zone_dev_attrs
[zone].attr.mode = 0644;
in alienware_zone_init()
476
zone_dev_attrs
[zone].show = zone_show;
in alienware_zone_init()
477
zone_dev_attrs
[zon
in alienware_zone_init()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H
A
D
alienware-wmi.c
218
static struct device_attribute *
zone_dev_attrs
;
variable
444
* -
zone_dev_attrs
num_zones + 1 is for individual zones and then
in alienware_zone_init()
446
* - zone_attrs num_zones + 2 is for all attrs in
zone_dev_attrs
+
in alienware_zone_init()
450
zone_dev_attrs
=
in alienware_zone_init()
453
if (!
zone_dev_attrs
)
in alienware_zone_init()
473
sysfs_attr_init(&
zone_dev_attrs
[zone].attr);
in alienware_zone_init()
474
zone_dev_attrs
[zone].attr.name = name;
in alienware_zone_init()
475
zone_dev_attrs
[zone].attr.mode = 0644;
in alienware_zone_init()
476
zone_dev_attrs
[zone].show = zone_show;
in alienware_zone_init()
477
zone_dev_attrs
[zon
in alienware_zone_init()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
powercap.h
122
* @
zone_dev_attrs
: Attributes associated with this device.
146
struct attribute **
zone_dev_attrs
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
powercap.h
122
* @
zone_dev_attrs
: Attributes associated with this device.
146
struct attribute **
zone_dev_attrs
;
member
Completed in 5 milliseconds