Searched refs:refcount_bw (Results 1 – 2 of 2) sorted by relevance
2001 xfer->endpoint->refcount_bw++; in usb_hs_bandwidth_alloc()2002 if (xfer->endpoint->refcount_bw != 1) in usb_hs_bandwidth_alloc()2081 xfer->endpoint->refcount_bw--; in usb_hs_bandwidth_free()2082 if (xfer->endpoint->refcount_bw != 0) in usb_hs_bandwidth_free()
152 uint8_t refcount_bw; /* bandwidth refcount */ member