Lines Matching refs:list
216 * * keep a list of tds with each urbp
269 list_add(&ep_data->node, &c67x00->list[type]);
273 list_for_each_entry(prev, &c67x00->list[type], node) {
311 dev_warn(c67x00_hcd_dev(c67x00), "error: urb list not empty\n");
783 /* traverse every endpoint on the list */
784 list_for_each_entry(ep_data, &c67x00->list[type], node) {
803 "TD list not empty! This should not happen!\n");
817 /* Fill the list */
886 /* Remove all td's from the list which come
1033 /* next in list could have been removed, due to clear_pipe! */
1070 "%s: td list should not be empty here!\n",
1075 td->next_td_addr = 0; /* Last td in list */