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:configurable
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H
A
D
powercap.c
162
unsigned int step_val, bool
configurable
)
in scmi_powercap_validate()
167
if ((
configurable
&& min_val == max_val) ||
in scmi_powercap_validate()
168
(!
configurable
&& min_val != max_val))
in scmi_powercap_validate()
161
scmi_powercap_validate(unsigned int min_val, unsigned int max_val, unsigned int step_val, bool
configurable
)
scmi_powercap_validate()
argument
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H
A
D
monitor.c
801
mbm_total_event.
configurable
= true;
in rdt_get_mon_l3_config()
805
mbm_local_event.
configurable
= true;
in rdt_get_mon_l3_config()
H
A
D
internal.h
77
* @
configurable
: true if the event is
configurable
83
bool
configurable
;
member
H
A
D
rdtgroup.c
1020
if (mevt->
configurable
)
in rdt_mon_features_show()
1449
*
configurable
event
/kernel/linux/linux-6.6/arch/arc/kernel/
H
A
D
entry-arcv2.S
17
; first 16 lines are reserved for exceptions and are not
configurable
.
/kernel/linux/linux-5.10/drivers/input/rmi4/
H
A
D
rmi_f11.c
190
* @
configurable
- the sensor supports various configuration options.
318
bool
configurable
;
member
785
sensor_query->
configurable
= !!(query_buf[0] & RMI_F11_CONFIGURABLE);
in rmi_f11_get_query_parameters()
/kernel/linux/linux-6.6/drivers/input/rmi4/
H
A
D
rmi_f11.c
192
* @
configurable
: the sensor supports various configuration options.
340
bool
configurable
;
member
807
sensor_query->
configurable
= !!(query_buf[0] & RMI_F11_CONFIGURABLE);
in rmi_f11_get_query_parameters()
/kernel/linux/linux-5.10/arch/arc/kernel/
H
A
D
entry-arcv2.S
16
; first 16 lines are reserved for exceptions and are not
configurable
.
/kernel/linux/linux-5.10/drivers/dma/idxd/
H
A
D
sysfs.c
1301
static DEVICE_ATTR_RO(
configurable
);
/kernel/linux/linux-6.6/drivers/dma/idxd/
H
A
D
sysfs.c
1444
static DEVICE_ATTR_RO(
configurable
);
Completed in 19 milliseconds