Home
last modified time | relevance | path

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

/drivers/external_device_manager/interfaces/ddk/usb/
Dusb_ddk_types.h61 uint16_t wIndex; member
/drivers/peripheral/usb/ddk/host/include/
Dliteos_adapter.h40 uint16_t wIndex; member
/drivers/peripheral/usb/interfaces/ddk/common/
Dusb_ddk.h152 uint16_t wIndex; member
310 uint16_t wIndex; member
/drivers/interface/usb/ddk/v1_0/
DUsbDdkTypes.idl47 …/** Index corresponding to wIndex in the USB protocol. It is usually used to transfer the index or…
/drivers/peripheral/usb/gadget/function/mtp/src/
Dusbfn_mtp_impl.cpp44 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/
Dusb_device_cdcacm_test.cpp464 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index); in SendNotifyRequest()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_cdcacm_test.c451 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index); in SendNotifyRequest()
/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c478 event->wIndex = CPU_TO_LE16(ecm->ctrlId); in EcmDoNotify()
/drivers/peripheral/usb/net/src/
Dcdc_ether.c732 …OGE("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in EcmProcessNotification()
/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()
Dusb_serial.c1248 …OGE("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification()
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c1254 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index); in AcmSendNotifyRequest()
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_host_sdk_if_test.cpp126 …printf("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLeng… in AcmProcessNotification()
Dusb_raw_sdk_if_test.cpp226 …printf("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLeng… in AcmProcessNotification()