Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dep0.c59 trb->ctrl |= (DWC3_TRB_CTRL_IOC in dwc3_ep0_prepare_one_trb()
H A Dcore.h864 #define DWC3_TRB_CTRL_IOC BIT(11) macro
H A Dgadget.c1392 trb->ctrl |= DWC3_TRB_CTRL_IOC; in dwc3_prepare_one_trb()
3570 if ((trb->ctrl & DWC3_TRB_CTRL_IOC) || in dwc3_gadget_ep_reclaim_completed_trb()
/linux/Documentation/driver-api/usb/
H A Ddwc3.rst659 __entry->ctrl & DWC3_TRB_CTRL_IOC ? 'C' : 'c',