Searched refs:current_slot (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| A D | dma.c | 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() 1321 int current_slot; in b43legacy_dma_rx() local 1326 B43legacy_WARN_ON(!(current_slot >= 0 && current_slot < in b43legacy_dma_rx() 1329 slot = ring->current_slot; in b43legacy_dma_rx() [all …]
|
| A D | dma.h | 139 int current_slot; member
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| A D | dma.c | 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() 1670 int current_slot, previous_slot; in b43_dma_handle_rx_overflow() local 1690 int slot, current_slot; in b43_dma_rx() local 1695 B43_WARN_ON(!(current_slot >= 0 && current_slot < ring->nr_slots)); in b43_dma_rx() 1697 slot = ring->current_slot; in b43_dma_rx() [all …]
|
| A D | dma.h | 245 int current_slot; member
|
| /linux/drivers/iio/adc/ |
| A D | ad_sigma_delta.c | 374 sigma_delta->current_slot = 0; in ad_sd_buffer_postenable() 495 if (converted_channel != sigma_delta->slots[sigma_delta->current_slot]) { in ad_sd_trigger_handler() 501 sigma_delta->current_slot = 0; in ad_sd_trigger_handler() 507 sample_pos = sample_size * sigma_delta->current_slot; in ad_sd_trigger_handler() 509 sigma_delta->current_slot++; in ad_sd_trigger_handler() 511 if (sigma_delta->current_slot == sigma_delta->active_slots) { in ad_sd_trigger_handler() 512 sigma_delta->current_slot = 0; in ad_sd_trigger_handler()
|
| /linux/drivers/mmc/host/ |
| A D | omap.c | 162 struct mmc_omap_slot *current_slot; member 218 if (host->current_slot != slot || !claimed) in mmc_omap_select_slot() 219 mmc_omap_fclk_offdelay(host->current_slot); in mmc_omap_select_slot() 221 if (host->current_slot != slot) { in mmc_omap_select_slot() 230 host->current_slot = slot; in mmc_omap_select_slot() 292 BUG_ON(new_slot == host->current_slot); in mmc_omap_release_slot() 443 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_stop_work() 474 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_xfer_done() 599 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_cmd_done() 630 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_abort_command() [all …]
|
| /linux/include/linux/iio/adc/ |
| A D | ad_sigma_delta.h | 97 unsigned int current_slot; member
|
| /linux/fs/ocfs2/cluster/ |
| A D | heartbeat.c | 510 unsigned int *current_slot, in o2hb_setup_one_bio() argument 517 unsigned int cs = *current_slot; in o2hb_setup_one_bio() 556 *current_slot = cs; in o2hb_setup_one_bio() 564 unsigned int current_slot = begin_slot; in o2hb_read_slots() local 571 while(current_slot < max_slots) { in o2hb_read_slots() 572 bio = o2hb_setup_one_bio(reg, &wc, ¤t_slot, max_slots, in o2hb_read_slots()
|
| /linux/drivers/md/ |
| A D | md-cluster.c | 1219 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()
|
Completed in 34 milliseconds