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:autonomous
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/
H
A
D
si1145.c
167
* @
autonomous
: If automatic measurements are active (for buffer support)
180
bool
autonomous
;
member
431
if (data->
autonomous
) {
in si1145_store_samp_freq()
456
if (!data->
autonomous
) {
in si1145_trigger_handler()
491
if (data->
autonomous
) {
in si1145_trigger_handler()
1030
/* Turn off
autonomous
mode */
in si1145_initialize()
1195
data->
autonomous
= true;
in si1145_trigger_set_state()
1227
data->
autonomous
= false;
in si1145_trigger_set_state()
/kernel/linux/linux-6.6/drivers/iio/light/
H
A
D
si1145.c
167
* @
autonomous
: If automatic measurements are active (for buffer support)
180
bool
autonomous
;
member
430
if (data->
autonomous
) {
in si1145_store_samp_freq()
455
if (!data->
autonomous
) {
in si1145_trigger_handler()
490
if (data->
autonomous
) {
in si1145_trigger_handler()
1029
/* Turn off
autonomous
mode */
in si1145_initialize()
1194
data->
autonomous
= true;
in si1145_trigger_set_state()
1226
data->
autonomous
= false;
in si1145_trigger_set_state()
/kernel/linux/linux-5.10/drivers/media/cec/usb/pulse8/
H
A
D
pulse8-cec.c
14
* - In
autonomous
mode, only messages from a TV will be acknowledged, even
18
* - In
autonomous
mode, the dongle will by default reply Feature Abort
25
* - In
autonomous
mode, the dongle is known to attempt wakeup if it receives
207
bool
autonomous
;
member
526
pulse8->
autonomous
= cmd[1];
in pulse8_cec_adap_log_addr()
696
pulse8->
autonomous
= data[0];
in pulse8_setup()
881
if (persistent_config && pulse8->
autonomous
) {
in pulse8_connect()
/kernel/linux/linux-6.6/drivers/media/cec/usb/pulse8/
H
A
D
pulse8-cec.c
14
* - In
autonomous
mode, only messages from a TV will be acknowledged, even
18
* - In
autonomous
mode, the dongle will by default reply Feature Abort
25
* - In
autonomous
mode, the dongle is known to attempt wakeup if it receives
207
bool
autonomous
;
member
526
pulse8->
autonomous
= cmd[1];
in pulse8_cec_adap_log_addr()
696
pulse8->
autonomous
= data[0];
in pulse8_setup()
881
if (persistent_config && pulse8->
autonomous
) {
in pulse8_connect()
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
remoteproc_sysfs.c
142
* Here we rely on the
autonomous
flag because a remote processor
in firmware_show()
145
if (rproc->
autonomous
)
in firmware_show()
H
A
D
remoteproc_core.c
1668
*
autonomous
.
in rproc_stop()
1670
rproc->
autonomous
= false;
in rproc_stop()
2034
rproc->
autonomous
= true;
in rproc_add()
/kernel/linux/linux-5.10/include/linux/
H
A
D
remoteproc.h
510
* @
autonomous
: true if an external entity has booted the remote processor
547
bool
autonomous
;
member
Completed in 11 milliseconds