Searched refs:w_index (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dzero.c919 u16 w_index = le16_to_cpu(ctrl->wIndex); local
1002 if (dev->config && w_index == 0 && w_value == 0) {
1023 if (w_index != 0) {
1039 if (w_value || w_index)
1049 if (w_value || w_index)
1063 w_value, w_index, w_length);
H A Dat91_udc.c1080 #define w_index le16_to_cpu(pkt.r.wIndex) macro
1086 w_value, w_index, w_length);
1173 tmp = w_index & USB_ENDPOINT_NUMBER_MASK;
1179 if ((w_index & USB_DIR_IN)) {
1196 tmp = w_index & USB_ENDPOINT_NUMBER_MASK;
1202 if ((w_index & USB_DIR_IN)) {
1215 tmp = w_index & USB_ENDPOINT_NUMBER_MASK;
1223 if ((w_index & USB_DIR_IN)) {
1241 #undef w_index macro
H A Domap_udc.c1644 #define w_index le16_to_cpu(u.r.wIndex) macro
1684 ep = &udc->ep[w_index & 0xf];
1686 if (w_index & USB_DIR_IN)
1713 ep = &udc->ep[w_index & 0xf];
1714 if (w_index & USB_DIR_IN)
1745 if (!(w_index & 0xf))
1749 ep = &udc->ep[w_index & 0xf];
1750 if (w_index & USB_DIR_IN)
1777 VDBG("GET_STATUS, interface %d\n", w_index);
1794 w_value, w_index, w_lengt
1797 #undef w_index macro
[all...]
H A Dgmidi.c670 u16 w_index = le16_to_cpu(ctrl->wIndex); local
747 if (dev->config && w_index < GMIDI_NUM_INTERFACES
772 if (w_index >= GMIDI_NUM_INTERFACES) {
784 w_value, w_index, w_length);
H A Ddummy_hcd.c1327 unsigned w_index; local
1331 w_index = le16_to_cpu(setup.wIndex);
1397 ep2 = find_endpoint (dum, w_index);
1422 ep2 = find_endpoint (dum, w_index);
1448 ep2 = find_endpoint (dum, w_index);
H A Dnet2280.c2405 #define w_index le16_to_cpu(u.r.wIndex) macro
2436 if ((e = get_ep_by_addr (dev, w_index)) == 0
2464 if ((e = get_ep_by_addr (dev, w_index)) == 0)
2481 if ((e = get_ep_by_addr (dev, w_index)) == 0)
2494 w_value, w_index, w_length,
2517 #undef w_index macro
H A Dfile_storage.c1210 u16 w_index = le16_to_cpu(ctrl->wIndex); local
1224 if (w_index != 0) {
1240 if (w_index != 0) {
1259 if (w_index != 0) {
1278 le16_to_cpu(ctrl->wValue), w_index, w_length);
1292 u16 w_index = le16_to_cpu(ctrl->wIndex); local
1374 if (fsg->config && w_index == 0) {
1389 if (w_index != 0) {
1402 w_value, w_index, le16_to_cpu(ctrl->wLength));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dst5481_usb.c65 int w_index; local
68 if ((w_index = fifo_add(&ctrl->msg_fifo.f)) < 0) {
72 ctrl_msg = &ctrl->msg_fifo.data[w_index];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h1009 int w_index = XPC_NASID_W_INDEX(from_nasid);
1015 (void) xpc_IPI_send(&amos[w_index], (1UL << b_index), to_nasid,

Completed in 168 milliseconds