Lines Matching defs:epnum
317 * Index = (epnum * 2) + direction - 1,
320 * index = (epnum * 2) + direction - 1 = (epnum * 2) + 1 - 1 = (epnum * 2)
350 if (preq->epnum == 0 && !list_empty(&pep->pending_list)) {
359 preq->epnum = pep->number;
1073 preq->epnum = pep->number;
1618 u8 epnum = ((i + 1) >> 1);
1620 if (!CDNSP_IF_EP_EXIST(pdev, epnum, direction))
1625 pep->number = epnum;
1632 if (epnum == 0) {
1634 epnum, "BiDir");
1646 pdev->ep0_preq.epnum = pep->number;
1651 epnum, (pep->direction) ? "in" : "out");
1653 pep->idx = (epnum * 2 + (direction ? 1 : 0)) - 1;