Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/dwc3/
Dtrace.h265 __entry->ctrl & DWC3_TRB_CTRL_LST ? 'L' : 'l',
Dcore.h776 #define DWC3_TRB_CTRL_LST BIT(1) macro
Ddebugfs.c808 !!(trb->ctrl & DWC3_TRB_CTRL_LST), in dwc3_trb_ring_show()
Dep0.c58 | DWC3_TRB_CTRL_LST); in dwc3_ep0_prepare_one_trb()
/Linux-v5.4/Documentation/driver-api/usb/
Ddwc3.rst655 __entry->ctrl & DWC3_TRB_CTRL_LST ? 'L' : 'l',