Searched refs:cur_count (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 455 int cur_sample, sample_off, cur_count, sample_left; in sbprof_tb_read() local 474 cur_count = size < sample_left ? size : sample_left; in sbprof_tb_read() 476 err = __copy_to_user(dest, src, cur_count); in sbprof_tb_read() 478 *offp = cur_off + cur_count - err; in sbprof_tb_read() 483 cur_sample, cur_count); in sbprof_tb_read() 484 size -= cur_count; in sbprof_tb_read() 485 sample_left -= cur_count; in sbprof_tb_read() 491 sample_off += cur_count; in sbprof_tb_read() 493 cur_off += cur_count; in sbprof_tb_read() 494 dest += cur_count; in sbprof_tb_read() [all …]
|
/Linux-v4.19/include/sound/ |
D | vx_core.h | 79 u64 cur_count; /* current sample position (for playback) */ member
|
/Linux-v4.19/drivers/iommu/ |
D | arm-smmu.c | 357 it.cur_count = 1; in arm_smmu_register_legacy_master() 365 sids = kcalloc(it.cur_count, sizeof(*sids), GFP_KERNEL); in arm_smmu_register_legacy_master() 370 of_phandle_iterator_args(&it, sids, it.cur_count); in arm_smmu_register_legacy_master() 371 err = iommu_fwspec_add_ids(dev, sids, it.cur_count); in arm_smmu_register_legacy_master()
|
/Linux-v4.19/sound/drivers/vx/ |
D | vx_pcm.c | 677 update = (int)(count - pipe->cur_count); in vx_update_pipe_position() 678 pipe->cur_count = count; in vx_update_pipe_position()
|
/Linux-v4.19/drivers/of/ |
D | base.c | 1262 it->cur_count = count; in of_phandle_iterator_next() 1282 count = it->cur_count; in of_phandle_iterator_args()
|
/Linux-v4.19/include/linux/ |
D | of.h | 94 uint32_t cur_count; member
|