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

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dusbpipe.h49 WORD wLength,
58 WORD wLength,
67 WORD wLength,
H A Dusbpipe.c115 WORD wLength,
142 wLength,
160 WORD wLength,
178 pDevice->sUsbCtlRequest.wLength = cpu_to_le16p(&wLength);
184 pbyBuffer, wLength, s_nsControlInUsbIoCompleteWrite, pDevice);
217 WORD wLength,
234 pDevice->sUsbCtlRequest.wLength = cpu_to_le16p(&wLength);
239 pbyBuffer, wLength, s_nsControlInUsbIoCompleteRea
110 PIPEnsControlOutAsyn( PSDevice pDevice, BYTE byRequest, WORD wValue, WORD wIndex, WORD wLength, PBYTE pbyBuffer ) argument
155 PIPEnsControlOut( PSDevice pDevice, BYTE byRequest, WORD wValue, WORD wIndex, WORD wLength, PBYTE pbyBuffer ) argument
212 PIPEnsControlIn( PSDevice pDevice, BYTE byRequest, WORD wValue, WORD wIndex, WORD wLength, PBYTE pbyBuffer ) argument
[all...]
H A Drf.c994 WORD wLength,wValue; local
1056 wLength = 64;
1058 wLength = wLength2;
1060 memcpy(abyArray, pbyAddr2, wLength);
1065 wLength,
1068 wLength2 -= wLength;
1069 wValue += wLength;
1070 pbyAddr2 += wLength;
1077 wLength = 64;
1079 wLength
[all...]
H A Dmib.c479 pStatistic->ullTxBroadcastBytes += pStatistic->abyTxPktInfo[byPktNum].wLength;
482 pStatistic->ullTxMulticastBytes += pStatistic->abyTxPktInfo[byPktNum].wLength;
485 pStatistic->ullTxDirectedBytes += pStatistic->abyTxPktInfo[byPktNum].wLength;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Drh.c98 u16 wLength)
103 if (wLength < length)
152 u16 wLength)
257 u32 *_buf, u16 wLength)
278 u16 wIndex, char *buf, u16 wLength)
287 (struct usb_hub_descriptor *) buf, wLength);
293 result = wusbhc_rh_get_hub_status(wusbhc, (u32 *)buf, wLength);
306 (u32 *)buf, wLength);
313 wValue, wIndex, buf, wLength);
95 wusbhc_rh_get_hub_descr(struct wusbhc *wusbhc, u16 wValue, u16 wIndex, struct usb_hub_descriptor *descr, u16 wLength) argument
151 wusbhc_rh_get_hub_status(struct wusbhc *wusbhc, u32 *buf, u16 wLength) argument
256 wusbhc_rh_get_port_status(struct wusbhc *wusbhc, u16 port_idx, u32 *_buf, u16 wLength) argument
277 wusbhc_rh_control(struct usb_hcd *usb_hcd, u16 reqntype, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dusb.h64 u_int16_t wLength; member in struct:_usb_setup
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_host.h92 char *buf, u16 wLength);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dcdc.h269 __le16 wLength; member in struct:usb_cdc_notification
282 __le16 wLength; member in struct:usb_cdc_ncm_ntb_parameter
330 __le16 wLength; member in struct:usb_cdc_ncm_ndp16
337 __le16 wLength; member in struct:usb_cdc_ncm_ndp32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusbdevice_fs.h44 __u16 wLength; member in struct:usbdevfs_ctrltransfer
137 u16 wLength; member in struct:usbdevfs_ctrltransfer32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-s3c2410.c154 u16 wLength)
163 hcd, typeReq, wValue, wIndex, buf, wLength);
170 wIndex, buf, wLength);
220 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
148 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.c240 u16 wIndex, char *buf, u16 wLength)
402 len = min_t(unsigned int, sizeof(root_hub_hub_des), wLength);
239 uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dprinter.c1130 u16 wLength = le16_to_cpu(ctrl->wLength); local
1133 ctrl->bRequestType, ctrl->bRequest, wValue, wIndex, wLength);
1148 value = min(wLength, (u16) sizeof device_desc);
1155 value = min(wLength,
1171 value = min(wLength, (u16) value);
1178 value = min(wLength, (u16) value);
1196 value = min(wLength, (u16) 1);
1213 value = min(wLength, (u16) 1);
1240 value = min(wLength, (u1
[all...]
H A Df_audio.c386 u16 len = le16_to_cpu(ctrl->wLength);
423 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);
H A Df_ecm.c318 event->wLength = 0;
329 event->wLength = cpu_to_le16(8);
394 u16 w_length = le16_to_cpu(ctrl->wLength);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dwb35reg_s.h30 #define REG_BUF_SIZE(_x) ((_x)->bRequest == 0x04 ? cpu_to_le16((_x)->wLength) : 4)
H A Dwb35reg.c49 dr->wLength = cpu_to_le16(DataSize);
192 dr->wLength = cpu_to_le16(4);
258 dr->wLength = cpu_to_le16(4);
363 dr->wLength = cpu_to_le16(4);
437 (u8 *)dr, pBuffer, cpu_to_le16(dr->wLength),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-core.c207 /* set wLength value */
208 ven_req.wLength = req_data->buf_size;
216 memset(req_data->p_buffer, 0x00, ven_req.wLength);
318 if ((ven_req->wLength > URB_MAX_CTRL_SIZE))
335 ven_req->wIndex, ven_req->wLength);
337 for (byte = 0; byte < ven_req->wLength; byte++)
348 ven_req->wLength, HZ);
969 /* set wLength value */
970 ven_req.wLength = len;
981 memset(ven_req.pBuff, 0x00, ven_req.wLength);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddevio.c769 unsigned wLength; local
777 wLength = ctrl.wLength; /* To suppress 64k PAGE_SIZE warning */
778 if (wLength > PAGE_SIZE)
786 "wIndex=%04x wLength=%04x\n",
790 __le16_to_cpup(&ctrl.wLength));
792 if (ctrl.wLength && !access_ok(VERIFY_WRITE, ctrl.data,
793 ctrl.wLength)) {
798 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, NULL, 0);
803 tbuf, ctrl.wLength, tm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/uwb/
H A Dspec.h617 __le16 wLength; member in struct:uwb_rc_evt_set_daa_energy_mask
624 __le16 wLength; member in struct:uwb_rc_evt_set_notification_filter_ex
757 __le16 wLength; member in struct:uwb_rc_evt_daa_energy_detected
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
733 kingsun->rx_setuprequest->wLength = cpu_to_le16(KINGSUN_RCV_FIFO_SIZE);
753 kingsun->tx_setuprequest->wLength = 0;
765 kingsun->speed_setuprequest->wLength =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dti_usb_3410_5052.h230 __le16 wLength; member in struct:ti_firmware_header

Completed in 454 milliseconds

123456