Searched refs:wLength (Results 1 - 15 of 15) sorted by relevance
/drivers/external_device_manager/interfaces/ddk/usb/ |
H A D | usb_ddk_types.h | 65 uint16_t wLength; member
|
/drivers/peripheral/usb/ddk/host/include/ |
H A D | liteos_adapter.h | 41 uint16_t wLength; member
|
/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 153 uint16_t wLength;
member 311 uint16_t wLength;
member
|
/drivers/peripheral/usb/gadget/function/mtp/src/ |
H A D | usbfn_mtp_impl.cpp | 84 uint16_t wLength; member 509 mtpStatus.wLength = CPU_TO_LE16(sizeof(mtpStatus)); in UsbMtpDeviceClassRequest() 530 uint16_t wLength = LE16_TO_CPU(setup->length); in UsbMtpDeviceVendorRequest() local 536 responseBytes = (wLength < sizeof(g_mtpExtConfigDesc)) ? wLength : sizeof(g_mtpExtConfigDesc); in UsbMtpDeviceVendorRequest()
|
/drivers/peripheral/usb/net/src/ |
H A D | cdc_ether.c | 738 HDF_LOGE("%{public}s - speed change wLength: %{public}d", __func__, dr->wLength); in EcmProcessNotification() 742 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in EcmProcessNotification() 779 uint32_t expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in EcmCtrlIrq()
|
H A D | usb_net_host.c | 395 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in UsbnetHostProcessNotification() 429 expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in UsbnetHostReqCallback()
|
/drivers/peripheral/usb/gadget/function/ecm/ |
H A D | cdcecm.c | 466 event->wLength = 0; in EcmDoNotify() 476 event->wLength = CPU_TO_LE16(0x08); in EcmDoNotify()
|
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial_rawapi.c | 1033 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification() 1092 expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmNotifyReqCallback()
|
H A D | usb_serial.c | 1265 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification() 1280 unsigned int expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmCtrlIrqCheckSize()
|
/drivers/peripheral/usb/test/unittest/device_sdk/ |
H A D | usb_device_cdcacm_test.cpp | 465 notify->wLength = CPU_TO_LE16(length); in SendNotifyRequest()
|
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
H A D | usb_device_lite_cdcacm_test.c | 452 notify->wLength = CPU_TO_LE16(length); in SendNotifyRequest()
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test.cpp | 126 printf("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification() 152 uint32_t expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmCtrlIrq()
|
H A D | usb_raw_sdk_if_test.cpp | 226 printf("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification() 249 expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmNotifyReqCallback()
|
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/ |
H A D | usb_ddk_ndk_test.cpp | 376 setup.wLength = dataLen; in UsbSendControlReadRequestOne()
|
/drivers/peripheral/usb/gadget/function/acm/ |
H A D | cdcacm.c | 1259 notify->wLength = CPU_TO_LE16(length); in AcmSendNotifyRequest()
|
Completed in 24 milliseconds