Home
last modified time | relevance | path

Searched refs:wLength (Results 1 - 15 of 15) sorted by relevance

/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h65 uint16_t wLength; member
/drivers/peripheral/usb/ddk/host/include/
H A Dliteos_adapter.h41 uint16_t wLength; member
/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h153 uint16_t wLength; member
311 uint16_t wLength; member
/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp84 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 Dcdc_ether.c738 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 Dusb_net_host.c395 __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 Dcdcecm.c466 event->wLength = 0; in EcmDoNotify()
476 event->wLength = CPU_TO_LE16(0x08); in EcmDoNotify()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c1033 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification()
1092 expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmNotifyReqCallback()
H A Dusb_serial.c1265 __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 Dusb_device_cdcacm_test.cpp465 notify->wLength = CPU_TO_LE16(length); in SendNotifyRequest()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c452 notify->wLength = CPU_TO_LE16(length); in SendNotifyRequest()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.cpp126 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 Dusb_raw_sdk_if_test.cpp226 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 Dusb_ddk_ndk_test.cpp376 setup.wLength = dataLen; in UsbSendControlReadRequestOne()
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c1259 notify->wLength = CPU_TO_LE16(length); in AcmSendNotifyRequest()

Completed in 31 milliseconds