Searched refs:refcount_alloc (Results 1 – 3 of 3) sorted by relevance
1222 if (xfer->endpoint->refcount_alloc >= USB_EP_REF_MAX) in usbd_transfer_setup()1225 xfer->endpoint->refcount_alloc++; in usbd_transfer_setup()1227 if (xfer->endpoint->refcount_alloc == 0) in usbd_transfer_setup()1483 xfer->endpoint->refcount_alloc--; in usbd_transfer_unsetup()
156 uint8_t refcount_alloc; /* allocation refcount */ member
858 if (ep->refcount_alloc != 0) { in usb_config_parse()