Searched refs:slots (Results 1 – 7 of 7) sorted by relevance
1072 WARN_ON(slots[slot].qtd); in start_bus_transfer()1073 WARN_ON(slots[slot].qh); in start_bus_transfer()1097 slots[slot].qtd = qtd; in start_bus_transfer()1098 slots[slot].qh = qh; in start_bus_transfer()1200 slots = priv->int_slots; in enqueue_qtds()1428 if (!slots[slot].qh) { in handle_done_ptds()1445 if (!slots[slot].qh) { in handle_done_ptds()1455 qtd = slots[slot].qtd; in handle_done_ptds()1456 slots[slot].qtd = NULL; in handle_done_ptds()1457 qh = slots[slot].qh; in handle_done_ptds()[all …]
53 DECLARE_BITMAP(slots, MAX_TCS_SLOTS);
120 struct octeontx_mmc_slot slots[OCTEONTX_MAX_MMC_SLOT + 1]; member
3262 ommc = &host->slots[bus].mmc; in octeontx_mmc_switch_io()3345 old_slot = &host->slots[host->last_slotid]; in octeontx_mmc_switch_to()3945 slot = &host->slots[bus_id]; in octeontx_mmc_host_child_pre_probe()
1702 struct i3c_generic_ibi_slot *slots; member1733 kfree(pool->slots); in i3c_generic_ibi_free_pool()1764 pool->slots = kcalloc(req->num_slots, sizeof(*slot), GFP_KERNEL); in i3c_generic_ibi_alloc_pool()1765 if (!pool->slots) { in i3c_generic_ibi_alloc_pool()1780 slot = &pool->slots[i]; in i3c_generic_ibi_alloc_pool()
66 int "Number of DIMM slots per controller"
580 slots. This makes a 24WC08 (1Kbyte) chip look like four 256
Completed in 34 milliseconds