Lines Matching refs:w_index
1525 #define w_index le16_to_cpu(u.r.wIndex) in ep0_irq() macro
1565 ep = &udc->ep[w_index & 0xf]; in ep0_irq()
1567 if (w_index & USB_DIR_IN) in ep0_irq()
1594 ep = &udc->ep[w_index & 0xf]; in ep0_irq()
1595 if (w_index & USB_DIR_IN) in ep0_irq()
1626 if (!(w_index & 0xf)) in ep0_irq()
1630 ep = &udc->ep[w_index & 0xf]; in ep0_irq()
1631 if (w_index & USB_DIR_IN) in ep0_irq()
1659 VDBG("GET_STATUS, interface %d\n", w_index); in ep0_irq()
1676 w_value, w_index, w_length); in ep0_irq()
1679 #undef w_index in ep0_irq()