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:STATE_RUNNING
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/usx2y/
H
A
D
usbusx2y.h
68
#define
STATE_RUNNING
8
macro
H
A
D
usx2yhwdeppcm.c
125
if (atomic_read(&subs->state) !=
STATE_RUNNING
)
in usx2y_hwdep_urb_play_prepare()
170
if (state ==
STATE_RUNNING
)
in usx2y_usbpcm_usbframe_complete()
197
if (state ==
STATE_RUNNING
) {
in usx2y_usbpcm_usbframe_complete()
H
A
D
usbusx2yaudio.c
207
if (state ==
STATE_RUNNING
)
in usx2y_usbframe_complete()
234
if (state ==
STATE_RUNNING
) {
in usx2y_usbframe_complete()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H
A
D
usbusx2y.h
67
#define
STATE_RUNNING
8
macro
H
A
D
usx2yhwdeppcm.c
129
if (atomic_read(&subs->state) !=
STATE_RUNNING
)
in usx2y_hwdep_urb_play_prepare()
176
if (state ==
STATE_RUNNING
)
in usx2y_usbpcm_usbframe_complete()
205
if (state ==
STATE_RUNNING
) {
in usx2y_usbpcm_usbframe_complete()
H
A
D
usbusx2yaudio.c
214
if (state ==
STATE_RUNNING
)
in usx2y_usbframe_complete()
243
if (state ==
STATE_RUNNING
) {
in usx2y_usbframe_complete()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-pl022.c
244
#define
STATE_RUNNING
((void *) 1)
macro
776
* Next transfer is ready(
STATE_RUNNING
)
788
return
STATE_RUNNING
;
in next_transfer()
1405
if (message->state ==
STATE_RUNNING
) {
in pump_transfers()
1420
message->state =
STATE_RUNNING
;
in pump_transfers()
1523
if (message->state ==
STATE_RUNNING
) {
in do_polling_transfer()
1532
message->state =
STATE_RUNNING
;
in do_polling_transfer()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-pl022.c
243
#define
STATE_RUNNING
((void *) 1)
macro
767
* Next transfer is ready(
STATE_RUNNING
)
779
return
STATE_RUNNING
;
in next_transfer()
1396
if (message->state ==
STATE_RUNNING
) {
in pump_transfers()
1411
message->state =
STATE_RUNNING
;
in pump_transfers()
1514
if (message->state ==
STATE_RUNNING
) {
in do_polling_transfer()
1523
message->state =
STATE_RUNNING
;
in do_polling_transfer()
Completed in 12 milliseconds