/external/autotest/client/cros/cellular/mbim_compliance/sequences/ |
D | open_sequence.py | 88 wIndex=interface_number, 106 wIndex=interface_number, 128 wIndex=interface_number, 147 wIndex=interface_number, 167 wIndex=interface_number, 185 wIndex=interface_number,
|
D | get_descriptors_sequence.py | 57 wIndex=0) 77 wIndex=0)
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/dwc3/dwc3_ctrl_req/ |
D | format | 12 field:__le16 wIndex; offset:12; size:2; signed:0; 15 …02x wValue %04x wIndex %04x wLength %d", REC->bRequestType, REC->bRequest, (( __u16)(__le16)(REC->…
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
D | JcopOsDownload.cpp | 428 INT32 wIndex,wCount=0; in load_JcopOS_image() local 466 wIndex=0; in load_JcopOS_image() 473 for(wCount =0; (wCount < 5 && !feof(Os_info->fp)); wCount++, wIndex++) in load_JcopOS_image() 475 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex]); in load_JcopOS_image() 484 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex++]); in load_JcopOS_image() 485 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex++]); in load_JcopOS_image() 488 for(wCount =0; (wCount < wLen && !feof(Os_info->fp)); wCount++, wIndex++) in load_JcopOS_image() 490 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex]); in load_JcopOS_image() 499 pTranscv_Info->sSendlength = wIndex; in load_JcopOS_image()
|
D | Ala.cpp | 787 INT32 wIndex,wCount=0; in ALA_loadapplet() local 1308 INT32 wCount, wLen, wIndex = 0; in ALA_ReadScript() local 1316 for(wCount =0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++) in ALA_ReadScript() 1318 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]); in ALA_ReadScript() 1328 for(wCount =0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++) in ALA_ReadScript() 1330 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]); in ALA_ReadScript() 1368 for(wCount =0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++) in ALA_ReadScript() 1370 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]); in ALA_ReadScript() 1384 for(wCount =0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++) in ALA_ReadScript() 1386 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]); in ALA_ReadScript() [all …]
|
/external/u-boot/drivers/usb/dwc3/ |
D | ep0.c | 363 dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); in dwc3_ep0_handle_status() 392 u32 wIndex; in dwc3_ep0_handle_feature() local 398 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_handle_feature() 444 if ((wIndex & 0xff) != 0) in dwc3_ep0_handle_feature() 449 dwc->test_mode_nr = wIndex >> 8; in dwc3_ep0_handle_feature() 460 if (wIndex & USB_INTRF_FUNC_SUSPEND_LP) in dwc3_ep0_handle_feature() 463 if (wIndex & USB_INTRF_FUNC_SUSPEND_RW) in dwc3_ep0_handle_feature() 475 dep = dwc3_wIndex_to_dep(dwc, wIndex); in dwc3_ep0_handle_feature() 672 u16 wIndex; in dwc3_ep0_set_isoch_delay() local 676 wIndex = le16_to_cpu(ctrl->wIndex); in dwc3_ep0_set_isoch_delay() [all …]
|
/external/u-boot/drivers/usb/gadget/ |
D | ep0.c | 269 le16_to_cpu (urb->device_request.wIndex); in ep0_get_descriptor() 298 le16_to_cpu (urb->device_request.wIndex); in ep0_get_descriptor() 403 le16_to_cpu (request->wValue), le16_to_cpu (request->wIndex), in ep0_recv_setup() 476 return ep0_get_status (device, urb, request->wIndex, in ep0_recv_setup() 581 device->interface = le16_to_cpu (request->wIndex); in ep0_recv_setup()
|
D | ether.c | 1144 event->wIndex = __constant_cpu_to_le16(1); in eth_status_complete() 1194 event->wIndex = __constant_cpu_to_le16(1); in issue_start_status() 1256 u16 wIndex = le16_to_cpu(ctrl->wIndex); in eth_setup() local 1330 || wIndex > 1) in eth_setup() 1332 if (!cdc_active(dev) && wIndex != 0) in eth_setup() 1354 switch (wIndex) { in eth_setup() 1402 || wIndex > 1) in eth_setup() 1404 if (!(cdc_active(dev) || rndis_active(dev)) && wIndex != 0) in eth_setup() 1408 if (rndis_active(dev) || wIndex != 1) in eth_setup() 1427 || wIndex > 1) in eth_setup() [all …]
|
D | atmel_usba_udc.c | 560 static struct usba_ep *get_ep_by_addr(struct usba_udc *udc, u16 wIndex) in get_ep_by_addr() argument 564 if ((wIndex & USB_ENDPOINT_NUMBER_MASK) == 0) in get_ep_by_addr() 573 if ((wIndex ^ bEndpointAddress) & USB_DIR_IN) in get_ep_by_addr() 576 == (wIndex & USB_ENDPOINT_NUMBER_MASK)) in get_ep_by_addr() 732 target = get_ep_by_addr(udc, le16_to_cpu(crq->wIndex)); in handle_ep0_setup() 766 target = get_ep_by_addr(udc, le16_to_cpu(crq->wIndex)); in handle_ep0_setup() 787 udc->test_mode = le16_to_cpu(crq->wIndex); in handle_ep0_setup() 801 target = get_ep_by_addr(udc, le16_to_cpu(crq->wIndex)); in handle_ep0_setup() 835 le16_to_cpu(crq->wValue), le16_to_cpu(crq->wIndex), in handle_ep0_setup()
|
/external/u-boot/drivers/usb/musb-new/ |
D | musb_gadget_ep0.c | 91 epnum = (u8) ctrlrequest->wIndex; in service_tx_status_request() 239 ctrlrequest->wIndex & 0x0f; in service_zero_data_request() 253 is_in = ctrlrequest->wIndex & USB_DIR_IN; in service_zero_data_request() 312 if (ctrlrequest->wIndex & 0xff) in service_zero_data_request() 315 switch (ctrlrequest->wIndex >> 8) { in service_zero_data_request() 404 ctrlrequest->wIndex & 0x0f; in service_zero_data_request() 417 is_in = ctrlrequest->wIndex & USB_DIR_IN; in service_zero_data_request() 593 le16_to_cpu(req->wIndex), in musb_read_setup()
|
D | musb_host.h | 69 u16 typeReq, u16 wValue, u16 wIndex,
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_channel_endpoint.py | 87 wIndex=self._interface_number, 185 wIndex=self._interface_number, 205 wIndex=self._interface_number,
|
/external/libusb/libusb/ |
D | sync.c | 95 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_control_transfer() argument 116 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex, in libusb_control_transfer()
|
D | libusb.h | 888 uint16_t wIndex; member 1474 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_fill_control_setup() argument 1481 setup->wIndex = libusb_cpu_to_le16(wIndex); in libusb_fill_control_setup() 1749 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
|
/external/libusb/libusb/os/ |
D | netbsd_usb.c | 398 USETW(req.ucr_request.wIndex, endpoint); in netbsd_clear_halt() 582 libusb_le16_to_cpu(setup->wIndex), in _sync_control_transfer() 589 (*(uint16_t *)req.ucr_request.wIndex) = setup->wIndex; in _sync_control_transfer()
|
D | openbsd_usb.c | 439 USETW(req.ucr_request.wIndex, endpoint); in obsd_clear_halt() 642 libusb_le16_to_cpu(setup->wIndex), in _sync_control_transfer() 650 (*(uint16_t *)req.ucr_request.wIndex) = setup->wIndex; in _sync_control_transfer()
|
D | linux_usbfs.h | 33 uint16_t wIndex; member
|
/external/libusb/include/libusb/ |
D | libusb.h | 888 uint16_t wIndex; member 1474 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_fill_control_setup() argument 1481 setup->wIndex = libusb_cpu_to_le16(wIndex); in libusb_fill_control_setup() 1749 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
|
/external/u-boot/arch/mips/mach-au1x00/ |
D | au1x00_usb_ohci.c | 850 …PORTSTAT(x) {info("WR:portstatus[%d] %#8x", wIndex-1, (x));writel((x), &gohci.regs->roothub.portst… 853 #define WR_RH_PORTSTAT(x) writel((x), &gohci.regs->roothub.portstatus[wIndex-1]) 856 #define RD_RH_PORTSTAT roothub_portstatus(&gohci,wIndex-1) 892 __u16 wIndex; in ohci_submit_rh_msg() local 908 wIndex = m16_swap (cmd->index); in ohci_submit_rh_msg() 912 dev->devnum, 8, bmRType_bReq, wValue, wIndex, wLength); in ohci_submit_rh_msg()
|
/external/libpcap/pcap/ |
D | usb.h | 63 uint16_t wIndex; member
|
/external/libmtp/src/ |
D | libopenusb1-glue.c | 381 ctrl.setup.wIndex = 4; in probe_device_descriptor() 436 ctrl.setup.wIndex = 5; in probe_device_descriptor() 1728 ctrl.setup.wIndex = 0; in ptp_usb_control_cancel_request() 1807 ctrl.setup.wIndex = 4; in init_ptp_usb() 1828 ctrl.setup.wIndex = 1; in init_ptp_usb() 1849 ctrl.setup.wIndex = 1; in init_ptp_usb() 1870 ctrl.setup.wIndex = 1; in init_ptp_usb() 2249 ctrl.setup.wIndex = ep; in usb_get_endpoint_status()
|
/external/kernel-headers/original/uapi/linux/usb/ |
D | functionfs.h | 63 __le16 wIndex; member
|
D | tmc.h | 48 __u16 wIndex; member
|
/external/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | st_tusb.h | 90 u16 typeReq, u16 wValue, u16 wIndex,
|
/external/kernel-headers/original/uapi/linux/ |
D | usbdevice_fs.h | 44 __u16 wIndex; member
|