Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.h61 struct isp1760_slotinfo *int_slots; member
H A Disp1760-hcd.c1140 slots = priv->int_slots; in enqueue_qtds()
1377 slots = priv->int_slots; in handle_done_ptds()
1469 if (slots == priv->int_slots) { in handle_done_ptds()
1989 priv->int_slots[qh->slot].qh = NULL; in kill_transfer()
1990 priv->int_slots[qh->slot].qtd = NULL; in kill_transfer()
2584 priv->int_slots = kcalloc(mem_layout->slot_num, in isp1760_hcd_register()
2586 if (!priv->int_slots) { in isp1760_hcd_register()
2609 kfree(priv->int_slots); in isp1760_hcd_register()
2625 kfree(priv->int_slots); in isp1760_hcd_unregister()