Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.c420 __u8 *ptd = hp->tl; in hc_mark_last_trans() local
423 if (ptd == NULL) { in hc_mark_last_trans()
428 *(ptd + hp->tl_last) |= (1 << 3); in hc_mark_last_trans()
Duhci.c273 struct uhci_td *ptd; in uhci_remove_td() local
275 ptd = list_entry(td->fl_list.prev, struct uhci_td, fl_list); in uhci_remove_td()
276 ptd->link = td->link; in uhci_remove_td()
296 struct uhci_td *td, *ptd; in uhci_insert_tds_in_qh() local
311 ptd = td; in uhci_insert_tds_in_qh()
320 ptd->link = td->dma_handle | (breadth ? 0 : UHCI_PTR_DEPTH); in uhci_insert_tds_in_qh()
322 ptd = td; in uhci_insert_tds_in_qh()
325 ptd->link = UHCI_PTR_TERM; in uhci_insert_tds_in_qh()