Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dtrace.h270 __entry->ctrl & DWC3_TRB_CTRL_LST ? 'L' : 'l',
Dep0.c60 | DWC3_TRB_CTRL_LST); in dwc3_ep0_prepare_one_trb()
Ddebugfs.c920 !!(trb->ctrl & DWC3_TRB_CTRL_LST), in dwc3_trb_ring_show()
Dcore.h855 #define DWC3_TRB_CTRL_LST BIT(1) macro
Dgadget.c1333 trb->ctrl |= DWC3_TRB_CTRL_LST; in dwc3_prepare_one_trb()
3408 (trb->ctrl & DWC3_TRB_CTRL_LST)) in dwc3_gadget_ep_reclaim_completed_trb()
/linux-6.12.1/Documentation/driver-api/usb/
Ddwc3.rst655 __entry->ctrl & DWC3_TRB_CTRL_LST ? 'L' : 'l',