Home
last modified time | relevance | path

Searched refs:dwc3_trb (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc3/
Dtrace.h218 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
222 __field(struct dwc3_trb *, trb)
281 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
286 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
Dcore.h627 struct dwc3_trb;
698 struct dwc3_trb *trb_pool;
826 struct dwc3_trb { struct
915 struct dwc3_trb *trb;
1070 struct dwc3_trb *ep0_trb;
Dgadget.c445 struct dwc3_trb *trb) in dwc3_trb_dma_offset()
460 sizeof(struct dwc3_trb) * DWC3_TRB_NUM, in dwc3_alloc_trb_pool()
475 dma_free_coherent(dwc->sysdev, sizeof(struct dwc3_trb) * DWC3_TRB_NUM, in dwc3_free_trb_pool()
672 struct dwc3_trb *trb_st_hw; in __dwc3_gadget_ep_enable()
673 struct dwc3_trb *trb_link; in __dwc3_gadget_ep_enable()
689 sizeof(struct dwc3_trb) * DWC3_TRB_NUM); in __dwc3_gadget_ep_enable()
708 struct dwc3_trb *trb; in __dwc3_gadget_ep_enable()
934 static struct dwc3_trb *dwc3_ep_prev_trb(struct dwc3_ep *dep, u8 index) in dwc3_ep_prev_trb()
973 static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb, in __dwc3_prepare_one_trb()
1097 struct dwc3_trb *trb; in dwc3_prepare_one_trb()
[all …]
Dep0.c37 struct dwc3_trb *trb; in dwc3_ep0_prepare_one_trb()
832 struct dwc3_trb *trb; in dwc3_ep0_complete_data()
890 struct dwc3_trb *trb; in dwc3_ep0_complete_status()
Ddebugfs.c810 struct dwc3_trb *trb = &dep->trb_pool[i]; in dwc3_trb_ring_show()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch55299 -static struct dwc3_trb *dwc3_ep_prev_trb(struct dwc3_ep *dep, u8 index)
55300 +static struct dwc3_trb *dwc3_ep_prev_trb(struct dwc3_ep *dep, u32 index)
55307 @@ -932,7 +948,7 @@ static struct dwc3_trb *dwc3_ep_prev_trb(struct dwc3_ep *dep, u8 index)
55316 @@ -968,6 +984,7 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb,
55324 @@ -1016,8 +1033,19 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb,
55344 @@ -1053,7 +1081,7 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb,
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch357536 -static struct dwc3_trb *dwc3_ep_prev_trb(struct dwc3_ep *dep, u8 index)
357537 +static struct dwc3_trb *dwc3_ep_prev_trb(struct dwc3_ep *dep, u32 index)
357544 @@ -881,7 +897,7 @@ static struct dwc3_trb *dwc3_ep_prev_trb(struct dwc3_ep *dep, u8 index)
357547 struct dwc3_trb *tmp;
357553 @@ -914,6 +930,7 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb,
357561 @@ -962,8 +979,19 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb,
357581 @@ -1000,7 +1028,7 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb,