Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2071 struct isp1760_qh *qh, *qh_iter; in isp1760_endpoint_disable() local
2083 list_for_each_entry(qh_iter, &priv->qh_list[i], qh_list) in isp1760_endpoint_disable()
2084 if (qh_iter == qh) { in isp1760_endpoint_disable()
2085 list_del(&qh_iter->qh_list); in isp1760_endpoint_disable()