Home
last modified time | relevance | path

Searched refs:DWC3_TRB_CTRL_LST (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/dwc3/
H A Ddebugfs.c920 !!(trb->ctrl & DWC3_TRB_CTRL_LST), in dwc3_trb_ring_show()
H A Dcore.h859 #define DWC3_TRB_CTRL_LST BIT(1) macro
H A Dgadget.c1387 trb->ctrl |= DWC3_TRB_CTRL_LST; in dwc3_prepare_one_trb()
3541 (trb->ctrl & DWC3_TRB_CTRL_LST)) in dwc3_gadget_ep_reclaim_completed_trb()
/linux/Documentation/driver-api/usb/
H A Ddwc3.rst655 __entry->ctrl & DWC3_TRB_CTRL_LST ? 'L' : 'l',