Home
last modified time | relevance | path

Searched refs:refcount_alloc (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_transfer.c1118 if (xfer->endpoint->refcount_alloc >= USB_EP_REF_MAX) in usbd_transfer_setup()
1121 xfer->endpoint->refcount_alloc++; in usbd_transfer_setup()
1123 if (xfer->endpoint->refcount_alloc == 0) in usbd_transfer_setup()
1421 xfer->endpoint->refcount_alloc--; in usbd_transfer_unsetup()
H A Dusbdi.h151 uint8_t refcount_alloc; /* allocation refcount */ member
H A Dusb_device.c726 if (ep->refcount_alloc != 0) { in usb_config_parse()