Searched refs:iso_td (Results 1 – 2 of 2) sorted by relevance
202 uhci_desc_t **iso_td; member
516 if (s->iso_td) { in cleanup_skel()518 td = s->iso_td[n]; in cleanup_skel()521 kfree (s->iso_td); in cleanup_skel()586 s->iso_td = (uhci_desc_t **) kmalloc (1024 * sizeof (uhci_desc_t*), GFP_KERNEL); in init_skel()588 if (!s->iso_td) in init_skel()602 s->iso_td[n] = td; in init_skel()674 ((uhci_desc_t*) s->iso_td[n])->hw.td.link = cpu_to_le32(s->int_chain[0]->dma_addr); in init_skel()678 set_td_link(((uhci_desc_t*) s->iso_td[n]), s->int_chain[o]->dma_addr); in init_skel()1577 insert_td_horizontal (s, s->iso_td[(urb->start_frame + n) & 1023], td); // store in iso-tds in uhci_submit_iso_urb()