Home
last modified time | relevance | path

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

/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h57 uint16_t wValue; member
/drivers/peripheral/usb/ddk/host/include/
H A Dliteos_adapter.h39 uint16_t wValue; member
/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h151 uint16_t wValue; member
309 uint16_t wValue; member
/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c462 event->wValue = CPU_TO_LE16(1); in EcmDoNotify()
464 event->wValue = CPU_TO_LE16(0); in EcmDoNotify()
475 event->wValue = CPU_TO_LE16(0); in EcmDoNotify()
/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp476 uint16_t wValue = LE16_TO_CPU(setup->value); in UsbMtpDeviceStandardRequest() local
479 /* wValue specified descriptor type(high 8 bit) and index(low 8 bit) when request is GET_DESCRIPTOR */ in UsbMtpDeviceStandardRequest()
482 wValue == mtpOsStringWValue) { in UsbMtpDeviceStandardRequest()
485 responseBytes = (wValue < sizeof(g_mtpOsString)) ? wValue : sizeof(g_mtpOsString); in UsbMtpDeviceStandardRequest()
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp463 notify->wValue = CPU_TO_LE16(value); in SendNotifyRequest()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c450 notify->wValue = CPU_TO_LE16(value); in SendNotifyRequest()
/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c388 HARCH_INFO_PRINT("%{public}s - network connection: %{public}d\n", __func__, dr->wValue); in UsbnetHostProcessNotification()
H A Dcdc_ether.c735 HDF_LOGE("%{public}s - network connection: %{public}s", __func__, (dr->wValue ? "on" : "off")); in EcmProcessNotification()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c1026 HDF_LOGE("%{public}s - network connection: %{public}d", __func__, dr->wValue); in AcmProcessNotification()
H A Dusb_serial.c1258 HDF_LOGE("%{public}s - network connection: %{public}d", __func__, dr->wValue); in AcmProcessNotification()
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dusb_ddk_ndk_test.cpp374 setup.wValue = (0x03 << PARAM_8) | 0x01; in UsbSendControlReadRequestOne()
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c1257 notify->wValue = CPU_TO_LE16(value); in AcmSendNotifyRequest()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.cpp120 printf("%s - network connection: %d\n", __func__, dr->wValue); in AcmProcessNotification()
H A Dusb_raw_sdk_if_test.cpp220 printf("%s - network connection: %d\n", __func__, dr->wValue); in AcmProcessNotification()

Completed in 25 milliseconds