Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-uhci.c824 uhci_desc_t *qh, *td, *nqh=NULL, *bqh=NULL, *first_td=NULL; in uhci_submit_bulk_urb() local
863 if (alloc_qh (s, &bqh)) // "bottom" QH in uhci_submit_bulk_urb()
871 set_qh_element(bqh, UHCI_PTR_TERM); in uhci_submit_bulk_urb()
872 set_qh_head(bqh, nqh->dma_addr | UHCI_PTR_QH); // element in uhci_submit_bulk_urb()
873 upriv->bottom_qh = bqh; in uhci_submit_bulk_urb()
875 queue_dbg("uhci_submit_bulk: qh %p bqh %p nqh %p",qh, bqh, nqh); in uhci_submit_bulk_urb()
928 append_qh(s, td, bqh, UHCI_PTR_DEPTH * depth_first); in uhci_submit_bulk_urb()
984 uhci_desc_t *bqh, *nqh, *prevqh, *prevtd; in uhci_clean_transfer() local
990 bqh=priv->bottom_qh; in uhci_clean_transfer()
994 …queue_dbg("uhci_clean_transfer: No more bulks for urb %p, qh %p, bqh %p, nqh %p", urb, qh, bqh, pr… in uhci_clean_transfer()
[all …]