Lines Matching refs:list_empty

365 	WARN_ON(list_empty(&ep->active));  in isp1362_read_ptd()
409 WARN_ON(!list_empty(&ep->remove_list)); in remove_ptd()
473 if (!list_empty(&ep->hep->urb_list)) in finish_request()
477 if (!list_empty(&ep->schedule)) { in finish_request()
667 if (!list_empty(&ep->hep->urb_list)) { in finish_unlinks()
674 WARN_ON(list_empty(&ep->active)); in finish_unlinks()
675 if (!list_empty(&ep->active)) { in finish_unlinks()
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()
941 if (list_empty(&epq->active)) { in finish_transfers()
964 if (!list_empty(&ep->remove_list)) { in finish_transfers()
986 if (list_empty(&epq->active)) { in finish_iso_transfers()
1033 if (!list_empty(&isp1362_hcd->remove_list)) in isp1362_irq()
1035 if (!list_empty(&isp1362_hcd->async) && !(irqstat & HCuPINT_ATL)) { in isp1362_irq()
1036 if (list_empty(&isp1362_hcd->atl_queue.active)) { in isp1362_irq()
1312 if (list_empty(&ep->schedule)) { in isp1362_urb_enqueue()
1340 if (list_empty(&ep->schedule)) { in isp1362_urb_enqueue()
1421 if (!list_empty(&ep->active)) { in isp1362_urb_dequeue()
1457 if (!list_empty(&hep->urb_list)) { in isp1362_endpoint_disable()
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()
2122 if (!list_empty(&isp1362_hcd->async)) in isp1362_show()