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:UsbDevice
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
usb_device.cpp
29
UsbDevice
::~
UsbDevice
()
in ~UsbDevice()
32
DBG(DBG_error, "
UsbDevice
not closed; closing automatically");
in ~UsbDevice()
37
void
UsbDevice
::open(const char* dev_name)
in open()
54
void
UsbDevice
::clear_halt()
in clear_halt()
61
void
UsbDevice
::reset()
in reset()
68
void
UsbDevice
::close()
in close()
81
std::uint16_t
UsbDevice
::get_vendor_id()
in get_vendor_id()
91
std::uint16_t
UsbDevice
::get_product_id()
in get_product_id()
101
std::uint16_t
UsbDevice
[all...]
H
A
D
usb_device.h
62
class
UsbDevice
: public IUsbDevice {
class
64
UsbDevice
() = default;
66
~
UsbDevice
() override;
H
A
D
fwd.h
79
class
UsbDevice
;
H
A
D
scanner_interface_usb.h
70
UsbDevice
usb_dev_;
H
A
D
scanner_interface_usb.cpp
184
static void bulk_read_data_send_header(
UsbDevice
& usb_dev, AsicType asic_type, size_t size)
in bulk_read_data_send_header()
H
A
D
genesys.cpp
5091
UsbDevice
usb_dev;
in attach_device_by_name()
/third_party/backends/sanei/
H
A
D
usb_manager.cpp
60
static std::vector<
UsbDevice
> g_deviceList;
69
UsbDevice
device;
74
UsbDevice
device;
323
UsbDevice
&device = dev->device;
in usb_manager_get_device_descriptor()
343
UsbDevice
&device = dev->device;
in usb_manager_open()
389
UsbDevice
&device = dev->device;
in usb_manager_get_configuration()
481
UsbDevice
&device = dev_handle->device;
in usb_manager_set_configuration()
Completed in 11 milliseconds