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:UsbFnRemoveDevice
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/device/
H
A
D
usbfn_device.h
181
int32_t
UsbFnRemoveDevice
(struct UsbFnDevice *fnDevice);
/drivers/peripheral/usb/gadget/function/usbfn/
H
A
D
dev_usbfn.c
51
ret =
UsbFnRemoveDevice
(g_fnDev);
in UsbFnReleaseFuncDevice()
/drivers/peripheral/usb/ddk/device/src/
H
A
D
usbfn_sdk_if.c
144
int32_t
UsbFnRemoveDevice
(struct UsbFnDevice *fnDevice)
in UsbFnRemoveDevice()
function
/drivers/peripheral/usb/test/unittest/device_sdk/
H
A
D
usb_device_sdk_if_test.cpp
1065
ret =
UsbFnRemoveDevice
(nullptr);
in HWTEST_F()
1077
ret =
UsbFnRemoveDevice
(g_acmDevice->fnDev);
in HWTEST_F()
H
A
D
usb_device_sdk_io_test.cpp
522
ret =
UsbFnRemoveDevice
(g_acmDevice->fnDev);
in HWTEST_F()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H
A
D
usb_device_lite_sdk_if_test.c
1786
int32_t ret =
UsbFnRemoveDevice
(fnDev);
in UsbFnDviceTestRemove()
1788
HDF_LOGE("%s:
UsbFnRemoveDevice
success!!", __func__);
in UsbFnDviceTestRemove()
1802
int32_t ret =
UsbFnRemoveDevice
(g_acmDevice->fnDev);
in UsbFnDviceTestRemove002()
1804
HDF_LOGE("%s:
UsbFnRemoveDevice
failed, ret = %d", __func__, ret);
in UsbFnDviceTestRemove002()
Completed in 7 milliseconds