Home
last modified time | relevance | path

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

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