Searched refs:dwc2_dma_desc (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/usb/dwc2/ |
D | hcd_ddma.c | 69 qh->desc_list_sz = sizeof(struct dwc2_dma_desc) * in dwc2_desc_list_alloc() 295 memset(qh->desc_list, 0, sizeof(struct dwc2_dma_desc) * in dwc2_release_channel_ddma() 516 struct dwc2_dma_desc *dma_desc = &qh->desc_list[idx]; in dwc2_fill_host_isoc_dma_desc() 545 (idx * sizeof(struct dwc2_dma_desc)), in dwc2_fill_host_isoc_dma_desc() 546 sizeof(struct dwc2_dma_desc), in dwc2_fill_host_isoc_dma_desc() 619 sizeof(struct dwc2_dma_desc)), in dwc2_init_isoc_dma_desc() 620 sizeof(struct dwc2_dma_desc), in dwc2_init_isoc_dma_desc() 653 (idx * sizeof(struct dwc2_dma_desc)), in dwc2_init_isoc_dma_desc() 654 sizeof(struct dwc2_dma_desc), in dwc2_init_isoc_dma_desc() 664 struct dwc2_dma_desc *dma_desc = &qh->desc_list[n_desc]; in dwc2_fill_host_dma_desc() [all …]
|
D | core.h | 152 struct dwc2_dma_desc *desc_list; 1189 struct dwc2_dma_desc *setup_desc[2]; 1191 struct dwc2_dma_desc *ctrl_in_desc; 1193 struct dwc2_dma_desc *ctrl_out_desc;
|
D | gadget.c | 451 sizeof(struct dwc2_dma_desc), in dwc2_gadget_alloc_ctrl_desc_chains() 459 sizeof(struct dwc2_dma_desc), in dwc2_gadget_alloc_ctrl_desc_chains() 467 sizeof(struct dwc2_dma_desc), in dwc2_gadget_alloc_ctrl_desc_chains() 475 sizeof(struct dwc2_dma_desc), in dwc2_gadget_alloc_ctrl_desc_chains() 802 struct dwc2_dma_desc **desc, in dwc2_gadget_fill_nonisoc_xfer_ddma_one() 872 struct dwc2_dma_desc *desc = hs_ep->desc_list; in dwc2_gadget_config_nonisoc_xfer_ddma() 912 struct dwc2_dma_desc *desc; in dwc2_gadget_fill_isoc_desc() 990 struct dwc2_dma_desc *desc; in dwc2_gadget_start_isoc_ddma() 2345 struct dwc2_dma_desc *desc = hs_ep->desc_list; in dwc2_gadget_get_xfersize_ddma() 4075 desc_num * sizeof(struct dwc2_dma_desc), in dwc2_hsotg_ep_enable() [all …]
|
D | hcd.h | 338 struct dwc2_dma_desc *desc_list;
|
D | hw.h | 814 struct dwc2_dma_desc { struct
|
D | hcd.c | 5254 sizeof(struct dwc2_dma_desc) * in dwc2_hcd_init() 5270 sizeof(struct dwc2_dma_desc) * in dwc2_hcd_init()
|