Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.h59 struct isp1760_slotinfo *atl_slots; member
H A Disp1760-hcd.c1143 slots = priv->atl_slots; in enqueue_qtds()
1392 slots = priv->atl_slots; in handle_done_ptds()
1565 if (priv->atl_slots[slot].qh && time_after(jiffies, in errata2_function()
1566 priv->atl_slots[slot].timestamp + in errata2_function()
1981 priv->atl_slots[qh->slot].qh = NULL; in kill_transfer()
1982 priv->atl_slots[qh->slot].qtd = NULL; in kill_transfer()
2577 priv->atl_slots = kcalloc(mem_layout->slot_num, in isp1760_hcd_register()
2579 if (!priv->atl_slots) { in isp1760_hcd_register()
2611 kfree(priv->atl_slots); in isp1760_hcd_register()
2624 kfree(priv->atl_slots); in isp1760_hcd_unregister()