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:writeLock
(Results
1 - 20
of
20
) sorted by relevance
/drivers/peripheral/usb/net/src/
H
A
D
cdc_ether.c
55
OsalMutexLock(&ecm->
writeLock
);
in EcmWbAlloc()
61
OsalMutexUnlock(&ecm->
writeLock
);
in EcmWbAlloc()
66
OsalMutexUnlock(&ecm->
writeLock
);
in EcmWbAlloc()
70
OsalMutexUnlock(&ecm->
writeLock
);
in EcmWbAlloc()
114
OsalMutexLock(&ecm->
writeLock
);
in EcmWbIsAvail()
118
OsalMutexUnlock(&ecm->
writeLock
);
in EcmWbIsAvail()
146
OsalMutexLock(&ecm->
writeLock
);
in EcmStartWb()
148
OsalMutexUnlock(&ecm->
writeLock
);
in EcmStartWb()
197
OsalMutexLock(&ecm->
writeLock
);
in EcmWriteBulk()
199
OsalMutexUnlock(&ecm->
writeLock
);
in EcmWriteBulk()
[all...]
H
A
D
usb_net_host.c
211
OsalMutexLock((struct OsalMutex *)&usbNet->
writeLock
);
in UsbHostWbIsAvail()
215
OsalMutexUnlock((struct OsalMutex *)&usbNet->
writeLock
);
in UsbHostWbIsAvail()
1111
OsalMutexInit(&usbNet->
writeLock
);
in UsbnetHostOpen()
1139
OsalMutexDestroy(&usbNet->
writeLock
);
in UsbnetHostClose()
1399
OsalMutexDestroy(&usbNet->
writeLock
);
in UsbnetHostRelease()
/drivers/peripheral/usb/sample/host/include/
H
A
D
usbhost_sdkapi_speed.h
106
struct OsalMutex
writeLock
;
member
H
A
D
usbhost_sdkraw_speed.h
108
struct OsalMutex
writeLock
;
member
/drivers/peripheral/usb/sample/host/liteos_test/include/
H
A
D
usbhost_sdkapi_speed.h
103
struct OsalMutex
writeLock
;
member
H
A
D
usbhost_nosdk_speed.h
100
struct OsalMutex
writeLock
;
member
H
A
D
usbhost_sdkraw_speed.h
103
struct OsalMutex
writeLock
;
member
/drivers/peripheral/usb/serial/include/
H
A
D
usb_serial_rawapi.h
118
struct OsalMutex
writeLock
;
member
H
A
D
usb_serial.h
110
struct OsalMutex
writeLock
;
member
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_host_sdk_if_test.h
90
struct OsalMutex
writeLock
;
member
H
A
D
usb_raw_sdk_if_test.h
94
struct OsalMutex
writeLock
;
member
/drivers/peripheral/usb/net/include/
H
A
D
cdc_ether.h
95
struct OsalMutex
writeLock
;
member
H
A
D
usb_net_host.h
107
struct OsalMutex
writeLock
;
member
/drivers/peripheral/usb/hdi_service/include/
H
A
D
usbd.h
96
struct OsalMutex
writeLock
;
member
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H
A
D
usb_test.h
173
struct OsalMutex
writeLock
;
member
H
A
D
usb_raw_test.h
228
struct OsalMutex
writeLock
;
member
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial_rawapi.c
363
OsalMutexLock((struct OsalMutex *)&acm->
writeLock
);
in AcmWbIsAvail()
367
OsalMutexUnlock((struct OsalMutex *)&acm->
writeLock
);
in AcmWbIsAvail()
1390
OsalMutexInit(&acm->
writeLock
);
in UsbSerialDriverInit()
1426
OsalMutexDestroy(&acm->
writeLock
);
in UsbSerialDriverRelease()
H
A
D
usb_serial.c
86
OsalMutexLock((struct OsalMutex *)&acm->
writeLock
);
in AcmWbIsAvail()
90
OsalMutexUnlock((struct OsalMutex *)&acm->
writeLock
);
in AcmWbIsAvail()
1772
OsalMutexInit(&acm->
writeLock
);
in UsbSerialDriverInit()
1810
OsalMutexDestroy(&acm->
writeLock
);
in UsbSerialDriverRelease()
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usbd_dispatcher.cpp
667
OsalMutexDestroy(&dev->
writeLock
);
in UsbdRelease()
832
if (OsalMutexInit(&port->
writeLock
) != HDF_SUCCESS) {
in HostDeviceInit()
833
HDF_LOGE("%{public}s:init
writeLock
failed!", __func__);
in HostDeviceInit()
H
A
D
usb_impl.cpp
244
OsalMutexInit(&port->
writeLock
);
in ReOpenDevice()
Completed in 21 milliseconds