commit | 53fd88189e08c91cb9b43e2d51b4eb314a3d00d7 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Apr 04 15:33:41 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Apr 18 15:23:46 2016 +0300 |
tree | bcd8083eb1e0292e5c85d743276e2cb45665d1cc | |
parent | 495dd5f78145c44274eeb8ec297195ac71a8fed0 [diff] |
usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeue This makes it clear that we're dealing with a queue of TRBs. No functional changes. While at that, also rename start_slot to first_trb_index for similar reasons. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>