usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeue
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 4 Apr 2016 12:33:41 +0000 (15:33 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 18 Apr 2016 12:23:46 +0000 (15:23 +0300)
commit53fd88189e08c91cb9b43e2d51b4eb314a3d00d7
treebcd8083eb1e0292e5c85d743276e2cb45665d1cc
parent495dd5f78145c44274eeb8ec297195ac71a8fed0
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>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/ep0.c
drivers/usb/dwc3/gadget.c