Lines Matching refs:ep_num
138 int ep_num;
140 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK;
142 is_set ? "SET" : "CLEAR", ep_num, wValue);
143 if (ep_num == 0)
145 if (ep_num >= d->max_epns || !d->epns[ep_num - 1])
150 ep = d->epns[ep_num - 1];
159 is_set ? "setting" : "clearing", ep_num);
183 int ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK;
187 DDBG(d, "GET_STATUS(ep%d)\n", ep_num);
189 if (ep_num >= d->max_epns)
191 if (ep_num != 0) {
192 ep = d->epns[ep_num - 1];