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:UMAX1220P_BUSY
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
umax_pp_mid.c
60
/* won't interfere. Returns
UMAX1220P_BUSY
is port cannot be */
84
return
UMAX1220P_BUSY
;
in lock_parport()
147
if (lock_parport () ==
UMAX1220P_BUSY
)
in sanei_umax_pp_model()
148
return
UMAX1220P_BUSY
;
in sanei_umax_pp_model()
165
return
UMAX1220P_BUSY
;
in sanei_umax_pp_model()
261
if (lock_parport () ==
UMAX1220P_BUSY
)
in sanei_umax_pp_open()
262
return
UMAX1220P_BUSY
;
in sanei_umax_pp_open()
279
return
UMAX1220P_BUSY
;
in sanei_umax_pp_open()
310
if (lock_parport () ==
UMAX1220P_BUSY
)
in sanei_umax_pp_cancel()
311
return
UMAX1220P_BUSY
;
in sanei_umax_pp_cancel()
[all...]
H
A
D
umax_pp_mid.h
60
#define
UMAX1220P_BUSY
8
macro
173
returns UMAX1220P_OK if scanner idle, or
UMAX1220P_BUSY
if
H
A
D
umax_pp.c
245
case
UMAX1220P_BUSY
:
in umax_pp_attach()
278
while (ret ==
UMAX1220P_BUSY
);
in umax_pp_attach()
1159
case
UMAX1220P_BUSY
:
in sane_open()
1278
if (rc !=
UMAX1220P_BUSY
)
in sane_close()
1509
if (rc ==
UMAX1220P_BUSY
)
in sane_control_option()
2021
while ((rc ==
UMAX1220P_BUSY
) && (points < 30))
in sane_start()
2028
if (rc ==
UMAX1220P_BUSY
)
in sane_start()
2365
if (rc ==
UMAX1220P_BUSY
)
in sane_cancel()
Completed in 4 milliseconds