Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/
Ddma.c169 slot = next_slot(ring, ring->current_slot); in request_slot()
170 ring->current_slot = slot; in request_slot()
677 ring->current_slot = -1; in b43legacy_setup_dmaring()
949 old_top_slot = ring->current_slot; in dma_tx_fragment()
963 ring->current_slot = old_top_slot; in dma_tx_fragment()
972 ring->current_slot = old_top_slot; in dma_tx_fragment()
992 ring->current_slot = old_top_slot; in dma_tx_fragment()
1010 ring->current_slot = old_top_slot; in dma_tx_fragment()
1126 firstused = ring->current_slot - ring->used_slots + 1; in b43legacy_dma_handle_txstatus()
1329 int current_slot; in b43legacy_dma_rx() local
[all …]
Ddma.h139 int current_slot; member
/linux-5.19.10/drivers/iio/adc/
Dad_sigma_delta.c373 sigma_delta->current_slot = 0; in ad_sd_buffer_postenable()
494 if (converted_channel != sigma_delta->slots[sigma_delta->current_slot]) { in ad_sd_trigger_handler()
500 sigma_delta->current_slot = 0; in ad_sd_trigger_handler()
506 sample_pos = sample_size * sigma_delta->current_slot; in ad_sd_trigger_handler()
508 sigma_delta->current_slot++; in ad_sd_trigger_handler()
510 if (sigma_delta->current_slot == sigma_delta->active_slots) { in ad_sd_trigger_handler()
511 sigma_delta->current_slot = 0; in ad_sd_trigger_handler()
/linux-5.19.10/drivers/net/wireless/broadcom/b43/
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 …]
Ddma.h245 int current_slot; member
/linux-5.19.10/drivers/mmc/host/
Domap.c158 struct mmc_omap_slot *current_slot; member
214 if (host->current_slot != slot || !claimed) in mmc_omap_select_slot()
215 mmc_omap_fclk_offdelay(host->current_slot); in mmc_omap_select_slot()
217 if (host->current_slot != slot) { in mmc_omap_select_slot()
221 host->current_slot = slot; in mmc_omap_select_slot()
283 BUG_ON(new_slot == host->current_slot); in mmc_omap_release_slot()
376 if (host->current_slot->bus_mode == MMC_BUSMODE_OPENDRAIN) in mmc_omap_start_command()
431 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_stop_work()
460 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_xfer_done()
472 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_abort()
[all …]
/linux-5.19.10/include/linux/iio/adc/
Dad_sigma_delta.h88 unsigned int current_slot; member
/linux-5.19.10/fs/ocfs2/cluster/
Dheartbeat.c505 unsigned int *current_slot, in o2hb_setup_one_bio() argument
513 unsigned int cs = *current_slot; in o2hb_setup_one_bio()
552 *current_slot = cs; in o2hb_setup_one_bio()
560 unsigned int current_slot = begin_slot; in o2hb_read_slots() local
567 while(current_slot < max_slots) { in o2hb_read_slots()
568 bio = o2hb_setup_one_bio(reg, &wc, &current_slot, max_slots, in o2hb_read_slots()
/linux-5.19.10/drivers/md/
Dmd-cluster.c1192 int current_slot = md_cluster_ops->slot_number(mddev); in cluster_check_sync_size() local
1202 if (i == current_slot) in cluster_check_sync_size()