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:removeType
(Results
1 - 8
of
8
) sorted by relevance
/drivers/hdf_core/framework/model/usb/include/
H
A
D
usb_ddk_pnp_loader.h
69
uint8_t
removeType
;
member
H
A
D
hdf_usb_pnp_manage.h
94
uint8_t
removeType
;
member
/drivers/peripheral/usb/hdf_usb/include/
H
A
D
usb_ddk_pnp_loader.h
69
uint8_t
removeType
;
member
H
A
D
hdf_usb_pnp_manage.h
94
uint8_t
removeType
;
member
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_pnp_test.c
81
infoTable.
removeType
= USB_PNP_NOTIFY_REMOVE_BUS_DEV_NUM;
in TestInitPnpInfo()
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H
A
D
usb_pnp_notify.c
280
infoTable.
removeType
= g_usbPnpNotifyRemoveType;
in UsbPnpNotifyInitInfo()
338
(*deviceInfo)->info.
removeType
= g_usbPnpNotifyRemoveType;
in UsbPnpNotifyGetDeviceInfo()
465
infoTable->
removeType
= g_usbPnpNotifyRemoveType;
in TestPnpNotifyFillInfoTable()
814
g_usbPnpNotifyRemoveType = g_testUsbPnpInfo->
removeType
;
in UsbPnpNotifyDispatch()
/drivers/hdf_core/framework/model/usb/src/
H
A
D
usb_ddk_pnp_loader.c
905
if (removeInfo.
removeType
== USB_PNP_NOTIFY_REMOVE_INTERFACE_NUM) {
in UsbDdkPnpLoaderRemoveDevice()
932
HDF_LOGE("%s:%d
removeType
=%d to be remove but not exist.", __func__, __LINE__, removeInfo.
removeType
);
in UsbDdkPnpLoaderRemoveDevice()
1021
removeInfo.
removeType
= infoTable->
removeType
;
in UsbDdkPnpLoaderEventReceived()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H
A
D
usb_pnp_notify.c
308
infoTable.
removeType
= g_usbPnpNotifyRemoveType;
in UsbPnpNotifyInitInfo()
388
(*deviceInfo)->info.
removeType
= g_usbPnpNotifyRemoveType;
in UsbPnpNotifyGetDeviceInfo()
485
infoTable->
removeType
= g_usbPnpNotifyRemoveType;
in TestPnpNotifyFillInfoTable()
903
g_usbPnpNotifyRemoveType = g_testUsbPnpInfo->
removeType
;
in UsbPnpNotifyDispatch()
Completed in 10 milliseconds