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:readLock
(Results
1 - 22
of
22
) sorted by relevance
/drivers/peripheral/usb/sample/host/include/
H
A
D
usbhost_sdkapi_speed.h
107
struct OsalMutex
readLock
;
member
H
A
D
usbhost_sdkraw_speed.h
109
struct OsalMutex
readLock
;
member
/drivers/peripheral/usb/sample/host/liteos_test/include/
H
A
D
usbhost_sdkapi_speed.h
104
struct OsalMutex
readLock
;
member
H
A
D
usbhost_nosdk_speed.h
101
struct OsalMutex
readLock
;
member
H
A
D
usbhost_sdkraw_speed.h
104
struct OsalMutex
readLock
;
member
/drivers/peripheral/usb/serial/include/
H
A
D
usb_serial_rawapi.h
119
struct OsalMutex
readLock
;
member
H
A
D
usb_serial.h
111
struct OsalMutex
readLock
;
member
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_host_sdk_if_test.h
91
struct OsalMutex
readLock
;
member
H
A
D
usb_raw_sdk_if_test.h
95
struct OsalMutex
readLock
;
member
H
A
D
usb_raw_sdk_if_test_io.cpp
186
OsalMutexLock(&acm->
readLock
);
in AcmReadBulkCallback()
194
OsalMutexUnlock(&acm->
readLock
);
in AcmReadBulkCallback()
H
A
D
usb_raw_sdk_if_test.cpp
193
OsalMutexLock(&acm->
readLock
);
in AcmReadBulkCallback()
201
OsalMutexUnlock(&acm->
readLock
);
in AcmReadBulkCallback()
/drivers/peripheral/usb/net/include/
H
A
D
cdc_ether.h
96
struct OsalMutex
readLock
;
member
H
A
D
usb_net_host.h
108
struct OsalMutex
readLock
;
member
/drivers/peripheral/usb/net/src/
H
A
D
cdc_ether.c
294
OsalMutexLock(&ecm->
readLock
);
in EcmRead()
296
OsalMutexUnlock(&ecm->
readLock
);
in EcmRead()
299
OsalMutexUnlock(&ecm->
readLock
);
in EcmRead()
305
OsalMutexLock(&ecm->
readLock
);
in EcmRead()
310
OsalMutexUnlock(&ecm->
readLock
);
in EcmRead()
313
OsalMutexUnlock(&ecm->
readLock
);
in EcmRead()
818
OsalMutexLock(&ecm->
readLock
);
in EcmReadBulk()
830
OsalMutexUnlock(&ecm->
readLock
);
in EcmReadBulk()
1160
OsalMutexInit(&ecm->
readLock
);
in EcmDriverInit()
1194
OsalMutexDestroy(&ecm->
readLock
);
in EcmDriverRelease()
[all...]
H
A
D
usb_net_host.c
542
OsalMutexLock(&usbNet->
readLock
);
in UsbnetHostReadBulkCallback()
550
OsalMutexUnlock(&usbNet->
readLock
);
in UsbnetHostReadBulkCallback()
828
OsalMutexLock(&usbNet->
readLock
);
in UsbnetHostFreeRequests()
830
OsalMutexUnlock(&usbNet->
readLock
);
in UsbnetHostFreeRequests()
1110
OsalMutexInit(&usbNet->
readLock
);
in UsbnetHostOpen()
1138
OsalMutexDestroy(&usbNet->
readLock
);
in UsbnetHostClose()
1398
OsalMutexDestroy(&usbNet->
readLock
);
in UsbnetHostRelease()
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial_rawapi.c
568
OsalMutexLock(&acm->
readLock
);
in UsbSerialRead()
573
OsalMutexUnlock(&acm->
readLock
);
in UsbSerialRead()
576
OsalMutexUnlock(&acm->
readLock
);
in UsbSerialRead()
710
OsalMutexLock(&port->acm->
readLock
);
in SerialClose()
712
OsalMutexUnlock(&port->acm->
readLock
);
in SerialClose()
1137
OsalMutexLock(&acm->
readLock
);
in AcmReadBulkCallback()
1145
OsalMutexUnlock(&acm->
readLock
);
in AcmReadBulkCallback()
1389
OsalMutexInit(&acm->
readLock
);
in UsbSerialDriverInit()
1427
OsalMutexDestroy(&acm->
readLock
);
in UsbSerialDriverRelease()
H
A
D
usb_serial.c
580
OsalMutexLock(&acm->
readLock
);
in UsbSerialRead()
583
OsalMutexUnlock(&acm->
readLock
);
in UsbSerialRead()
611
OsalMutexUnlock(&acm->
readLock
);
in UsbSerialRead()
1369
OsalMutexLock(&acm->
readLock
);
in AcmReadBulk()
1378
OsalMutexUnlock(&acm->
readLock
);
in AcmReadBulk()
1771
OsalMutexInit(&acm->
readLock
);
in UsbSerialDriverInit()
1811
OsalMutexDestroy(&acm->
readLock
);
in UsbSerialDriverRelease()
/drivers/peripheral/usb/hdi_service/include/
H
A
D
usbd.h
97
struct OsalMutex
readLock
;
member
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H
A
D
usb_test.h
174
struct OsalMutex
readLock
;
member
H
A
D
usb_raw_test.h
229
struct OsalMutex
readLock
;
member
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usbd_dispatcher.cpp
668
OsalMutexDestroy(&dev->
readLock
);
in UsbdRelease()
837
if (OsalMutexInit(&port->
readLock
) != HDF_SUCCESS) {
in HostDeviceInit()
838
HDF_LOGE("%{public}s:init
readLock
failed!", __func__);
in HostDeviceInit()
H
A
D
usb_impl.cpp
245
OsalMutexInit(&port->
readLock
);
in ReOpenDevice()
Completed in 24 milliseconds