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:LE16_TO_CPU
(Results
1 - 17
of
17
) sorted by relevance
/drivers/peripheral/usb/ddk/device/src/
H
A
D
usbfn_cfg_mgr.c
66
devDesc->bcdUSB =
LE16_TO_CPU
(value);
in UsbFnCfgMgrParseDevDesc()
71
devDesc->idVendor =
LE16_TO_CPU
(value);
in UsbFnCfgMgrParseDevDesc()
76
devDesc->idProduct =
LE16_TO_CPU
(value);
in UsbFnCfgMgrParseDevDesc()
81
devDesc->bcdDevice =
LE16_TO_CPU
(value);
in UsbFnCfgMgrParseDevDesc()
323
desc->wMaxPacketSize =
LE16_TO_CPU
(value);
in UsbFnCfgMgrParseEndpointDesc()
350
desc->wData[0] =
LE16_TO_CPU
(value);
in UsbFnCfgMgrParseStringDesc()
373
desc->wReseved =
LE16_TO_CPU
(sValue);
in UsbFnCfgMgrParseSspIsocEndpointDesc()
397
desc->wBytesPerInterval =
LE16_TO_CPU
(sValue);
in UsbFnCfgMgrParseSsEndpointDesc()
423
desc->bcdUSB =
LE16_TO_CPU
(sValue);
in UsbFnCfgMgrParseQualifierDesc()
451
desc2->bcdOTG =
LE16_TO_CPU
(sValu
in UsbFnCfgMgrParseOtgDesc()
[all...]
/drivers/peripheral/usb/gadget/function/ecm/
H
A
D
cdcecm.c
512
uint16_t index =
LE16_TO_CPU
(ctrl->index);
in EcmSetup()
513
uint16_t value =
LE16_TO_CPU
(ctrl->value);
in EcmSetup()
514
uint16_t length =
LE16_TO_CPU
(ctrl->length);
in EcmSetup()
/drivers/peripheral/usb/gadget/function/mtp/src/
H
A
D
usbfn_mtp_impl.cpp
476
uint16_t wValue =
LE16_TO_CPU
(setup->value);
in UsbMtpDeviceStandardRequest()
529
uint16_t wIndex =
LE16_TO_CPU
(setup->index);
in UsbMtpDeviceVendorRequest()
530
uint16_t wLength =
LE16_TO_CPU
(setup->length);
in UsbMtpDeviceVendorRequest()
554
__func__, setup->reqType, setup->request,
LE16_TO_CPU
(setup->index),
LE16_TO_CPU
(setup->value),
in UsbMtpDeviceSetup()
555
LE16_TO_CPU
(setup->length));
in UsbMtpDeviceSetup()
/drivers/peripheral/usb/test/unittest/device_sdk/
H
A
D
usb_device_cdcacm_test.cpp
606
uint16_t value =
LE16_TO_CPU
(setup->value);
in Setup()
607
uint16_t length =
LE16_TO_CPU
(setup->length);
in Setup()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H
A
D
usb_device_lite_cdcacm_test.c
596
uint16_t value =
LE16_TO_CPU
(setup->value);
in Setup()
597
uint16_t length =
LE16_TO_CPU
(setup->length);
in Setup()
/drivers/peripheral/usb/ddk/host/src/
H
A
D
usb_raw_api_library.c
265
desc->wTotalLength =
LE16_TO_CPU
(desc->wTotalLength);
in ParseDescriptor()
282
desc->wMaxPacketSize =
LE16_TO_CPU
(desc->wMaxPacketSize);
in ParseDescriptor()
292
desc->wMaxPacketSize =
LE16_TO_CPU
(desc->wMaxPacketSize);
in ParseDescriptor()
1243
configLen =
LE16_TO_CPU
(tmpConfig.desc.wTotalLength);
in RawGetConfigDescriptor()
H
A
D
linux_adapter.c
281
configLen =
LE16_TO_CPU
(configDesc->wTotalLength);
in OsParseConfigDescriptors()
H
A
D
liteos_adapter.c
356
configLen =
LE16_TO_CPU
(configDesc->wTotalLength);
in OsParseConfigDescriptors()
/drivers/peripheral/usb/interfaces/ddk/common/
H
A
D
usb_ddk.h
68
#define
LE16_TO_CPU
CPU_TO_LE16
macro
/drivers/peripheral/usb/test/unittest/mock/src/
H
A
D
mock_linux_adapter.cpp
176
uint16_t configLen =
LE16_TO_CPU
(configDesc->wTotalLength);
in OsParseConfigDescriptors()
/drivers/peripheral/usb/gadget/function/acm/
H
A
D
cdcacm.c
1108
uint16_t value =
LE16_TO_CPU
(setup->value);
in AcmSetup()
1109
uint16_t length =
LE16_TO_CPU
(setup->length);
in AcmSetup()
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial.c
345
*status =
LE16_TO_CPU
(ss);
in UsbGetStatus()
1280
unsigned int expectedSize = sizeof(struct UsbCdcNotification) +
LE16_TO_CPU
(dr->wLength);
in AcmCtrlIrqCheckSize()
H
A
D
usb_serial_rawapi.c
1092
expectedSize = sizeof(struct UsbCdcNotification) +
LE16_TO_CPU
(dr->wLength);
in AcmNotifyReqCallback()
/drivers/peripheral/usb/net/src/
H
A
D
usb_net_host.c
429
expectedSize = sizeof(struct UsbCdcNotification) +
LE16_TO_CPU
(dr->wLength);
in UsbnetHostReqCallback()
H
A
D
cdc_ether.c
779
uint32_t expectedSize = sizeof(struct UsbCdcNotification) +
LE16_TO_CPU
(dr->wLength);
in EcmCtrlIrq()
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_host_sdk_if_test.cpp
152
uint32_t expectedSize = sizeof(struct UsbCdcNotification) +
LE16_TO_CPU
(dr->wLength);
in AcmCtrlIrq()
H
A
D
usb_raw_sdk_if_test.cpp
249
expectedSize = sizeof(struct UsbCdcNotification) +
LE16_TO_CPU
(dr->wLength);
in AcmNotifyReqCallback()
Completed in 29 milliseconds