Home
last modified time | relevance | path

Searched refs:window_len (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c84 RK_S32 window_len; member
259 ctx->window_len = fps->fps_out_num; in bits_model_smt_init()
261 ctx->window_len = gop_len; in bits_model_smt_init()
263 if (ctx->window_len < 10) in bits_model_smt_init()
264 ctx->window_len = 10; in bits_model_smt_init()
266 if (ctx->window_len > fps->fps_out_num) in bits_model_smt_init()
267 ctx->window_len = fps->fps_out_num; in bits_model_smt_init()
291 mpp_pid_set_param(&ctx->pid_fps, 4, 6, 0, 100, ctx->window_len); in bits_model_smt_init()
292 mpp_pid_set_param(&ctx->pid_intra_low_rate, 4, 6, 0, 100, ctx->window_len); in bits_model_smt_init()
293 mpp_pid_set_param(&ctx->pid_intra_high_rate, 4, 6, 0, 100, ctx->window_len); in bits_model_smt_init()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm2200.c118 .window_start = WM2200_DSP1_DM_0, .window_len = 2048, },
125 .window_start = WM2200_DSP1_PM_0, .window_len = 768, },
132 .window_start = WM2200_DSP1_ZM_0, .window_len = 1024, },
139 .window_start = WM2200_DSP2_DM_0, .window_len = 2048, },
146 .window_start = WM2200_DSP2_PM_0, .window_len = 768, },
153 .window_start = WM2200_DSP2_ZM_0, .window_len = 1024, },
516 wm2200_ranges[i].window_len) || in wm2200_volatile_register()
542 wm2200_ranges[i].window_len) || in wm2200_readable_register()
H A Drt5660.c47 .window_len = 0x1, },
160 rt5660_ranges[i].window_len) || in rt5660_volatile_register()
187 rt5660_ranges[i].window_len) || in rt5660_readable_register()
H A Dpcm186x.c627 .window_len = PCM186X_PAGE_LEN,
H A Drt5651.c48 .window_len = 0x1, },
145 rt5651_ranges[i].window_len) || in rt5651_volatile_register()
176 rt5651_ranges[i].window_len) || in rt5651_readable_register()
H A Dtas2764.c552 .window_len = 128,
H A Dtas2770.c608 .window_len = 128,
H A Drt5640.c49 .window_len = 0x1, },
179 rt5640_ranges[i].window_len) || in rt5640_volatile_register()
214 rt5640_ranges[i].window_len) || in rt5640_readable_register()
H A Dtas2562.c674 .window_len = 128,
H A Drt5670.c66 .window_len = 0x1, },
220 rt5670_ranges[i].window_len) || in rt5670_volatile_register()
267 rt5670_ranges[i].window_len) || in rt5670_readable_register()
H A Dtlv320adcx140.c134 .window_len = 128,
H A Drt1305.c48 .window_len = 0x1,
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregmap.c1108 if (range_cfg->window_len == 0) { in __regmap_init()
1120 config->ranges[j].window_len - 1; in __regmap_init()
1157 new->window_len = range_cfg->window_len; in __regmap_init()
1565 win_offset = (*reg - range->range_min) % range->window_len; in _regmap_select_page()
1566 win_page = (*reg - range->range_min) / range->window_len; in _regmap_select_page()
1574 if (val_num > range->window_len - win_offset) in _regmap_select_page()
1669 int win_offset = (reg - range->range_min) % range->window_len; in _regmap_raw_write_impl()
1670 int win_residue = range->window_len - win_offset; in _regmap_raw_write_impl()
1688 range->window_len; in _regmap_raw_write_impl()
1689 win_residue = range->window_len - win_offset; in _regmap_raw_write_impl()
[all …]
H A Dinternal.h207 unsigned int window_len; member
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dwcd934x.c106 .window_len = WCD934X_WINDOW_LENGTH,
H A Dda9062-core.c493 .window_len = 256,
598 .window_len = 256,
H A Dda9150-core.c161 .window_len = 256,
H A Dda9063-i2c.c334 .window_len = 256,
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dcxd2820r_core.c565 .window_len = 0x100, in cxd2820r_probe()
576 .window_len = 0x100, in cxd2820r_probe()
H A Drtl2830.c790 .window_len = 0x100, in rtl2830_probe()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dvirtio_fs.c62 size_t window_len; member
745 size_t max_nr_pages = fs->window_len/PAGE_SIZE - pgoff; in virtio_fs_direct_access()
847 fs->window_len = (phys_addr_t) cache_reg.len; in virtio_fs_setup_dax()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dda9211-regulator.c48 .window_len = 256,
/OK3568_Linux_fs/kernel/drivers/net/dsa/qca/
H A Dar9331.c761 .window_len = 512,
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_core.c33 .window_len = 0x1000,
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dbd99954-charger.c154 .window_len = 0x100,

12