Searched refs:tmp_w (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/staging/greybus/ |
D | audio_helper.c | 117 struct snd_soc_dapm_widget *w, *tmp_w; in gbaudio_dapm_free_controls() local 123 list_for_each_entry(tmp_w, &dapm->card->widgets, list) { in gbaudio_dapm_free_controls() 124 if (tmp_w->dapm == dapm && in gbaudio_dapm_free_controls() 125 !strcmp(tmp_w->name, widget->name)) { in gbaudio_dapm_free_controls() 126 w = tmp_w; in gbaudio_dapm_free_controls()
|
/linux-6.1.9/drivers/media/platform/samsung/exynos-gsc/ |
D | gsc-core.c | 396 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local 438 tmp_w = pix_mp->width; in gsc_try_fmt_mplane() 443 if (tmp_w != pix_mp->width || tmp_h != pix_mp->height) in gsc_try_fmt_mplane() 445 tmp_w, tmp_h, pix_mp->width, pix_mp->height); in gsc_try_fmt_mplane() 507 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h) in gsc_check_crop_change() argument 509 if (tmp_w != *w || tmp_h != *h) { in gsc_check_crop_change() 511 *w, *h, tmp_w, tmp_h); in gsc_check_crop_change() 512 *w = tmp_w; in gsc_check_crop_change() 522 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_selection() local 540 tmp_w = s->r.width; in gsc_try_selection() [all …]
|
D | gsc-core.h | 397 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
|
/linux-6.1.9/drivers/media/platform/verisilicon/ |
D | hantro_g2_hevc_dec.c | 65 u32 tmp_w = 0, tmp_h = 0; in prepare_tile_info_buffer() local 75 for (j = 0, tmp_w = 0; j < num_tile_cols - 1; j++) { in prepare_tile_info_buffer() 76 tmp_w += pps->column_width_minus1[j] + 1; in prepare_tile_info_buffer() 83 *p++ = pic_width_in_ctbs - tmp_w; in prepare_tile_info_buffer()
|
/linux-6.1.9/arch/x86/crypto/ |
D | curve25519-x86_64.c | 1216 u64 tmp_w[16U] = { 0U }; in encode_point() local 1217 finv(tmp, z, tmp_w); in encode_point() 1218 fmul(tmp, tmp, x, tmp_w); in encode_point()
|
/linux-6.1.9/drivers/media/platform/mediatek/mdp/ |
D | mtk_mdp_m2m.c | 818 int tmp_w, tmp_h; in mtk_mdp_check_scaler_ratio() local 821 tmp_w = dst_h; in mtk_mdp_check_scaler_ratio() 824 tmp_w = dst_w; in mtk_mdp_check_scaler_ratio() 828 if ((src_w / tmp_w) > var->h_scale_down_max || in mtk_mdp_check_scaler_ratio() 830 (tmp_w / src_w) > var->h_scale_up_max || in mtk_mdp_check_scaler_ratio()
|
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/ |
D | mtk_vcodec_dec.c | 288 int tmp_w, tmp_h; in vidioc_try_fmt() local 296 tmp_w = pix_fmt_mp->width; in vidioc_try_fmt() 302 if (pix_fmt_mp->width < tmp_w && in vidioc_try_fmt() 311 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
|
D | mtk_vcodec_enc.c | 311 int tmp_w, tmp_h; in vidioc_try_fmt_out() local 330 tmp_w = pix_fmt_mp->width; in vidioc_try_fmt_out() 339 if (pix_fmt_mp->width < tmp_w && (pix_fmt_mp->width + 16) <= max_width) in vidioc_try_fmt_out() 345 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt_out()
|