Home
last modified time | relevance | path

Searched refs:current_slot (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddma.c161 slot = next_slot(ring, ring->current_slot); in request_slot()
162 ring->current_slot = slot; in request_slot()
668 ring->current_slot = -1; in b43legacy_setup_dmaring()
940 old_top_slot = ring->current_slot; in dma_tx_fragment()
954 ring->current_slot = old_top_slot; in dma_tx_fragment()
963 ring->current_slot = old_top_slot; in dma_tx_fragment()
983 ring->current_slot = old_top_slot; in dma_tx_fragment()
1001 ring->current_slot = old_top_slot; in dma_tx_fragment()
1117 firstused = ring->current_slot - ring->used_slots + 1; in b43legacy_dma_handle_txstatus()
1320 int current_slot; in b43legacy_dma_rx() local
[all …]
H A Ddma.h139 int current_slot; member
/linux/drivers/iio/adc/
H A Dad_sigma_delta.c500 sigma_delta->current_slot = 0; in ad_sd_buffer_postenable()
649 if (converted_channel != sigma_delta->slots[sigma_delta->current_slot]) { in ad_sd_trigger_handler()
655 sigma_delta->current_slot = 0; in ad_sd_trigger_handler()
661 sample_pos = sample_size * sigma_delta->current_slot; in ad_sd_trigger_handler()
663 sigma_delta->current_slot++; in ad_sd_trigger_handler()
665 if (sigma_delta->current_slot == sigma_delta->active_slots) { in ad_sd_trigger_handler()
666 sigma_delta->current_slot = 0; in ad_sd_trigger_handler()
/linux/include/linux/iio/adc/
H A Dad_sigma_delta.h108 unsigned int current_slot; member
/linux/drivers/md/
H A Dmd-cluster.c1224 int current_slot = slot_number(mddev); in cluster_check_sync_size() local
1241 if (i == current_slot) in cluster_check_sync_size()