Lines Matching defs:dir
935 dev_dbg(hsotg->dev, "%s: Filling ep %d, dir %s isoc desc # %d\n",
1083 dev_dbg(hsotg->dev, "%s: DxEPCTL=0x%08x, ep %d, dir %s\n",
1576 int dir = (windex & USB_DIR_IN) ? 1 : 0;
1585 return index_to_ep(hsotg, idx, dir);
1895 dev_dbg(hsotg->dev, "ep0 stall (dir=%d)\n", ep0->dir_in);
4740 char *dir;
4743 dir = "";
4745 dir = "in";
4747 dir = "out";
4752 snprintf(hs_ep->name, sizeof(hs_ep->name), "ep%d%s", epnum, dir);