Searched refs:start_pos (Results 1 – 7 of 7) sorted by relevance
/drivers/comedi/drivers/ |
D | adl_pci9118.c | 411 unsigned int start_pos = devpriv->ai_add_front; in pci9118_ai_samples_ready() local 412 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_samples_ready() 435 if (dma_pos < start_pos) { in pci9118_ai_samples_ready() 437 x = start_pos - dma_pos; in pci9118_ai_samples_ready() 455 start_pos += span_len; in pci9118_ai_samples_ready() 468 unsigned int start_pos = devpriv->ai_add_front; in pci9118_ai_dma_xfer() local 469 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_dma_xfer() 485 if (dma_pos < start_pos) { in pci9118_ai_dma_xfer() 487 x = start_pos - dma_pos; in pci9118_ai_dma_xfer() 505 start_pos += span_len; in pci9118_ai_dma_xfer()
|
/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_pingpong.c | 114 DPU_REG_WRITE(c, PP_START_POS, te->start_pos); in dpu_hw_pp_setup_te_config() 119 (te->start_pos + te->sync_threshold_start + 1)); in dpu_hw_pp_setup_te_config()
|
D | dpu_hw_pingpong.h | 27 u32 start_pos; member
|
D | dpu_encoder_phys_cmd.c | 377 tc_cfg.start_pos = mode->vdisplay; in dpu_encoder_phys_cmd_tearcheck_config() 386 phys_enc->hw_pp->idx - PINGPONG_0, tc_enable, tc_cfg.start_pos, in dpu_encoder_phys_cmd_tearcheck_config()
|
/drivers/md/bcache/ |
D | writeback.c | 695 struct bkey start_pos; in refill_dirty() local 712 start_pos = buf->last_scanned; in refill_dirty() 723 bch_refill_keybuf(dc->disk.c, buf, &start_pos, dirty_pred); in refill_dirty() 725 return bkey_cmp(&buf->last_scanned, &start_pos) >= 0; in refill_dirty()
|
/drivers/net/can/ |
D | kvaser_pciefd.c | 1596 static int kvaser_pciefd_read_packet(struct kvaser_pciefd *pcie, int *start_pos, in kvaser_pciefd_read_packet() argument 1604 int pos = *start_pos; in kvaser_pciefd_read_packet() 1610 *start_pos = 0; in kvaser_pciefd_read_packet() 1674 if ((*start_pos + size) != pos) in kvaser_pciefd_read_packet() 1678 *start_pos = pos; in kvaser_pciefd_read_packet()
|
/drivers/android/ |
D | binder.c | 6193 size_t start_pos = m->count; in print_binder_thread_ilocked() local 6222 m->count = start_pos; in print_binder_thread_ilocked() 6272 size_t start_pos = m->count; in print_binder_proc() local 6332 m->count = start_pos; in print_binder_proc()
|