Home
last modified time | relevance | path

Searched refs:wLength (Results 1 – 14 of 14) sorted by relevance

/drivers/external_device_manager/interfaces/ddk/usb/
Dusb_ddk_types.h65 uint16_t wLength; member
/drivers/peripheral/usb/ddk/host/include/
Dliteos_adapter.h41 uint16_t wLength; member
/drivers/peripheral/usb/interfaces/ddk/common/
Dusb_ddk.h153 uint16_t wLength; member
311 uint16_t wLength; member
/drivers/interface/usb/ddk/v1_0/
DUsbDdkTypes.idl51 /** Data length, corresponding to wLength in the USB protocol. If data is transferred,\n
/drivers/peripheral/usb/gadget/function/mtp/src/
Dusbfn_mtp_impl.cpp84 uint16_t wLength; member
508 mtpStatus.wLength = CPU_TO_LE16(sizeof(mtpStatus)); in UsbMtpDeviceClassRequest()
529 uint16_t wLength = LE16_TO_CPU(setup->length); in UsbMtpDeviceVendorRequest() local
535 … responseBytes = (wLength < sizeof(g_mtpExtConfigDesc)) ? wLength : sizeof(g_mtpExtConfigDesc); in UsbMtpDeviceVendorRequest()
/drivers/peripheral/usb/net/src/
Dcdc_ether.c729 HDF_LOGE("%s - speed change wLength: %d\n", __func__, dr->wLength); in EcmProcessNotification()
732 …OGE("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in EcmProcessNotification()
756 uint32_t expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in EcmCtrlIrq()
/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c452 event->wLength = 0; in EcmDoNotify()
462 event->wLength = CPU_TO_LE16(0x08); in EcmDoNotify()
/drivers/peripheral/usb/serial/src/
Dusb_serial_rawapi.c1028 …OGE("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification()
1087 expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmNotifyReqCallback()
Dusb_serial.c1248 …OGE("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification()
1263 unsigned int expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmCtrlIrqCheckSize()
/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_cdcacm_test.cpp465 notify->wLength = CPU_TO_LE16(length); in SendNotifyRequest()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_cdcacm_test.c452 notify->wLength = CPU_TO_LE16(length); in SendNotifyRequest()
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_host_sdk_if_test.cpp126 …ntf("%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()
Dusb_raw_sdk_if_test.cpp226 …ntf("%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/peripheral/usb/gadget/function/acm/
Dcdcacm.c1255 notify->wLength = CPU_TO_LE16(length); in AcmSendNotifyRequest()