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:infoTemp
(Results
1 - 3
of
3
) sorted by relevance
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H
A
D
usb_pnp_notify.c
61
struct UsbPnpDeviceInfo *
infoTemp
= NULL;
in UsbPnpNotifyCreateInfo()
local
64
infoTemp
= (struct UsbPnpDeviceInfo *)OsalMemCalloc(sizeof(struct UsbPnpDeviceInfo));
in UsbPnpNotifyCreateInfo()
65
if (
infoTemp
== NULL) {
in UsbPnpNotifyCreateInfo()
73
infoTemp
->id = idNum;
in UsbPnpNotifyCreateInfo()
74
OsalMutexInit(&
infoTemp
->lock);
in UsbPnpNotifyCreateInfo()
75
infoTemp
->status = USB_PNP_DEVICE_INIT_STATUS;
in UsbPnpNotifyCreateInfo()
76
DListHeadInit(&
infoTemp
->list);
in UsbPnpNotifyCreateInfo()
77
DListInsertTail(&
infoTemp
->list, &g_usbPnpInfoListHead);
in UsbPnpNotifyCreateInfo()
80
return
infoTemp
;
in UsbPnpNotifyCreateInfo()
91
struct UsbPnpDeviceInfo *
infoTemp
in UsbPnpNotifyFindInfo()
local
130
struct UsbPnpDeviceInfo *
infoTemp
= NULL;
UsbPnpNotifyDestroyInfo()
local
763
struct UsbPnpDeviceInfo *
infoTemp
= NULL;
UsbPnpGetDevices()
local
[all...]
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H
A
D
usb_pnp_notify.c
100
struct UsbPnpDeviceInfo *
infoTemp
= NULL;
in UsbPnpNotifyCreateInfo()
local
103
infoTemp
= (struct UsbPnpDeviceInfo *)OsalMemCalloc(sizeof(struct UsbPnpDeviceInfo));
in UsbPnpNotifyCreateInfo()
104
if (
infoTemp
== NULL) {
in UsbPnpNotifyCreateInfo()
112
infoTemp
->id = idNum;
in UsbPnpNotifyCreateInfo()
113
OsalMutexInit(&
infoTemp
->lock);
in UsbPnpNotifyCreateInfo()
114
infoTemp
->status = USB_PNP_DEVICE_INIT_STATUS;
in UsbPnpNotifyCreateInfo()
115
DListHeadInit(&
infoTemp
->list);
in UsbPnpNotifyCreateInfo()
116
DListInsertTail(&
infoTemp
->list, &g_usbPnpInfoListHead);
in UsbPnpNotifyCreateInfo()
119
return
infoTemp
;
in UsbPnpNotifyCreateInfo()
130
struct UsbPnpDeviceInfo *
infoTemp
in UsbPnpNotifyFindInfo()
local
170
struct UsbPnpDeviceInfo *
infoTemp
= NULL;
UsbPnpNotifyDestroyInfo()
local
[all...]
/drivers/peripheral/usb/ddk/host/src/
H
A
D
ddk_device_manager.c
65
struct UsbDdkDeviceInfo *
infoTemp
= NULL;
in DdkDevMgrIsDevExists()
local
66
DLIST_FOR_EACH_ENTRY_SAFE(infoPos,
infoTemp
, &g_ddkDevList.devList, struct UsbDdkDeviceInfo, list) {
in DdkDevMgrIsDevExists()
Completed in 2 milliseconds