Lines Matching refs:ep_num
195 int ep_num;
198 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK;
199 EPDBG(ep, "GET_STATUS(ep%d)\n", ep_num);
202 if (ep_num == 1) {
205 } else if (ep_num != 0)
243 int ep_num;
246 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK;
248 is_set ? "SET" : "CLEAR", ep_num, wValue);
250 if (ep_num > 1)
254 if (ep_num == 0)