Searched refs:epaddr (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | usbdi_util.c | 155 usbd_clear_endpoint_feature(struct usbd_device *dev, int epaddr, int sel) in usbd_clear_endpoint_feature() argument 162 USETW(req.wIndex, epaddr); in usbd_clear_endpoint_feature()
|
H A D | umidi.c | 617 int epaddr, eppacketsize, num_ep; in alloc_all_endpoints_genuine() local 627 epaddr = -1; in alloc_all_endpoints_genuine() 640 epaddr = TO_EPD(desc)->bEndpointAddress; in alloc_all_endpoints_genuine() 644 epaddr!=-1) { in alloc_all_endpoints_genuine() 648 p->addr = epaddr; in alloc_all_endpoints_genuine() 651 if (UE_GET_DIR(epaddr)==UE_DIR_OUT) { in alloc_all_endpoints_genuine() 661 epaddr = -1; in alloc_all_endpoints_genuine()
|
H A D | if_urtwn.c | 555 uint8_t epaddr[R92C_MAX_EPOUT] = { 0, 0, 0 }; in urtwn_open_pipes() local 573 epaddr[sc->ntx] = ed->bEndpointAddress; in urtwn_open_pipes() 599 error = usbd_open_pipe(sc->sc_iface, epaddr[i], 0, in urtwn_open_pipes() 603 sc->sc_dev.dv_xname, epaddr[i]); in urtwn_open_pipes()
|