/Linux-v4.19/drivers/usb/wusbcore/ |
D | rh.c | 163 u16 wLength) in wusbhc_rh_get_hub_descr() argument 168 if (wLength < length) in wusbhc_rh_get_hub_descr() 220 u16 wLength) in wusbhc_rh_get_hub_status() argument 326 u32 *_buf, u16 wLength) in wusbhc_rh_get_port_status() argument 347 u16 wIndex, char *buf, u16 wLength) in wusbhc_rh_control() argument 356 (struct usb_hub_descriptor *) buf, wLength); in wusbhc_rh_control() 362 result = wusbhc_rh_get_hub_status(wusbhc, (u32 *)buf, wLength); in wusbhc_rh_control() 375 (u32 *)buf, wLength); in wusbhc_rh_control() 382 wValue, wIndex, buf, wLength); in wusbhc_rh_control()
|
/Linux-v4.19/drivers/staging/greybus/ |
D | usb.c | 26 __le16 wLength; member 99 char *buf, u16 wLength) in hub_control() argument 109 response_size = sizeof(*response) + wLength; in hub_control() 123 request->wLength = cpu_to_le16(wLength); in hub_control() 129 if (wLength) { in hub_control() 132 memcpy(buf, response->buf, wLength); in hub_control()
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | debug.h | 406 __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength) in dwc3_decode_ctrl() argument 410 dwc3_decode_get_status(bRequestType, wIndex, wLength, str); in dwc3_decode_ctrl() 423 wIndex, wLength, str); in dwc3_decode_ctrl() 426 dwc3_decode_get_configuration(wLength, str); in dwc3_decode_ctrl() 432 dwc3_decode_get_intf(wIndex, wLength, str); in dwc3_decode_ctrl() 438 dwc3_decode_synch_frame(wIndex, wLength, str); in dwc3_decode_ctrl() 441 dwc3_decode_set_sel(wLength, str); in dwc3_decode_ctrl() 453 cpu_to_le16(wLength) & 0xff, in dwc3_decode_ctrl() 454 cpu_to_le16(wLength) >> 8); in dwc3_decode_ctrl()
|
D | ep0.c | 694 u16 wLength; in dwc3_ep0_set_sel() local 699 wLength = le16_to_cpu(ctrl->wLength); in dwc3_ep0_set_sel() 701 if (wLength != 6) { in dwc3_ep0_set_sel() 703 wLength); in dwc3_ep0_set_sel() 726 u16 wLength; in dwc3_ep0_set_isoch_delay() local 731 wLength = le16_to_cpu(ctrl->wLength); in dwc3_ep0_set_isoch_delay() 734 if (wIndex || wLength) in dwc3_ep0_set_isoch_delay() 788 len = le16_to_cpu(ctrl->wLength); in dwc3_ep0_inspect_setup()
|
D | trace.h | 79 __field(__u16, wLength) 87 __entry->wLength = le16_to_cpu(ctrl->wLength); 91 __entry->wIndex, __entry->wLength)
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | dtcs033.c | 30 u16 wLength; member 36 u16 wValue, u16 wIndex, u16 wLength) in reg_rw() argument 49 gspca_dev->usb_buf, wLength, 500); in reg_rw() 70 preq->wValue, preq->wIndex, preq->wLength); in reg_reqs() 81 preq->wLength, in reg_reqs() 83 preq->wLength > 3 ? "...\n" : "\n"); in reg_reqs()
|
D | kinect.c | 111 uint16_t wLength) in kinect_write() argument 117 0, 0, data, wLength, CTRL_TIMEOUT); in kinect_write() 120 static int kinect_read(struct usb_device *udev, uint8_t *data, uint16_t wLength) in kinect_read() argument 126 0, 0, data, wLength, CTRL_TIMEOUT); in kinect_read()
|
/Linux-v4.19/include/linux/usb/ |
D | audio-v3.h | 21 __le16 wLength; member 29 __le16 wLength; member 38 __le16 wLength; member 45 __le16 wLength; member 51 __le16 wLength; member
|
D | wusb-wa.h | 207 __le16 wLength; member 219 __le16 wLength; member
|
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 339 u16 wValue, wIndex, wLength; in ast_vhub_std_hub_request() local 343 wLength = le16_to_cpu(crq->wLength); in ast_vhub_std_hub_request() 395 wLength); in ast_vhub_std_hub_request() 398 wIndex, wLength); in ast_vhub_std_hub_request() 694 u16 wValue, wIndex, wLength; in ast_vhub_class_hub_request() local 698 wLength = le16_to_cpu(crq->wLength); in ast_vhub_class_hub_request() 711 return ast_vhub_rep_desc(ep, USB_DT_HUB, wLength); in ast_vhub_class_hub_request()
|
/Linux-v4.19/include/uapi/linux/usb/ |
D | cdc.h | 302 __le16 wLength; member 320 __le16 wLength; member 380 __le16 wLength; member 394 __le16 wLength; member
|
/Linux-v4.19/drivers/usb/host/ |
D | ohci-s3c2410.c | 168 u16 wLength) in ohci_s3c2410_hub_control() argument 177 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control() 184 wIndex, buf, wLength); in ohci_s3c2410_hub_control() 233 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
|
D | xhci-hub.c | 56 u16 wLength) in xhci_create_usb3_bos_desc() argument 78 memcpy(buf, &usb_bos_descriptor, min(desc_size, wLength)); in xhci_create_usb3_bos_desc() 86 if (wLength < USB_DT_BOS_SIZE + USB_DT_USB_SS_CAP_SIZE) in xhci_create_usb3_bos_desc() 87 return wLength; in xhci_create_usb3_bos_desc() 108 if (wLength < desc_size) in xhci_create_usb3_bos_desc() 109 return wLength; in xhci_create_usb3_bos_desc() 117 if (wLength < desc_size + ssa_size) in xhci_create_usb3_bos_desc() 118 return wLength; in xhci_create_usb3_bos_desc() 1012 u16 wIndex, char *buf, u16 wLength) in xhci_hub_control() argument 1045 (wLength < USB_DT_SS_HUB_SIZE || in xhci_hub_control() [all …]
|
D | ohci-da8xx.c | 33 u16 wValue, u16 wIndex, char *buf, u16 wLength); 330 u16 wIndex, char *buf, u16 wLength) in ohci_da8xx_hub_control() argument 390 wIndex, buf, wLength); in ohci_da8xx_hub_control()
|
D | ohci-at91.c | 326 u16 wIndex, char *buf, u16 wLength) in ohci_at91_hub_control() argument 336 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_at91_hub_control() 407 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength); in ohci_at91_hub_control()
|
D | uhci-hub.c | 244 u16 wIndex, char *buf, u16 wLength) in uhci_hub_control() argument 409 retval = min_t(unsigned int, sizeof(root_hub_hub_des), wLength); in uhci_hub_control()
|
/Linux-v4.19/sound/usb/ |
D | stream.c | 344 len = le16_to_cpu(cluster->wLength); in convert_chmap_v3() 353 cs_len = le16_to_cpu(cs_desc->wLength); in convert_chmap_v3() 865 u16 cluster_id, wLength; in snd_usb_get_audioformat_uac3() local 970 wLength = le16_to_cpu(hc_header.wLength); in snd_usb_get_audioformat_uac3() 971 cluster = kzalloc(wLength, GFP_KERNEL); in snd_usb_get_audioformat_uac3() 980 cluster, wLength); in snd_usb_get_audioformat_uac3() 984 } else if (err != wLength) { in snd_usb_get_audioformat_uac3()
|
/Linux-v4.19/drivers/usb/core/ |
D | devio.c | 1069 unsigned wLength; in proc_control() local 1078 wLength = ctrl.wLength; /* To suppress 64k PAGE_SIZE warning */ in proc_control() 1079 if (wLength > PAGE_SIZE) in proc_control() 1095 ctrl.wIndex, ctrl.wLength); in proc_control() 1097 if (ctrl.wLength && !access_ok(VERIFY_WRITE, ctrl.data, in proc_control() 1098 ctrl.wLength)) { in proc_control() 1103 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, NULL, 0); in proc_control() 1108 tbuf, ctrl.wLength, tmo); in proc_control() 1112 if ((i > 0) && ctrl.wLength) { in proc_control() 1119 if (ctrl.wLength) { in proc_control() [all …]
|
/Linux-v4.19/drivers/usb/renesas_usbhs/ |
D | mod_host.c | 1093 u16 wIndex, char *buf, u16 wLength) in __usbhsh_hub_hub_feature() argument 1110 u16 wIndex, char *buf, u16 wLength) in __usbhsh_hub_port_feature() argument 1119 if (wIndex > roothub_id || wLength != 0) in __usbhsh_hub_port_feature() 1195 u16 wIndex, char *buf, u16 wLength) in __usbhsh_hub_get_status() argument 1235 u16 wIndex, char *buf, u16 wLength) in usbhsh_hub_control() argument 1248 wValue, wIndex, buf, wLength); in usbhsh_hub_control() 1255 wValue, wIndex, buf, wLength); in usbhsh_hub_control() 1263 wValue, wIndex, buf, wLength); in usbhsh_hub_control()
|
/Linux-v4.19/include/linux/ |
D | usbdevice_fs.h | 42 u16 wLength; member
|
/Linux-v4.19/include/linux/uwb/ |
D | spec.h | 623 __le16 wLength; member 630 __le16 wLength; member 763 __le16 wLength; member
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_printer.c | 898 u16 w_length = le16_to_cpu(ctrl->wLength); in gprinter_req_match() 943 u16 wLength = le16_to_cpu(ctrl->wLength); in printer_func_setup() local 946 ctrl->bRequestType, ctrl->bRequest, wValue, wIndex, wLength); in printer_func_setup() 974 value = min_t(u16, wLength, 1); in printer_func_setup() 997 wValue, wIndex, wLength); in printer_func_setup() 1003 req->zero = value < wLength; in printer_func_setup()
|
D | f_uac1_legacy.c | 389 u16 len = le16_to_cpu(ctrl->wLength); in audio_set_intf_req() 426 u16 len = le16_to_cpu(ctrl->wLength); in audio_get_intf_req() 462 u16 len = le16_to_cpu(ctrl->wLength); in audio_set_endpoint_req() 498 u16 len = le16_to_cpu(ctrl->wLength); in audio_get_endpoint_req() 528 u16 w_length = le16_to_cpu(ctrl->wLength); in f_audio_setup()
|
/Linux-v4.19/drivers/usb/mtu3/ |
D | mtu3_gadget_ep0.c | 177 u16 length = le16_to_cpu(setup->wLength); in ep0_set_sel() 607 le16_to_cpu(setup->wLength)); in ep0_read_setup() 614 if (le16_to_cpu(setup->wLength) == 0) { in ep0_read_setup() 655 le16_to_cpu(setup.wLength) ? 0 : EP0_SETUPPKTRDY); in ep0_handle_setup() 666 } else if (le16_to_cpu(setup.wLength) == 0) { /* no data stage */ in ep0_handle_setup()
|
/Linux-v4.19/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 67 u16 wIndex, char *buf, u16 wLength) in c67x00_hub_control() argument 215 len = min_t(unsigned int, sizeof(c67x00_hub_des), wLength); in c67x00_hub_control()
|