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:bcdDeviceLow
(Results
1 - 9
of
9
) sorted by relevance
/drivers/hdf_core/framework/model/usb/include/
H
A
D
usb_ddk_pnp_loader.h
41
uint16_t
bcdDeviceLow
;
member
H
A
D
hdf_usb_pnp_manage.h
79
uint16_t
bcdDeviceLow
;
member
/drivers/peripheral/usb/hdf_usb/include/
H
A
D
usb_ddk_pnp_loader.h
41
uint16_t
bcdDeviceLow
;
member
H
A
D
hdf_usb_pnp_manage.h
79
uint16_t
bcdDeviceLow
;
member
/drivers/peripheral/usb/ddk/host/src/
H
A
D
ddk_sysfs_device.c
205
devInfo->
bcdDeviceLow
= (uint16_t)value;
in DdkSysfsGetDevice()
206
devInfo->bcdDeviceHigh = devInfo->
bcdDeviceLow
;
in DdkSysfsGetDevice()
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H
A
D
usb_pnp_notify.c
178
deviceInfo->info.deviceInfo.
bcdDeviceLow
= le16_to_cpu(infoData.usbDev->descriptor.bcdDevice);
in UsbPnpNotifyAddInitInfo()
275
infoTable.deviceInfo.
bcdDeviceLow
= deviceInfo->info.deviceInfo.
bcdDeviceLow
;
in UsbPnpNotifyInitInfo()
459
infoTable->deviceInfo.
bcdDeviceLow
= g_testUsbPnpInfo->deviceInfo.
bcdDeviceLow
;
in TestPnpNotifyFillInfoTable()
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_pnp_test.c
75
infoTable.deviceInfo.
bcdDeviceLow
= 0x0000;
in TestInitPnpInfo()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H
A
D
usb_pnp_notify.c
212
deviceInfo->info.deviceInfo.
bcdDeviceLow
= UGETW(infoData.usbDev->ddesc.bcdDevice);
in UsbPnpNotifyAddInitInfo()
303
infoTable.deviceInfo.
bcdDeviceLow
= deviceInfo->info.deviceInfo.
bcdDeviceLow
;
in UsbPnpNotifyInitInfo()
479
infoTable->deviceInfo.
bcdDeviceLow
= g_testUsbPnpInfo->deviceInfo.
bcdDeviceLow
;
in TestPnpNotifyFillInfoTable()
/drivers/hdf_core/framework/model/usb/src/
H
A
D
usb_ddk_pnp_loader.c
87
if ((id->matchFlag & USB_PNP_NOTIFY_MATCH_DEV_LOW) && (id->
bcdDeviceLow
> dev->deviceInfo.
bcdDeviceLow
)) {
in UsbDdkPnpLoaderMatchDevice()
469
if (devResIface->GetUint16(node, "
bcdDeviceLow
", &table->
bcdDeviceLow
, 0) != HDF_SUCCESS) {
in UsbDdkPnpLoaderParseIdDevice()
470
HDF_LOGE("%s: read
bcdDeviceLow
fail!", __func__);
in UsbDdkPnpLoaderParseIdDevice()
Completed in 6 milliseconds