Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhcd_ddma.c74 static u16 dwc2_max_desc_num(struct dwc2_qh *qh) in dwc2_max_desc_num() function
92 dwc2_max_desc_num(qh), &qh->desc_list_dma, in dwc2_desc_list_alloc()
99 sizeof(struct dwc2_hcd_dma_desc) * dwc2_max_desc_num(qh)); in dwc2_desc_list_alloc()
101 qh->n_bytes = kzalloc(sizeof(u32) * dwc2_max_desc_num(qh), flags); in dwc2_desc_list_alloc()
104 * dwc2_max_desc_num(qh), qh->desc_list, in dwc2_desc_list_alloc()
117 * dwc2_max_desc_num(qh), qh->desc_list, in dwc2_desc_list_free()
300 dwc2_max_desc_num(qh)); in dwc2_release_channel_ddma()
549 ntd_max = (dwc2_max_desc_num(qh) + qh->interval - 1) / in dwc2_init_isoc_dma_desc()
783 chan->ntd = dwc2_max_desc_num(qh); in dwc2_hcd_start_xfer_ddma()