Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-uhci.h241 #define is_td_active(desc) (desc->hw.td.status & cpu_to_le32(TD_CTRL_ACTIVE)) macro
Dusb-uhci.c2334 ((qh->hw.qh.element == cpu_to_le32(UHCI_PTR_TERM)) || !is_td_active(desc))) in process_transfer()
2342 if (is_td_active(desc)) { // do not process active TDs in process_transfer()
2448 if (is_td_active(desc)) { in process_interrupt()
2541 if (is_td_active(desc) && mode==PROCESS_ISO_REGULAR) in process_iso()
2554 if (is_td_active(desc)) { in process_iso()