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:intfMgr
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/usb/ddk/device/src/
H
A
D
usbfn_dev_mgr.c
358
struct UsbFnInterfaceMgr *
intfMgr
= NULL;
in CollectEventHandle()
local
372
intfMgr
= devMgr->interfaceMgr + i;
in CollectEventHandle()
373
if (
intfMgr
== NULL ||
intfMgr
->isOpen == false ||
intfMgr
->handle == NULL) {
in CollectEventHandle()
376
handle =
intfMgr
->handle;
in CollectEventHandle()
467
struct UsbFnInterfaceMgr *
intfMgr
= NULL;
in GetHandleMgr()
local
474
intfMgr
= devMgr->interfaceMgr + i;
in GetHandleMgr()
475
if (!
intfMgr
->isOpen) {
in GetHandleMgr()
478
handle =
intfMgr
in GetHandleMgr()
[all...]
H
A
D
usbfn_io_mgr.c
64
int32_t ret = UsbFnIoMgrInterfaceGetPipeInfo(&(handle->
intfMgr
->interface), pipe - 1, &info);
in GetReqType()
81
struct UsbFnInterfaceMgr *
intfMgr
= handle->
intfMgr
;
in UsbFnIoMgrRequestAlloc()
local
82
struct UsbFnFuncMgr *funcMgr =
intfMgr
->funcMgr;
in UsbFnIoMgrRequestAlloc()
121
req->obj = handle->
intfMgr
->interface.object;
in UsbFnIoMgrRequestAlloc()
269
handle->
intfMgr
= interfaceMgr;
in HandleInit()
316
struct UsbFnInterfaceMgr *interfaceMgr = handle->
intfMgr
;
in UsbFnIoMgrInterfaceClose()
/drivers/peripheral/usb/ddk/device/include/
H
A
D
usbfn_io_mgr.h
42
struct UsbFnInterfaceMgr *
intfMgr
;
member
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H
A
D
usb_device_lite_cdcacm_test.c
783
struct UsbFnInterfaceMgr *
intfMgr
= NULL;
in RemoveUsbDevice()
local
805
intfMgr
= devMgr->interfaceMgr + i;
in RemoveUsbDevice()
806
if (
intfMgr
) {
in RemoveUsbDevice()
807
UsbFnCloseInterface((UsbFnInterfaceHandle)
intfMgr
->handle);
in RemoveUsbDevice()
811
if (
intfMgr
&&
intfMgr
->isOpen) {
in RemoveUsbDevice()
812
UsbFnStopRecvInterfaceEvent(&
intfMgr
->interface);
in RemoveUsbDevice()
Completed in 3 milliseconds