HomeSort by: relevance | last modified time | path
    Searched defs:hp_index (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
uhso.c 297 unsigned int hp_index; /* usb request index */ member in struct:uhso_port
804 hp->hp_index = i;
922 DPRINTF(5, "hp=%p, index=%d, wlen=%zd\n", hp, hp->hp_index,
928 USETW(req.wIndex, hp->hp_index);
959 DPRINTF(5, "hp=%p, index=%d\n", hp, hp->hp_index);
964 USETW(req.wIndex, hp->hp_index);
1081 hp->hp_index = id->bInterfaceNumber;
1295 USETW(req.wIndex, hp->hp_index);
1333 || UGETW(msg->wIndex) != hp->hp_index

Completed in 13 milliseconds