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:AdapterAtomicDec
(Results
1 - 7
of
7
) sorted by relevance
/drivers/peripheral/usb/ddk/host/include/
H
A
D
liteos_adapter.h
118
int32_t
AdapterAtomicDec
(OsalAtomic *v);
H
A
D
linux_adapter.h
160
int32_t
AdapterAtomicDec
(OsalAtomic *v);
/drivers/peripheral/usb/ddk/host/src/
H
A
D
usb_interface_pool.c
762
AdapterAtomicDec
((OsalAtomic *)&interfacePool->refCount);
in IfDestoryDevice()
1056
AdapterAtomicDec
(&interfaceObj->refCount);
in ClaimInterface()
1111
AdapterAtomicDec
(&interfaceObj->refCount);
in UsbManageInterface()
1181
if (interfaceIndex != USB_CTRL_INTERFACE_ID &&
AdapterAtomicDec
(&interfaceSdk->refCount) <= 0) {
in UsbReleaseInterface()
1451
if (
AdapterAtomicDec
(&interfacePool->ioRefCount) == 0) {
in UsbCloseInterface()
1458
AdapterAtomicDec
(&interfaceObj->refCount);
in UsbCloseInterface()
H
A
D
linux_adapter.c
989
if (
AdapterAtomicDec
(&dev->refcnt) > 0) {
in AdapterCloseDevice()
1584
int32_t
AdapterAtomicDec
(OsalAtomic *v)
in AdapterAtomicDec()
function
H
A
D
liteos_adapter.c
1164
if (
AdapterAtomicDec
(&dev->refcnt)) {
in AdapterCloseDevice()
1501
int32_t
AdapterAtomicDec
(OsalAtomic *v)
in AdapterAtomicDec()
function
H
A
D
usb_raw_api_library.c
770
if (realSession == NULL ||
AdapterAtomicDec
(&realSession->refCount) > 0) {
in RawExit()
/drivers/peripheral/usb/test/unittest/mock/src/
H
A
D
mock_linux_adapter.cpp
264
if (
AdapterAtomicDec
(&dev->refcnt) > 0) {
in FuncAdapterCloseDevice()
Completed in 11 milliseconds