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:button_status
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
hp5590_cmds.c
1944
enum
button_status
* status)
in hp5590_read_buttons()
1946
uint16_t
button_status
;
in hp5590_read_buttons()
local
1952
hp5590_cmds_assert (sizeof (
button_status
) == 2);
in hp5590_read_buttons()
1958
(unsigned char *) &
button_status
,
in hp5590_read_buttons()
1959
sizeof (
button_status
), CORE_NONE);
in hp5590_read_buttons()
1966
button_status
= ntohs (
button_status
);
in hp5590_read_buttons()
1967
DBG (DBG_cmds, "Button status: %04x\n",
button_status
);
in hp5590_read_buttons()
1970
button_status
& BUTTON_FLAG_POWER ? " on" : "off",
in hp5590_read_buttons()
1971
button_status
in hp5590_read_buttons()
[all...]
H
A
D
hp5590_cmds.h
87
enum
button_status
enum
194
enum
button_status
*status);
H
A
D
hp5590.c
886
read_button_pressed(SANE_Handle handle, enum
button_status
* button_pressed)
in read_button_pressed()
890
enum
button_status
status = BUTTON_NONE;
in read_button_pressed()
1068
enum
button_status
button_pressed = BUTTON_NONE;
in sane_control_option()
1537
enum
button_status
status;
in sane_start()
H
A
D
epson2-ops.c
1457
unsigned char
button_status
= 0;
in e2_wait_button()
local
1463
else if (esci_request_push_button_status(s, &
button_status
) ==
in e2_wait_button()
1465
if (
button_status
)
in e2_wait_button()
H
A
D
epson.c
4377
SANE_Bool
button_status
;
in sane_start()
local
4783
else if (request_push_button_status (s, &
button_status
) ==
in sane_start()
4786
if (
button_status
== SANE_TRUE)
in sane_start()
Completed in 15 milliseconds