Searched refs:wIndex (Results 1 – 14 of 14) sorted by relevance
/drivers/external_device_manager/interfaces/ddk/usb/ |
D | usb_ddk_types.h | 61 uint16_t wIndex; member
|
/drivers/peripheral/usb/ddk/host/include/ |
D | liteos_adapter.h | 40 uint16_t wIndex; member
|
/drivers/peripheral/usb/interfaces/ddk/common/ |
D | usb_ddk.h | 152 uint16_t wIndex; member 310 uint16_t wIndex; member
|
/drivers/interface/usb/ddk/v1_0/ |
D | UsbDdkTypes.idl | 47 …/** Index corresponding to wIndex in the USB protocol. It is usually used to transfer the index or…
|
/drivers/peripheral/usb/gadget/function/mtp/src/ |
D | usbfn_mtp_impl.cpp | 44 uint16_t wIndex; member 68 .wIndex = CPU_TO_LE16(4), 528 uint16_t wIndex = LE16_TO_CPU(setup->index); in UsbMtpDeviceVendorRequest() local 532 (wIndex == USB_MTP_EXTENDED_COMPAT_ID || wIndex == USB_MTP_EXTENDED_PROPERTIES)) { in UsbMtpDeviceVendorRequest()
|
/drivers/peripheral/usb/test/unittest/device_sdk/ |
D | usb_device_cdcacm_test.cpp | 464 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index); in SendNotifyRequest()
|
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
D | usb_device_lite_cdcacm_test.c | 451 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index); in SendNotifyRequest()
|
/drivers/peripheral/usb/gadget/function/ecm/ |
D | cdcecm.c | 478 event->wIndex = CPU_TO_LE16(ecm->ctrlId); in EcmDoNotify()
|
/drivers/peripheral/usb/net/src/ |
D | cdc_ether.c | 732 …OGE("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in EcmProcessNotification()
|
/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()
|
D | usb_serial.c | 1248 …OGE("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification()
|
/drivers/peripheral/usb/gadget/function/acm/ |
D | cdcacm.c | 1254 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index); in AcmSendNotifyRequest()
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
D | usb_host_sdk_if_test.cpp | 126 …printf("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLeng… in AcmProcessNotification()
|
D | usb_raw_sdk_if_test.cpp | 226 …printf("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLeng… in AcmProcessNotification()
|