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:hw_running
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
pxa3xx-gcu.c
132
shared->
hw_running
? "running" : " idle", \
178
sh->
hw_running
? "running" : "idle ",
in dump_whole_state()
226
shared->
hw_running
= 1;
in run_ready()
263
* Set
hw_running
= 0 and wait for the next userspace
in pxa3xx_gcu_handle_irq()
266
shared->
hw_running
= 0;
in pxa3xx_gcu_handle_irq()
300
while (priv->shared->
hw_running
) {
in pxa3xx_gcu_wait_idle()
305
!priv->shared->
hw_running
, HZ*4);
in pxa3xx_gcu_wait_idle()
442
if (!priv->shared->
hw_running
)
in pxa3xx_gcu_write()
H
A
D
pxa3xx-gcu.h
18
bool
hw_running
;
member
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pxa3xx-gcu.c
132
shared->
hw_running
? "running" : " idle", \
178
sh->
hw_running
? "running" : "idle ",
in dump_whole_state()
226
shared->
hw_running
= 1;
in run_ready()
263
* Set
hw_running
= 0 and wait for the next userspace
in pxa3xx_gcu_handle_irq()
266
shared->
hw_running
= 0;
in pxa3xx_gcu_handle_irq()
300
while (priv->shared->
hw_running
) {
in pxa3xx_gcu_wait_idle()
305
!priv->shared->
hw_running
, HZ*4);
in pxa3xx_gcu_wait_idle()
442
if (!priv->shared->
hw_running
)
in pxa3xx_gcu_write()
H
A
D
pxa3xx-gcu.h
18
bool
hw_running
;
member
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
watchdog_dev.c
829
bool
hw_running
;
in watchdog_open()
local
849
hw_running
= watchdog_hw_running(wdd);
in watchdog_open()
850
if (!
hw_running
&& !try_module_get(wdd->ops->owner)) {
in watchdog_open()
861
if (!
hw_running
)
in watchdog_open()
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
watchdog_dev.c
868
bool
hw_running
;
in watchdog_open()
local
888
hw_running
= watchdog_hw_running(wdd);
in watchdog_open()
889
if (!
hw_running
&& !try_module_get(wdd->ops->owner)) {
in watchdog_open()
900
if (!
hw_running
)
in watchdog_open()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
cassini.c
709
if (!cp->
hw_running
)
in cas_begin_auto_negotiation()
2661
if (!cp->
hw_running
) {
in cas_tx_timeout()
3814
cp->
hw_running
= 0;
in cas_shutdown()
4001
if (cp->
hw_running
) {
in cas_reset_task()
4073
if (!cp->
hw_running
)
in cas_link_timer()
4222
hw_was_up = cp->
hw_running
;
in cas_open()
4224
/* The power-management mutex protects the
hw_running
in cas_open()
4227
if (!cp->
hw_running
) {
in cas_open()
4236
cp->
hw_running
= 1;
in cas_open()
4396
if (!cp->
hw_running
)
in cas_get_stats()
[all...]
H
A
D
cassini.h
2756
int
hw_running
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
cassini.c
708
if (!cp->
hw_running
)
in cas_begin_auto_negotiation()
2632
if (!cp->
hw_running
) {
in cas_tx_timeout()
3779
cp->
hw_running
= 0;
in cas_shutdown()
3966
if (cp->
hw_running
) {
in cas_reset_task()
4038
if (!cp->
hw_running
)
in cas_link_timer()
4187
hw_was_up = cp->
hw_running
;
in cas_open()
4189
/* The power-management mutex protects the
hw_running
in cas_open()
4192
if (!cp->
hw_running
) {
in cas_open()
4201
cp->
hw_running
= 1;
in cas_open()
4361
if (!cp->
hw_running
)
in cas_get_stats()
[all...]
H
A
D
cassini.h
2756
int
hw_running
;
member
Completed in 35 milliseconds