Searched refs:wLength (Results 1 – 14 of 14) sorted by relevance
/drivers/external_device_manager/interfaces/ddk/usb/ |
D | usb_ddk_types.h | 65 uint16_t wLength; member
|
/drivers/peripheral/usb/ddk/host/include/ |
D | liteos_adapter.h | 41 uint16_t wLength; member
|
/drivers/peripheral/usb/interfaces/ddk/common/ |
D | usb_ddk.h | 153 uint16_t wLength; member 311 uint16_t wLength; member
|
/drivers/interface/usb/ddk/v1_0/ |
D | UsbDdkTypes.idl | 51 /** Data length, corresponding to wLength in the USB protocol. If data is transferred,\n
|
/drivers/peripheral/usb/gadget/function/mtp/src/ |
D | usbfn_mtp_impl.cpp | 84 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/ |
D | cdc_ether.c | 729 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/ |
D | cdcecm.c | 452 event->wLength = 0; in EcmDoNotify() 462 event->wLength = CPU_TO_LE16(0x08); in EcmDoNotify()
|
/drivers/peripheral/usb/serial/src/ |
D | usb_serial_rawapi.c | 1028 …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()
|
D | usb_serial.c | 1248 …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/ |
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/ |
D | usb_device_lite_cdcacm_test.c | 452 notify->wLength = CPU_TO_LE16(length); in SendNotifyRequest()
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
D | usb_host_sdk_if_test.cpp | 126 …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()
|
D | usb_raw_sdk_if_test.cpp | 226 …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/ |
D | cdcacm.c | 1255 notify->wLength = CPU_TO_LE16(length); in AcmSendNotifyRequest()
|