Searched refs:ep0_trb (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | ep0.c | 41 trb = &dwc->ep0_trb[dep->trb_enqueue]; in dwc3_ep0_prepare_one_trb() 797 struct usb_ctrlrequest *ctrl = (void *) dwc->ep0_trb; in dwc3_ep0_inspect_setup() 846 trb = dwc->ep0_trb; in dwc3_ep0_complete_data() 897 trb = dwc->ep0_trb; in dwc3_ep0_complete_status() 988 req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; in __dwc3_ep0_do_control_data() 1010 req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; in __dwc3_ep0_do_control_data() 1030 req->trb = &dwc->ep0_trb[dep->trb_enqueue]; in __dwc3_ep0_do_control_data()
|
H A D | gadget.c | 1863 trb = &dwc->ep0_trb[dep->trb_enqueue]; in __dwc3_gadget_ep_set_halt() 3948 dwc->ep0_trb = dma_alloc_coherent(dwc->sysdev, in dwc3_gadget_init() 3949 sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init() 3951 if (!dwc->ep0_trb) { in dwc3_gadget_init() 4042 dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init() 4043 dwc->ep0_trb, dwc->ep0_trb_addr); in dwc3_gadget_init() 4062 dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_exit() 4063 dwc->ep0_trb, dwc->ep0_trb_addr); in dwc3_gadget_exit()
|
H A D | core.h | 933 * @ep0_trb: trb which is used for the ctrl_req 937 * @ep0_trb_addr: dma address of @ep0_trb 1068 struct dwc3_trb *ep0_trb; member
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | ep0.c | 43 trb = &dwc->ep0_trb[dep->trb_enqueue]; in dwc3_ep0_prepare_one_trb() 823 struct usb_ctrlrequest *ctrl = (void *) dwc->ep0_trb; in dwc3_ep0_inspect_setup() 872 trb = dwc->ep0_trb; in dwc3_ep0_complete_data() 923 trb = dwc->ep0_trb; in dwc3_ep0_complete_status() 1014 req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; in __dwc3_ep0_do_control_data() 1036 req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; in __dwc3_ep0_do_control_data() 1056 req->trb = &dwc->ep0_trb[dep->trb_enqueue]; in __dwc3_ep0_do_control_data()
|
H A D | gadget.c | 2175 trb = &dwc->ep0_trb[dep->trb_enqueue]; in __dwc3_gadget_ep_set_halt() 4582 dwc->ep0_trb = dma_alloc_coherent(dwc->sysdev, in dwc3_gadget_init() 4583 sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init() 4585 if (!dwc->ep0_trb) { in dwc3_gadget_init() 4682 dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init() 4683 dwc->ep0_trb, dwc->ep0_trb_addr); in dwc3_gadget_init() 4702 dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_exit() 4703 dwc->ep0_trb, dwc->ep0_trb_addr); in dwc3_gadget_exit()
|
H A D | core.h | 979 * @ep0_trb: trb which is used for the ctrl_req 982 * @ep0_trb_addr: dma address of @ep0_trb 1139 struct dwc3_trb *ep0_trb; member
|
Completed in 20 milliseconds