Home
last modified time | relevance | path

Searched refs:start_pos (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/include/linux/
Dregset.h260 const int start_pos, const int end_pos) in user_regset_copyout() argument
264 BUG_ON(*pos < start_pos); in user_regset_copyout()
268 data += *pos - start_pos; in user_regset_copyout()
285 const int start_pos, const int end_pos) in user_regset_copyin() argument
289 BUG_ON(*pos < start_pos); in user_regset_copyin()
293 data += *pos - start_pos; in user_regset_copyin()
314 const int start_pos, in user_regset_copyout_zero() argument
319 BUG_ON(*pos < start_pos); in user_regset_copyout_zero()
340 const int start_pos, in user_regset_copyin_ignore() argument
345 BUG_ON(*pos < start_pos); in user_regset_copyin_ignore()
/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_adc_sampling.c47 u32 end_addr = (adc_smp_buf->start_pos + adc_smp_buf->buffer_size) - in phydm_la_get_tx_pkt_buf()
72 addr = adc_smp_buf->start_pos; in phydm_la_get_tx_pkt_buf()
125 addr = adc_smp_buf->start_pos; in phydm_la_get_tx_pkt_buf()
386 adc_smp_buf->start_pos = 0x30000; in adc_smp_init()
389 adc_smp_buf->start_pos = 0x20000; in adc_smp_init()
392 adc_smp_buf->start_pos = 0x00000; in adc_smp_init()
395 adc_smp_buf->start_pos = 0x8000; in adc_smp_init()
Dphydm_adc_sampling.h23 u32 start_pos; member
/Linux-v4.19/fs/btrfs/
Dfile.c522 u64 start_pos; in btrfs_dirty_pages() local
528 start_pos = pos & ~((u64) fs_info->sectorsize - 1); in btrfs_dirty_pages()
529 num_bytes = round_up(write_bytes + pos - start_pos, in btrfs_dirty_pages()
532 end_of_last_block = start_pos + num_bytes - 1; in btrfs_dirty_pages()
535 if (start_pos >= isize && in btrfs_dirty_pages()
545 start_pos, in btrfs_dirty_pages()
552 err = btrfs_set_extent_delalloc(inode, start_pos, end_of_last_block, in btrfs_dirty_pages()
1470 u64 start_pos; in lock_and_cleanup_extent_if_need() local
1475 start_pos = round_down(pos, fs_info->sectorsize); in lock_and_cleanup_extent_if_need()
1476 last_pos = start_pos in lock_and_cleanup_extent_if_need()
[all …]
/Linux-v4.19/scripts/
Dkallsyms.c36 unsigned int start_pos; member
284 table[table_cnt].start_pos = table_cnt; in read_map()
707 return sa->start_pos - sb->start_pos; in compare_symbols()
/Linux-v4.19/drivers/staging/comedi/drivers/
Dadl_pci9118.c411 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()
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_pingpong.c81 DPU_REG_WRITE(c, PP_START_POS, te->start_pos); in dpu_hw_pp_setup_te_config()
86 (te->start_pos + te->sync_threshold_start + 1)); in dpu_hw_pp_setup_te_config()
Ddpu_hw_pingpong.h33 u32 start_pos; member
Ddpu_encoder_phys_cmd.c448 tc_cfg.start_pos = mode->vdisplay; in dpu_encoder_phys_cmd_tearcheck_config()
457 phys_enc->hw_pp->idx - PINGPONG_0, tc_enable, tc_cfg.start_pos, in dpu_encoder_phys_cmd_tearcheck_config()
/Linux-v4.19/drivers/md/bcache/
Dwriteback.c608 struct bkey start_pos; in refill_dirty() local
625 start_pos = buf->last_scanned; in refill_dirty()
636 bch_refill_keybuf(dc->disk.c, buf, &start_pos, dirty_pred); in refill_dirty()
638 return bkey_cmp(&buf->last_scanned, &start_pos) >= 0; in refill_dirty()
/Linux-v4.19/fs/f2fs/
Ddir.c780 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries() argument
798 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries()
829 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries()
841 loff_t start_pos = ctx->pos; in f2fs_readdir() local
903 trace_f2fs_readdir(inode, start_pos, ctx->pos, err); in f2fs_readdir()
Df2fs.h2784 unsigned int start_pos, struct fscrypt_str *fstr);
/Linux-v4.19/arch/arm64/kernel/
Dptrace.c636 void *kbuf, void __user *ubuf, unsigned int start_pos) in __fpr_get() argument
645 start_pos, start_pos + sizeof(*uregs)); in __fpr_get()
662 unsigned int start_pos) in __fpr_set() argument
676 start_pos, start_pos + sizeof(newstate)); in __fpr_set()
/Linux-v4.19/include/trace/events/
Df2fs.h803 TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err),
805 TP_ARGS(dir, start_pos, end_pos, err),
818 __entry->start = start_pos;
/Linux-v4.19/drivers/media/usb/usbvision/
Dusbvision-core.c592 unsigned char *decompressed, int *start_pos, in usbvision_decompress() argument
599 pos = *start_pos; in usbvision_decompress()
669 *start_pos = extra_pos; in usbvision_decompress()
/Linux-v4.19/drivers/android/
Dbinder.c5145 size_t start_pos = m->count; in print_binder_thread_ilocked() local
5174 m->count = start_pos; in print_binder_thread_ilocked()
5223 size_t start_pos = m->count; in print_binder_proc() local
5280 m->count = start_pos; in print_binder_proc()