Searched refs:next_slot (Results 1 – 4 of 4) sorted by relevance
/drivers/mmc/host/ |
D | omap.c | 144 struct mmc_omap_slot *next_slot; member 250 struct mmc_omap_slot *next_slot = host->next_slot; in mmc_omap_slot_release_work() local 253 host->next_slot = NULL; in mmc_omap_slot_release_work() 254 mmc_omap_select_slot(next_slot, 1); in mmc_omap_slot_release_work() 256 rq = next_slot->mrq; in mmc_omap_slot_release_work() 257 next_slot->mrq = NULL; in mmc_omap_slot_release_work() 286 BUG_ON(host->next_slot != NULL); in mmc_omap_release_slot() 291 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() 1349 ops->poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment() 1514 if (slot == next_slot(ring, next_slot(ring, firstused))) { in b43_dma_handle_txstatus() 1627 slot = next_slot(ring, slot); in b43_dma_handle_txstatus() 1703 *slot = next_slot(ring, *slot); in dma_rx() 1766 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() 1107 op32_poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment() 1291 slot = next_slot(ring, slot); in b43legacy_dma_handle_txstatus() 1380 *slot = next_slot(ring, *slot); in dma_rx() 1423 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()
|