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:bNumInterfaces
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/sanei/
H
A
D
usb_manager.cpp
147
size_t
bNumInterfaces
= usbAlt.size();
in GetRetConfigAndInterface()
local
148
if (
bNumInterfaces
== 0 ||
bNumInterfaces
> maxUsbInterfaceNum) {
in GetRetConfigAndInterface()
149
SANE_HILOG_ERROR("%s:
bNumInterfaces
(%u) is invalid.", __func__,
bNumInterfaces
);
in GetRetConfigAndInterface()
163
retConfig->
bNumInterfaces
= static_cast<uint8_t>(
bNumInterfaces
);
in GetRetConfigAndInterface()
165
retInterface = new (std::nothrow) usb_manager_interface[
bNumInterfaces
]{};
in GetRetConfigAndInterface()
439
for (int i = 0; i < config->
bNumInterfaces
; i++) {
in usb_manager_free_config_descriptor()
H
A
D
sanei_usb.c
1833
interface < dev->config[0].
bNumInterfaces
&& !found;
in libusb_scan_devices()
2008
for (interface = 0; (interface < config0->
bNumInterfaces
) && !found; interface++)
in libusb_scan_devices()
2186
for (interface = 0; (interface < config0->
bNumInterfaces
) && !found; interface++)
in libusb_scan_devices()
2837
for (i = 0; i < dev->config[c].
bNumInterfaces
; i++)
in sanei_usb_open()
3032
for (i = 0; i < config->
bNumInterfaces
; i++)
in sanei_usb_open()
3251
for (i = 0; i < config->
bNumInterfaces
; i++)
in sanei_usb_open()
/third_party/backends/tools/
H
A
D
sane-find-scanner.c
559
printf ("
bNumInterfaces
%d\n", c->
bNumInterfaces
);
in check_libusb_device()
571
for (interface_nr = 0; interface_nr < c->
bNumInterfaces
;
in check_libusb_device()
655
for (interface_nr = 0; interface_nr < dev->config[0].
bNumInterfaces
&& is_scanner <= 0; interface_nr++)
in check_libusb_device()
932
printf ("
bNumInterfaces
%d\n", c->
bNumInterfaces
);
in check_libusb_device()
945
for (intf = 0; intf < c->
bNumInterfaces
; intf++)
in check_libusb_device()
1043
for (intf = 0; (intf < config0->
bNumInterfaces
) && (is_scanner <= 0); intf++)
in check_libusb_device()
1482
dev->config[current_config].
bNumInterfaces
= number;
in parse_file()
H
A
D
check-usb-chip.c
253
if (dev->config[0].
bNumInterfaces
!= 0x01)
in check_gt6816()
256
printf (" this is not a GT-6816 (
bNumInterfaces
= 0x%x)\n",
in check_gt6816()
257
dev->config[0].
bNumInterfaces
);
in check_gt6816()
465
if (dev->config[0].
bNumInterfaces
< 2)
in check_gt8911()
468
printf (" this is not a GT-8911 (check 8,
bNumInterfaces
= %d)\n",
in check_gt8911()
469
dev->config[0].
bNumInterfaces
);
in check_gt8911()
3783
if (config0->
bNumInterfaces
!= 0x01)
in check_gt6816()
3786
printf (" this is not a GT-6816 (
bNumInterfaces
= 0x%x)\n",
in check_gt6816()
3787
config0->
bNumInterfaces
);
in check_gt6816()
/third_party/backends/include/sane/
H
A
D
usb_manager.h
378
uint8_t
bNumInterfaces
;
member
396
* this array is determined by the
bNumInterfaces
field. */
Completed in 26 milliseconds