Lines Matching refs:active
365 WARN_ON(list_empty(&ep->active)); in isp1362_read_ptd()
368 list_del_init(&ep->active); in isp1362_read_ptd()
369 DBG(1, "%s: ep %p removed from active list %p\n", __func__, ep, &epq->active); in isp1362_read_ptd()
674 WARN_ON(list_empty(&ep->active)); in finish_unlinks()
675 if (!list_empty(&ep->active)) { in finish_unlinks()
676 list_del_init(&ep->active); in finish_unlinks()
729 list_add_tail(&ep->active, &epq->active); in submit_req()
731 ep, ep->num_req, ep->length, &epq->active); in submit_req()
756 if (!list_empty(&ep->active)) { in start_atl_transfers()
808 if (!list_empty(&ep->active)) { in start_intl_transfers()
871 if (!list_empty(&epq->active)) in start_iso_transfers()
901 list_add_tail(&ep->active, &epq->active); in start_iso_transfers()
911 list_for_each_entry(ep, &epq->active, active) { in start_iso_transfers()
912 if (epq->active.next == &ep->active) in start_iso_transfers()
941 if (list_empty(&epq->active)) { in finish_transfers()
949 list_for_each_entry_safe(ep, tmp, &epq->active, active) { in finish_transfers()
986 if (list_empty(&epq->active)) { in finish_iso_transfers()
994 list_for_each_entry_safe(ep, tmp, &epq->active, active) { in finish_iso_transfers()
1036 if (list_empty(&isp1362_hcd->atl_queue.active)) { in isp1362_irq()
1275 INIT_LIST_HEAD(&ep->active); in isp1362_urb_enqueue()
1421 if (!list_empty(&ep->active)) { in isp1362_urb_dequeue()
1458 if (!list_empty(&ep->active) && list_empty(&ep->remove_list)) { in isp1362_endpoint_disable()
1467 while (!list_empty(&ep->active)) in isp1362_endpoint_disable()
1761 if (!list_empty(&isp1362_hcd->atl_queue.active) || in isp1362_bus_suspend()
1762 !list_empty(&isp1362_hcd->intl_queue.active) || in isp1362_bus_suspend()
1763 !list_empty(&isp1362_hcd->istl_queue[0] .active) || in isp1362_bus_suspend()
1764 !list_empty(&isp1362_hcd->istl_queue[1] .active)) { in isp1362_bus_suspend()
2260 INIT_LIST_HEAD(&isp1362_hcd->istl_queue[i].active); in isp1362_mem_config()
2276 INIT_LIST_HEAD(&isp1362_hcd->intl_queue.active); in isp1362_mem_config()
2292 INIT_LIST_HEAD(&isp1362_hcd->atl_queue.active); in isp1362_mem_config()