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:infPtr
(Results
1 - 2
of
2
) sorted by relevance
/drivers/external_device_manager/frameworks/ddk/usb/
H
A
D
usb_config_desc_parser.cpp
394
auto
infPtr
= reinterpret_cast<UsbDdkInterfaceDescriptor *>(usbInterface.altsetting + i);
in ClearInterface()
local
395
if (
infPtr
== nullptr) {
in ClearInterface()
400
if (
infPtr
->extra != nullptr) {
in ClearInterface()
401
delete[] (
infPtr
->extra);
in ClearInterface()
402
infPtr
->extra = nullptr;
in ClearInterface()
405
if (
infPtr
->endPoint != nullptr) {
in ClearInterface()
406
for (j = 0; j <
infPtr
->interfaceDescriptor.bNumEndpoints; j++) {
in ClearInterface()
407
ClearEndpoint(reinterpret_cast<UsbDdkEndpointDescriptor *>(
infPtr
->endPoint + j));
in ClearInterface()
410
delete[] (
infPtr
->endPoint);
in ClearInterface()
411
infPtr
in ClearInterface()
[all...]
/drivers/peripheral/usb/ddk/host/src/
H
A
D
usb_raw_api_library.c
365
struct UsbRawInterfaceDescriptor *
infPtr
= NULL;
in ClearInterface()
local
381
infPtr
= (struct UsbRawInterfaceDescriptor *)(usbInterface->altsetting + i);
in ClearInterface()
382
if (
infPtr
== NULL) {
in ClearInterface()
387
if (
infPtr
->extra != NULL) {
in ClearInterface()
388
RawUsbMemFree((void *)
infPtr
->extra);
in ClearInterface()
389
infPtr
->extra = NULL;
in ClearInterface()
392
if (
infPtr
->endPoint != NULL) {
in ClearInterface()
393
for (j = 0; j <
infPtr
->interfaceDescriptor.bNumEndpoints; j++) {
in ClearInterface()
394
ClearEndpoint((struct UsbRawEndpointDescriptor *)
infPtr
->endPoint + j);
in ClearInterface()
397
RawUsbMemFree((void *)
infPtr
in ClearInterface()
[all...]
Completed in 3 milliseconds