Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-uhci.h230 #define CLEAN_TRANSFER_DELETION_MARK 2 macro
Dusb-uhci.c996 if (priv->prev_queued_urb && mode != CLEAN_TRANSFER_DELETION_MARK) { // qh not top of the queue in uhci_clean_transfer()
1013 if (mode != CLEAN_TRANSFER_DELETION_MARK) in uhci_clean_transfer()
1019 if (mode != CLEAN_TRANSFER_DELETION_MARK) in uhci_clean_transfer()
1035 if (mode != CLEAN_TRANSFER_DELETION_MARK) { // no work for cleanup at unlink-completion in uhci_clean_transfer()
1200 uhci_clean_transfer(s, urb, qh, CLEAN_TRANSFER_DELETION_MARK); in uhci_unlink_urb_sync()
1258 process_transfer (s, urb, CLEAN_TRANSFER_DELETION_MARK); // don't unlink (already done) in uhci_cleanup_unlink()
1262 process_transfer (s, urb, CLEAN_TRANSFER_DELETION_MARK); // don't unlink (already done) in uhci_cleanup_unlink()
2343 if (mode == CLEAN_TRANSFER_DELETION_MARK) // if called from async_unlink in process_transfer()
2344 uhci_clean_transfer(s, urb, qh, CLEAN_TRANSFER_DELETION_MARK); in process_transfer()