dwc2_hcdintr.c | 684 * Frees the first QTD in the QH's list if free_qtd is 1. For non-periodic 691 int free_qtd) 698 hsotg, qh, free_qtd); 713 if (free_qtd) { 745 int free_qtd = 0; local in function:dwc2_release_channel 753 free_qtd = 1; 758 free_qtd = 1; 764 free_qtd = 1; 777 free_qtd = 1; 785 dwc2_deactivate_qh(hsotg, chan->qh, free_qtd); [all...] |