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:cmd_running
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/vt6656/
H
A
D
wcmd.c
41
priv->
cmd_running
= false;
in vnt_cmd_complete()
49
priv->
cmd_running
= true;
in vnt_cmd_complete()
89
if (!priv->
cmd_running
)
in vnt_run_command()
165
if (!priv->
cmd_running
)
in vnt_schedule_command()
177
priv->
cmd_running
= false;
in vnt_reset_command_timer()
H
A
D
device.h
370
int
cmd_running
;
member
H
A
D
main_usb.c
641
priv->
cmd_running
= false;
in vnt_stop()
/kernel/linux/linux-6.6/drivers/staging/vt6656/
H
A
D
wcmd.c
48
priv->
cmd_running
= false;
in vnt_cmd_complete()
56
priv->
cmd_running
= true;
in vnt_cmd_complete()
96
if (!priv->
cmd_running
)
in vnt_run_command()
172
if (!priv->
cmd_running
)
in vnt_schedule_command()
184
priv->
cmd_running
= false;
in vnt_reset_command_timer()
H
A
D
device.h
366
int
cmd_running
;
member
H
A
D
main_usb.c
639
priv->
cmd_running
= false;
in vnt_stop()
/kernel/linux/linux-5.10/drivers/platform/olpc/
H
A
D
olpc-xo175-ec.c
237
bool
cmd_running
;
member
315
if (priv->
cmd_running
) {
in olpc_xo175_ec_complete()
335
if (!priv->
cmd_running
) {
in olpc_xo175_ec_complete()
353
if (!priv->
cmd_running
) {
in olpc_xo175_ec_complete()
372
if (!priv->
cmd_running
) {
in olpc_xo175_ec_complete()
390
if (!priv->
cmd_running
) {
in olpc_xo175_ec_complete()
518
priv->
cmd_running
= true;
in olpc_xo175_ec_cmd()
568
priv->
cmd_running
= false;
in olpc_xo175_ec_cmd()
/kernel/linux/linux-6.6/drivers/platform/olpc/
H
A
D
olpc-xo175-ec.c
237
bool
cmd_running
;
member
315
if (priv->
cmd_running
) {
in olpc_xo175_ec_complete()
335
if (!priv->
cmd_running
) {
in olpc_xo175_ec_complete()
353
if (!priv->
cmd_running
) {
in olpc_xo175_ec_complete()
372
if (!priv->
cmd_running
) {
in olpc_xo175_ec_complete()
390
if (!priv->
cmd_running
) {
in olpc_xo175_ec_complete()
518
priv->
cmd_running
= true;
in olpc_xo175_ec_cmd()
568
priv->
cmd_running
= false;
in olpc_xo175_ec_cmd()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
pcl726.c
145
unsigned int
cmd_running
:1;
member
201
devpriv->
cmd_running
= 1;
in pcl726_intr_cmd()
211
devpriv->
cmd_running
= 0;
in pcl726_intr_cancel()
222
if (devpriv->
cmd_running
) {
in pcl726_interrupt()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
pcl726.c
144
unsigned int
cmd_running
:1;
member
200
devpriv->
cmd_running
= 1;
in pcl726_intr_cmd()
210
devpriv->
cmd_running
= 0;
in pcl726_intr_cancel()
221
if (devpriv->
cmd_running
) {
in pcl726_interrupt()
H
A
D
adl_pci7x3x.c
125
spinlock_t subd_slock; /* spin-lock for
cmd_running
*/
127
short int
cmd_running
;
member
142
if (sd_priv->
cmd_running
)
in process_irq()
247
sd_priv->
cmd_running
= 1;
in adl_pci7x3x_asy_cmd()
262
sd_priv->
cmd_running
= 0;
in adl_pci7x3x_asy_cancel()
481
sd_priv->
cmd_running
= 0;
in adl_pci7x3x_auto_attach()
H
A
D
adv_pci_dio.c
232
spinlock_t subd_slock; /* spin-lock for
cmd_running
*/
234
short int
cmd_running
;
member
249
if (sd_priv->
cmd_running
)
in process_irq()
362
sd_priv->
cmd_running
= 1;
in pci_dio_asy_cmd()
378
sd_priv->
cmd_running
= 0;
in pci_dio_asy_cancel()
695
sd_priv->
cmd_running
= 0;
in pci_dio_auto_attach()
Completed in 12 milliseconds