Home
last modified time | relevance | path

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

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