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:UsbRawDevice
(Results
1 - 10
of
10
) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/host/
H
A
D
usb_raw_api.h
54
typedef void *
UsbRawDevice
;
typedef
302
const
UsbRawDevice
*rawDev, uint8_t configIndex, struct UsbRawConfigDescriptor ** const config);
353
* @return Returns the device pointer if any; returns <b>NULL</b> otherwise. For details, see {@link
UsbRawDevice
}.
355
UsbRawDevice
*UsbRawGetDevice(const UsbRawHandle * const devHandle);
366
int32_t UsbRawGetDeviceDescriptor(const
UsbRawDevice
*rawDev, struct UsbDeviceDescriptor *desc);
/drivers/peripheral/usb/ddk/host/src/
H
A
D
usb_raw_api.c
84
const
UsbRawDevice
*rawDev, uint8_t configIndex, struct UsbRawConfigDescriptor ** const config)
in UsbRawGetConfigDescriptor()
156
UsbRawDevice
*UsbRawGetDevice(const UsbRawHandle * const devHandle)
in UsbRawGetDevice()
163
return (
UsbRawDevice
*)RawGetDevice((const struct UsbDeviceHandle *)devHandle);
in UsbRawGetDevice()
166
int32_t UsbRawGetDeviceDescriptor(const
UsbRawDevice
*rawDev, struct UsbDeviceDescriptor *desc)
in UsbRawGetDeviceDescriptor()
/drivers/peripheral/usb/ddk_service/src/
H
A
D
usb_ddk_service.cpp
155
UsbRawDevice
*rawDevice = UsbRawGetDevice(rawHandle);
in GetDeviceDescriptor()
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_sdkraw_speed.c
198
UsbRawDevice
*dev = NULL;
in UsbGetConfigDescriptor()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H
A
D
usbhost_sdkraw_speed.c
203
UsbRawDevice
*dev = NULL;
in UsbGetConfigDescriptor()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H
A
D
usb_raw_io.c
28
UsbRawDevice
*g_dev = NULL;
/drivers/peripheral/usb/net/src/
H
A
D
usb_net_host.c
881
UsbRawDevice
*dev = NULL;
in UsbnetHostGetConfigDescriptor()
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial_rawapi.c
146
UsbRawDevice
*dev = NULL;
in UsbGetConfigDescriptor()
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_raw_sdk_if_test_io.cpp
46
static
UsbRawDevice
*g_dev = nullptr;
H
A
D
usb_raw_sdk_if_test.cpp
47
static
UsbRawDevice
*g_dev = nullptr;
Completed in 14 milliseconds