Searched refs:next_slot (Results 1 – 4 of 4) sorted by relevance
/drivers/mmc/host/ |
D | omap.c | 145 struct mmc_omap_slot *next_slot; member 247 struct mmc_omap_slot *next_slot = host->next_slot; in mmc_omap_slot_release_work() local 250 host->next_slot = NULL; in mmc_omap_slot_release_work() 251 mmc_omap_select_slot(next_slot, 1); in mmc_omap_slot_release_work() 253 rq = next_slot->mrq; in mmc_omap_slot_release_work() 254 next_slot->mrq = NULL; in mmc_omap_slot_release_work() 283 BUG_ON(host->next_slot != NULL); in mmc_omap_release_slot() 288 host->next_slot = new_slot; in mmc_omap_release_slot()
|
/drivers/net/wireless/b43/ |
D | dma.c | 275 static inline int next_slot(struct b43_dmaring *ring, int slot) in next_slot() function 321 slot = next_slot(ring, ring->current_slot); in request_slot() 1341 ops->poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment() 1506 if (slot == next_slot(ring, next_slot(ring, firstused))) { in b43_dma_handle_txstatus() 1619 slot = next_slot(ring, slot); in b43_dma_handle_txstatus() 1695 *slot = next_slot(ring, *slot); in dma_rx() 1758 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43_dma_rx()
|
/drivers/net/wireless/b43legacy/ |
D | dma.c | 135 static inline int next_slot(struct b43legacy_dmaring *ring, int slot) in next_slot() function 182 slot = next_slot(ring, ring->current_slot); in request_slot() 1099 op32_poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment() 1283 slot = next_slot(ring, slot); in b43legacy_dma_handle_txstatus() 1372 *slot = next_slot(ring, *slot); in dma_rx() 1415 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43legacy_dma_rx()
|
/drivers/pci/hotplug/ |
D | cpqphp_core.c | 296 struct slot *old_slot, *next_slot; in ctrl_slot_cleanup() local 303 next_slot = old_slot->next; in ctrl_slot_cleanup() 305 old_slot = next_slot; in ctrl_slot_cleanup()
|