Home
last modified time | relevance | path

Searched refs:current_slot (Results 1 – 7 of 7) 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()
669 ring->current_slot = -1; in b43legacy_setup_dmaring()
941 old_top_slot = ring->current_slot; in dma_tx_fragment()
955 ring->current_slot = old_top_slot; in dma_tx_fragment()
964 ring->current_slot = old_top_slot; in dma_tx_fragment()
984 ring->current_slot = old_top_slot; in dma_tx_fragment()
1002 ring->current_slot = old_top_slot; in dma_tx_fragment()
1118 firstused = ring->current_slot - ring->used_slots + 1; in b43legacy_dma_handle_txstatus()
1321 int current_slot; in b43legacy_dma_rx() local
[all …]
H A Ddma.h139 int current_slot; member
/linux/drivers/net/wireless/broadcom/b43/
H A Ddma.c308 slot = next_slot(ring, ring->current_slot); in request_slot()
309 ring->current_slot = slot; in request_slot()
866 ring->current_slot = -1; in b43_setup_dmaring()
1209 old_top_slot = ring->current_slot; in dma_tx_fragment()
1222 ring->current_slot = old_top_slot; in dma_tx_fragment()
1230 ring->current_slot = old_top_slot; in dma_tx_fragment()
1252 ring->current_slot = old_top_slot; in dma_tx_fragment()
1262 ring->current_slot = old_top_slot; in dma_tx_fragment()
1435 firstused = ring->current_slot - ring->used_slots + 1; in b43_dma_handle_txstatus()
1670 int current_slot, previous_slot; in b43_dma_handle_rx_overflow() local
[all …]
H A Ddma.h245 int current_slot; member
/linux/drivers/iio/adc/
H A Dad_sigma_delta.c481 sigma_delta->current_slot = 0; in ad_sd_buffer_postenable()
602 if (converted_channel != sigma_delta->slots[sigma_delta->current_slot]) { in ad_sd_trigger_handler()
608 sigma_delta->current_slot = 0; in ad_sd_trigger_handler()
614 sample_pos = sample_size * sigma_delta->current_slot; in ad_sd_trigger_handler()
616 sigma_delta->current_slot++; in ad_sd_trigger_handler()
618 if (sigma_delta->current_slot == sigma_delta->active_slots) { in ad_sd_trigger_handler()
619 sigma_delta->current_slot = 0; in ad_sd_trigger_handler()
/linux/include/linux/iio/adc/
H A Dad_sigma_delta.h101 unsigned int current_slot;
97 unsigned int current_slot; global() member
/linux/drivers/md/
H A Dmd-cluster.c1219 int current_slot = md_cluster_ops->slot_number(mddev); in cluster_check_sync_size() local
1236 if (i == current_slot) in cluster_check_sync_size()