[go: nahoru, domu]

Searched refs:wLength (Results 1 - 25 of 136) sorted by relevance

123456

/drivers/usb/wusbcore/
H A Drh.c177 u16 wLength)
182 if (wLength < length)
234 u16 wLength)
340 u32 *_buf, u16 wLength)
361 u16 wIndex, char *buf, u16 wLength)
370 (struct usb_hub_descriptor *) buf, wLength);
376 result = wusbhc_rh_get_hub_status(wusbhc, (u32 *)buf, wLength);
389 (u32 *)buf, wLength);
396 wValue, wIndex, buf, wLength);
174 wusbhc_rh_get_hub_descr(struct wusbhc *wusbhc, u16 wValue, u16 wIndex, struct usb_hub_descriptor *descr, u16 wLength) argument
233 wusbhc_rh_get_hub_status(struct wusbhc *wusbhc, u32 *buf, u16 wLength) argument
339 wusbhc_rh_get_port_status(struct wusbhc *wusbhc, u16 port_idx, u32 *_buf, u16 wLength) argument
360 wusbhc_rh_control(struct usb_hcd *usb_hcd, u16 reqntype, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
/drivers/usb/dwc3/
H A Dtrace.h80 __field(__le16, wLength)
87 __entry->wLength = ctrl->wLength;
89 TP_printk("bRequestType %02x bRequest %02x wValue %04x wIndex %04x wLength %d",
92 le16_to_cpu(__entry->wLength)
H A Dep0.c643 u16 wLength; local
650 wLength = le16_to_cpu(ctrl->wLength);
652 if (wLength != 6) {
654 wLength);
677 u16 wLength; local
682 wLength = le16_to_cpu(ctrl->wLength);
685 if (wIndex || wLength)
751 len = le16_to_cpu(ctrl->wLength);
[all...]
/drivers/usb/host/
H A Dohci-s3c2410.c165 u16 wLength)
174 hcd, typeReq, wValue, wIndex, buf, wLength);
181 wIndex, buf, wLength);
230 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
159 ohci_s3c2410_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
H A Dfhci-hub.c207 u16 wIndex, char *buf, u16 wLength)
276 len = (buf[0] < wLength) ? buf[0] : wLength;
206 fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
H A Dohci-jz4740.c82 u16 wIndex, char *buf, u16 wLength)
101 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
81 ohci_jz4740_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
H A Dohci-da8xx.c171 u16 wIndex, char *buf, u16 wLength)
234 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
170 ohci_da8xx_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
H A Duhci-hub.c242 u16 wIndex, char *buf, u16 wLength)
406 retval = min_t(unsigned int, sizeof(root_hub_hub_des), wLength);
241 uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
H A Dohci-at91.c280 u16 wIndex, char *buf, u16 wLength)
289 hcd, typeReq, wValue, wIndex, buf, wLength);
340 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength);
279 ohci_at91_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
/drivers/media/usb/gspca/
H A Ddtcs033.c30 u16 wLength; member in struct:dtcs033_usb_requests
36 u16 wValue, u16 wIndex, u16 wLength)
49 gspca_dev->usb_buf, wLength, 500);
70 preq->wValue, preq->wIndex, preq->wLength);
81 preq->wLength,
85 preq->wLength > 3 ? "...\n" : "\n");
301 /* -- bRequest,wValue,wIndex,wLength */
425 /* -- bRequest,wValue,wIndex,wLength */
34 reg_rw(struct gspca_dev *gspca_dev, u8 bRequestType, u8 bRequest, u16 wValue, u16 wIndex, u16 wLength) argument
H A Dkinect.c115 uint16_t wLength)
121 0, 0, data, wLength, CTRL_TIMEOUT);
124 static int kinect_read(struct usb_device *udev, uint8_t *data, uint16_t wLength) argument
130 0, 0, data, wLength, CTRL_TIMEOUT);
114 kinect_write(struct usb_device *udev, uint8_t *data, uint16_t wLength) argument
/drivers/usb/musb/
H A Dmusb_host.h137 char *buf, u16 wLength);
H A Dmusb_gadget_ep0.c150 u16 len = le16_to_cpu(ctrlrequest->wLength);
615 le16_to_cpu(req->wLength));
632 if (req->wLength == 0) {
/drivers/usb/c67x00/
H A Dc67x00-hcd.c81 u16 wIndex, char *buf, u16 wLength)
229 len = min_t(unsigned int, sizeof(c67x00_hub_des), wLength);
80 c67x00_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
/drivers/usb/core/
H A Ddevio.c974 unsigned wLength; local
983 wLength = ctrl.wLength; /* To suppress 64k PAGE_SIZE warning */
984 if (wLength > PAGE_SIZE)
998 "wIndex=%04x wLength=%04x\n",
1000 ctrl.wIndex, ctrl.wLength);
1002 if (ctrl.wLength && !access_ok(VERIFY_WRITE, ctrl.data,
1003 ctrl.wLength)) {
1008 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, NULL, 0);
1013 tbuf, ctrl.wLength, tm
[all...]
/drivers/net/irda/
H A Dks959-sir.c55 * wLength <length of padded data>
71 * wLength 0x0800 (size of available buffer)
89 * wLength 0x0008 (length of the payload)
311 kingsun->tx_setuprequest->wLength = cpu_to_le16(padlen);
740 kingsun->rx_setuprequest->wLength = cpu_to_le16(KINGSUN_RCV_FIFO_SIZE);
760 kingsun->tx_setuprequest->wLength = 0;
772 kingsun->speed_setuprequest->wLength =
/drivers/usb/renesas_usbhs/
H A Dmod_host.c1107 u16 wIndex, char *buf, u16 wLength)
1124 u16 wIndex, char *buf, u16 wLength)
1133 if (wIndex > roothub_id || wLength != 0)
1209 u16 wIndex, char *buf, u16 wLength)
1248 u16 wIndex, char *buf, u16 wLength)
1261 wValue, wIndex, buf, wLength);
1268 wValue, wIndex, buf, wLength);
1276 wValue, wIndex, buf, wLength);
1105 __usbhsh_hub_hub_feature(struct usbhsh_hpriv *hpriv, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
1122 __usbhsh_hub_port_feature(struct usbhsh_hpriv *hpriv, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
1207 __usbhsh_hub_get_status(struct usbhsh_hpriv *hpriv, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
1247 usbhsh_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
/drivers/usb/gadget/function/
H A Df_uac1.c385 u16 len = le16_to_cpu(ctrl->wLength);
422 u16 len = le16_to_cpu(ctrl->wLength);
458 u16 len = le16_to_cpu(ctrl->wLength);
494 u16 len = le16_to_cpu(ctrl->wLength);
524 u16 w_length = le16_to_cpu(ctrl->wLength);
/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c211 /* set wLength value */
212 ven_req.wLength = req_data->buf_size;
220 memset(req_data->p_buffer, 0x00, ven_req.wLength);
354 if ((ven_req->wLength > URB_MAX_CTRL_SIZE))
366 if ((ven_req->wLength > 4) && ((ven_req->bRequest == 0x4) ||
373 unsend_size = ven_req->wLength;
407 ven_req->pBuff, ven_req->wLength, HZ);
1451 /* set wLength value */
1452 ven_req.wLength = len;
1463 memset(ven_req.pBuff, 0x00, ven_req.wLength);
[all...]
/drivers/input/joystick/iforce/
H A Diforce-usb.c165 iforce->cr.wLength = cpu_to_le16(16);
/drivers/usb/class/
H A Dcdc-wdm.c248 dr->wIndex, dr->wLength);
265 dr->bNotificationType, dr->wIndex, dr->wLength);
412 req->wLength = cpu_to_le16(count);
824 desc->irq->wLength = cpu_to_le16(desc->wMaxCommand);
/drivers/usb/serial/
H A Dti_usb_3410_5052.h237 __le16 wLength; member in struct:ti_firmware_header
/drivers/usb/chipidea/
H A Dudc.c973 if (req.wLength != 0)
992 if (req.wLength != 0)
1005 if (le16_to_cpu(req.wLength) != 2 ||
1013 if (le16_to_cpu(req.wLength) != 0 ||
1024 if (req.wLength != 0)
1038 if (req.wLength != 0)
1077 if (req.wLength == 0) /* no data phase */
/drivers/usb/gadget/legacy/
H A Dprinter.c931 u16 wLength = le16_to_cpu(ctrl->wLength); local
934 ctrl->bRequestType, ctrl->bRequest, wValue, wIndex, wLength);
956 value = min(wLength, (u16) 1);
979 wValue, wIndex, wLength);
/drivers/net/usb/
H A Dcdc_ncm.c1013 ndp16->wLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_ndp16) + sizeof(struct usb_cdc_ncm_dpe16));
1102 ndplen = le16_to_cpu(ndp16->wLength);
1108 ndp16->wLength = cpu_to_le16(ndplen + sizeof(struct usb_cdc_ncm_dpe16));
1329 if (le16_to_cpu(ndp16->wLength) < USB_CDC_NCM_NDP16_LENGTH_MIN) {
1331 le16_to_cpu(ndp16->wLength));
1335 ret = ((le16_to_cpu(ndp16->wLength) -

Completed in 413 milliseconds

123456