Searched refs:wValue (Results 1 - 25 of 60) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-s3c2410.c153 u16 wValue,
165 hcd, typeReq, wValue, wIndex, buf, wLength);
171 ret = ohci_hub_control(hcd, typeReq, wValue,
180 if (wValue == USB_PORT_FEAT_POWER) {
188 switch (wValue) {
222 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
150 ohci_s3c2410_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
H A Duhci-hub.c239 static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
314 switch (wValue) {
326 switch (wValue) {
350 switch (wValue) {
H A Dehci-hub.c520 u16 wValue,
538 switch (wValue) {
560 switch (wValue) {
742 switch (wValue) {
762 switch (wValue) {
831 ehci->ehci_bypass_callback = (void (*)(int, struct ehci_qh *, spinlock_t *lock))(wValue | (wIndex << 16));
840 ehci->bypass_device = (struct usb_device *)(wValue | (wIndex << 16));
847 int pipe = wValue;
910 ehci->fastpath_pool= (struct dma_pool *)(wValue | (wIndex << 16));
517 ehci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
H A Dohci-hub.c601 u16 wValue,
616 switch (wValue) {
631 switch (wValue) {
683 switch (wValue) {
695 switch (wValue) {
598 ohci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
H A Dsl811-hcd.c1224 u16 wValue,
1238 switch (wValue) {
1250 switch (wValue) {
1286 sl811->port1 &= ~(1 << wValue);
1307 switch (wValue) {
1340 sl811->port1 |= 1 << wValue;
1221 sl811h_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dether.c1236 event->wValue = __constant_cpu_to_le16 (0);
1271 event->wValue = __constant_cpu_to_le16 (1); /* connected */
1339 u16 wValue = le16_to_cpu(ctrl->wValue); local
1351 switch (wValue >> 8) {
1372 wValue >> 8,
1373 wValue & 0xff,
1381 wValue & 0xff, req->buf);
1396 value = eth_set_config (dev, wValue, GFP_ATOMIC);
1427 if (wValue !
[all...]
H A Dserial.c1514 u16 wValue = le16_to_cpu(ctrl->wValue); local
1529 wValue, wIndex, wLength);
1558 u16 wValue = le16_to_cpu(ctrl->wValue); local
1566 switch (wValue >> 8) {
1589 wValue >> 8, wValue & 0xff,
1598 wValue & 0xff, req->buf);
1609 ret = gs_set_config(dev, wValue);
1689 u16 wValue = le16_to_cpu(ctrl->wValue); local
[all...]
H A Ddummy_hcd.c1332 w_value = le16_to_cpu(setup.wValue);
1605 u16 wValue,
1623 switch (wValue) {
1637 dum->port_status &= ~(1 << wValue);
1692 switch (wValue) {
1722 dum->port_status |= (1 << wValue);
1731 typeReq, wValue, wIndex, wLength); local
1602 dummy_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
H A Dgoku_udc.c1473 ctrl.wValue = cpu_to_le16((readl(&regs->wValueH) << 8)
1512 if (ctrl.wValue != __constant_cpu_to_le16(
1525 if (ctrl.wValue != __constant_cpu_to_le16(1))
1543 le16_to_cpu(ctrl.wValue), le16_to_cpu(ctrl.wIndex),
1551 dev->configured = (ctrl.wValue != __constant_cpu_to_le16(0));
H A Dlh7a40x_udc.c1709 DEBUG_SETUP("CTRL.wValue = %d (%d)\n", ctrl.wValue, ctrl.wValue >> 8);
1729 DEBUG_SETUP("USB_REQ_SET_ADDRESS (%d)\n", ctrl.wValue);
1730 udc_set_address(dev, ctrl.wValue);
1745 if (ctrl.wValue != 0 || ctrl.wLength != 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dpowermate.c127 pm->configcr->wValue = cpu_to_le16( SET_PULSE_ASLEEP );
131 pm->configcr->wValue = cpu_to_le16( SET_PULSE_AWAKE );
163 pm->configcr->wValue = cpu_to_le16( (pm->pulse_table << 8) | SET_PULSE_MODE );
167 pm->configcr->wValue = cpu_to_le16( SET_STATIC_BRIGHTNESS );
176 /* printk("powermate: %04x %04x\n", pm->configcr->wValue, pm->configcr->wIndex); */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusbdevice_fs.h44 __u16 wValue; member in struct:usbdevfs_ctrltransfer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-usb.c193 u16 wValue, wIndex; local
220 wValue = (func << 8 ) | (port << 4);
224 wValue & 0xff, wValue >> 8, wIndex & 0xff, wIndex >> 8);
229 wValue,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd.c347 u16 typeReq, wValue, wIndex, wLength; local
360 wValue = le16_to_cpu (cmd->wValue);
396 if (wValue == USB_DEVICE_REMOTE_WAKEUP)
403 && wValue == USB_DEVICE_REMOTE_WAKEUP)
415 switch (wValue & 0xff00) {
437 n = rh_string (wValue & 0xff, hcd, ubuf, wLength);
453 // wValue == urb->dev->devaddr
455 wValue);
487 typeReq, wValue, wInde
[all...]
H A Dhcd.h198 u16 typeReq, u16 wValue, u16 wIndex,
H A Ddevio.c643 "bRrequestType=%02x wValue=%04x "
645 ctrl.bRequest, ctrl.bRequestType, ctrl.wValue,
650 ctrl.wValue, ctrl.wIndex, tbuf, ctrl.wLength, tmo);
672 "bRrequestType=%02x wValue=%04x "
674 ctrl.bRequest, ctrl.bRequestType, ctrl.wValue,
684 ctrl.wValue, ctrl.wIndex, tbuf, ctrl.wLength, tmo);
964 "bRrequestType=%02x wValue=%04x "
966 dr->bRequest, dr->bRequestType, dr->wValue,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Dcdc.h219 __le16 wValue; member in struct:usb_cdc_notification
H A Dch9.h127 * @wValue: matches the USB wValue field (le16 byte order)
143 __le16 wValue; member in struct:usb_ctrlrequest
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dusbtest.c867 req.wValue = cpu_to_le16 (USB_DT_DEVICE << 8);
871 req.wValue = cpu_to_le16 ((USB_DT_CONFIG << 8) | 0);
893 req.wValue = cpu_to_le16 (USB_DT_DEVICE_QUALIFIER << 8);
899 req.wValue = cpu_to_le16 ((USB_DT_CONFIG << 8) | 0);
904 req.wValue = cpu_to_le16 (USB_DT_INTERFACE << 8);
914 // wValue 0 == ep halt
927 req.wValue = cpu_to_le16 ((USB_DT_CONFIG << 8) | 0);
933 req.wValue = cpu_to_le16 (USB_DT_ENDPOINT << 8);
940 req.wValue = cpu_to_le16 (USB_DT_STRING << 8);
947 req.wValue
[all...]
H A Dauerswald.c681 dr->wValue = cpu_to_le16 (value);
882 bp->dr->wLength = bp->dr->wValue; /* temporary stored */
883 bp->dr->wValue = cpu_to_le16 (1); /* Retry Flag */
930 bp->dr->wValue = bp->dr->wLength; /* temporary storage */
1059 bp->dr->wValue = cpu_to_le16 (0);
1793 bp->dr->wValue = cpu_to_le16 (0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dcdc_ether.c360 event->wValue ? "on" : "off");
361 if (event->wValue)
H A Ddm9601.c127 req->wValue = 0;
169 req->wValue = cpu_to_le16(value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dst5481_usb.c47 ((struct ctrl_msg *)urb->setup_packet)->dr.wValue,
76 ctrl_msg->dr.wValue = cpu_to_le16p(&value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dusbkbd.c296 kbd->cr->wValue = cpu_to_le16(0x200);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dxircom_pgs.S306 ;; 00 is set baud, wValue[0] has baud rate index
354 ;; 06, wValue[0]=0 is query write_room
361 ;; 06, wValue[0]=1 is query chars_in_buffer
371 mov tx_unthrottle_threshold, r3; wValue[0] is threshold value
598 mov a, r3 ; wValue[0] holds new bits: b7 is new RTS

Completed in 205 milliseconds

123