Searched refs:dwc2_dma_desc (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | hcd_ddma.c | 99 qh->desc_list_sz = sizeof(struct dwc2_dma_desc) * in dwc2_desc_list_alloc() 325 memset(qh->desc_list, 0, sizeof(struct dwc2_dma_desc) * in dwc2_release_channel_ddma() 546 struct dwc2_dma_desc *dma_desc = &qh->desc_list[idx]; in dwc2_fill_host_isoc_dma_desc() 575 (idx * sizeof(struct dwc2_dma_desc)), in dwc2_fill_host_isoc_dma_desc() 576 sizeof(struct dwc2_dma_desc), in dwc2_fill_host_isoc_dma_desc() 649 sizeof(struct dwc2_dma_desc)), in dwc2_init_isoc_dma_desc() 650 sizeof(struct dwc2_dma_desc), in dwc2_init_isoc_dma_desc() 683 (idx * sizeof(struct dwc2_dma_desc)), in dwc2_init_isoc_dma_desc() 684 sizeof(struct dwc2_dma_desc), in dwc2_init_isoc_dma_desc() 694 struct dwc2_dma_desc *dma_desc = &qh->desc_list[n_desc]; in dwc2_fill_host_dma_desc() [all …]
|
| H A D | core.h | 179 struct dwc2_dma_desc *desc_list; 1205 struct dwc2_dma_desc *setup_desc[2]; 1207 struct dwc2_dma_desc *ctrl_in_desc; 1209 struct dwc2_dma_desc *ctrl_out_desc;
|
| H A D | gadget.c | 471 sizeof(struct dwc2_dma_desc), in dwc2_gadget_alloc_ctrl_desc_chains() 479 sizeof(struct dwc2_dma_desc), in dwc2_gadget_alloc_ctrl_desc_chains() 487 sizeof(struct dwc2_dma_desc), in dwc2_gadget_alloc_ctrl_desc_chains() 495 sizeof(struct dwc2_dma_desc), in dwc2_gadget_alloc_ctrl_desc_chains() 805 struct dwc2_dma_desc **desc, in dwc2_gadget_fill_nonisoc_xfer_ddma_one() 875 struct dwc2_dma_desc *desc = hs_ep->desc_list; in dwc2_gadget_config_nonisoc_xfer_ddma() 915 struct dwc2_dma_desc *desc; in dwc2_gadget_fill_isoc_desc() 993 struct dwc2_dma_desc *desc; in dwc2_gadget_start_isoc_ddma() 2363 struct dwc2_dma_desc *desc = hs_ep->desc_list; in dwc2_gadget_get_xfersize_ddma() 4110 desc_num * sizeof(struct dwc2_dma_desc), in dwc2_hsotg_ep_enable() [all …]
|
| H A D | hcd.h | 367 struct dwc2_dma_desc *desc_list;
|
| H A D | hw.h | 843 struct dwc2_dma_desc { struct
|
| H A D | hcd.c | 5191 sizeof(struct dwc2_dma_desc) * in dwc2_hcd_init() 5207 sizeof(struct dwc2_dma_desc) * in dwc2_hcd_init()
|