Home
last modified time | relevance | path

Searched refs:wValue (Results 1 – 25 of 39) sorted by relevance

12

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Src/
Dusbd_ctlreq.c238 if (req->wValue == USB_FEATURE_EP_HALT) in USBD_StdEPReq()
269 if (req->wValue == USB_FEATURE_EP_HALT) in USBD_StdEPReq()
338 switch (req->wValue >> 8) in USBD_GetDescriptor()
363 switch ((uint8_t)(req->wValue)) in USBD_GetDescriptor()
391 pbuf = pdev->pClass->GetUsrStrDescriptor(pdev, (req->wValue) , &len); in USBD_GetDescriptor()
456 dev_addr = (uint8_t)(req->wValue) & 0x7F; in USBD_SetAddress()
497 cfgidx = (uint8_t)(req->wValue); in USBD_SetConfig()
652 if (req->wValue == USB_FEATURE_REMOTE_WAKEUP) in USBD_SetFeature()
676 if (req->wValue == USB_FEATURE_REMOTE_WAKEUP) in USBD_ClrFeature()
702 req->wValue = SWAPBYTE (pdata + 2); in USBD_ParseSetupRequest()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Core/Src/
Dusbd_ctlreq.c238 if (req->wValue == USB_FEATURE_EP_HALT) in USBD_StdEPReq()
269 if (req->wValue == USB_FEATURE_EP_HALT) in USBD_StdEPReq()
338 switch (req->wValue >> 8) in USBD_GetDescriptor()
363 switch ((uint8_t)(req->wValue)) in USBD_GetDescriptor()
391 pbuf = pdev->pClass->GetUsrStrDescriptor(pdev, (req->wValue) , &len); in USBD_GetDescriptor()
456 dev_addr = (uint8_t)(req->wValue) & 0x7F; in USBD_SetAddress()
497 cfgidx = (uint8_t)(req->wValue); in USBD_SetConfig()
652 if (req->wValue == USB_FEATURE_REMOTE_WAKEUP) in USBD_SetFeature()
676 if (req->wValue == USB_FEATURE_REMOTE_WAKEUP) in USBD_ClrFeature()
702 req->wValue = SWAPBYTE (pdata + 2); in USBD_ParseSetupRequest()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/dwc3/dwc3_ctrl_req/
Dformat11 field:__le16 wValue; offset:10; size:2; signed:0;
15 …stType %02x bRequest %02x wValue %04x wIndex %04x wLength %d", REC->bRequestType, REC->bRequest, (…
/external/autotest/client/cros/cellular/mbim_compliance/sequences/
Dopen_sequence.py93 wValue=0,
111 wValue=0,
133 wValue=ntb_format,
152 wValue=0,
/external/oss-fuzz/projects/libusb/
Dlibusb_fuzzer.cc28 uint16_t wValue = stream.ConsumeIntegral<uint16_t>(); in LLVMFuzzerTestOneInput() local
39 libusb_fill_control_setup((unsigned char *)d, bmRequestType, bRequest, wValue, wIndex, wLength); in LLVMFuzzerTestOneInput()
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/dwc3/dwc3_ctrl_req/
Dformat11 field:__u16 wValue; offset:10; size:2; signed:0;
16 print fmt: "%s", usb_decode_ctrl(__get_str(str), 500, REC->bRequestType, REC->bRequest, REC->wValue
/external/libusb/libusb/
Dsync.c98 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_control_transfer() argument
119 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex, in libusb_control_transfer()
Dlibusb.h932 uint16_t wValue; member
1533 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_fill_control_setup() argument
1539 setup->wValue = libusb_cpu_to_le16(wValue); in libusb_fill_control_setup()
1809 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
/external/libusb/libusb/os/
Dnetbsd_usb.c364 USETW(req.ucr_request.wValue, UF_ENDPOINT_HALT); in netbsd_clear_halt()
521 libusb_le16_to_cpu(setup->wValue), in _sync_control_transfer()
528 (*(uint16_t *)req.ucr_request.wValue) = setup->wValue; in _sync_control_transfer()
Dopenbsd_usb.c397 USETW(req.ucr_request.wValue, UF_ENDPOINT_HALT); in obsd_clear_halt()
570 libusb_le16_to_cpu(setup->wValue), in _sync_control_transfer()
578 (*(uint16_t *)req.ucr_request.wValue) = setup->wValue; in _sync_control_transfer()
Dlinux_usbfs.h34 __u16 wValue; member
/external/libusb/include/libusb/
Dlibusb.h932 uint16_t wValue; member
1533 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_fill_control_setup() argument
1539 setup->wValue = libusb_cpu_to_le16(wValue); in libusb_fill_control_setup()
1809 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
/external/libpcap/pcap/
Dusb.h62 uint16_t wValue; member
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
Dst_tusb.h90 u16 typeReq, u16 wValue, u16 wIndex,
/external/kernel-headers/original/uapi/linux/usb/
Dtmc.h47 __u16 wValue; member
Dcdc.h304 __le16 wValue; member
/external/libiio/src/iiod/
Dusbd.c168 ret = usb_open_pipe(pdata, le16toh(req->wValue)); in handle_event()
171 ret = usb_close_pipe(pdata, le16toh(req->wValue)); in handle_event()
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h43 __u16 wValue; member
/external/tcpdump/
Dprint-usb.c58 nd_uint16_t wValue; member
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_channel_endpoint.py85 wValue=0x0000,
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h153 uint16_t wValue; member
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h153 uint16_t wValue; member
/external/libpcap/
Dpcap-usb-linux.c374 ctrl.wValue = USB_DT_DEVICE << 8; in probe_devices()
391 ctrl.wValue = USB_DT_CONFIG << 8; in probe_devices()
/external/crosvm/usb_sys/src/
Dlib.rs61 pub wValue: u16, field
/external/libcups/backend/
Dusb-darwin.c1603 request.wValue = HostToUSBWord(configurationIndex); in copy_printer_interface_deviceid()
1645 request.wValue = kUSBDeviceDesc << 8; in copy_printer_interface_deviceid()
1735 request.wValue = (kUSBStringDesc << 8) | index; in copy_printer_interface_indexed_description()
1754 request.wValue = (kUSBStringDesc << 8) | index; in copy_printer_interface_indexed_description()
1775 request.wValue = (kUSBStringDesc << 8) | index; in copy_printer_interface_indexed_description()

12