Home
last modified time | relevance | path

Searched refs:window_width (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/media/i2c/et8ek8/
Det8ek8_mode.c44 .window_width = 2592,
145 .window_width = 2592,
201 .window_width = 1296,
257 .window_width = 864,
313 .window_width = 648,
369 .window_width = 2592,
424 .window_width = 648,
480 .window_width = 1296,
536 .window_width = 1296,
Det8ek8_driver.c397 fmt->width = reglist->mode.window_width; in et8ek8_reglist_to_mbus()
471 if (mode->window_width != current_mode->window_width || in et8ek8_reglist_find_mode_ival()
496 if ((*list1)->mode.window_width > (*list2)->mode.window_width) in et8ek8_reglist_cmp()
498 if ((*list1)->mode.window_width < (*list2)->mode.window_width) in et8ek8_reglist_cmp()
537 list->mode.window_width, list->mode.window_height, in et8ek8_reglist_import()
740 pixel_rate = mode->window_width * (pixel_rate - 1) / mode->width; in et8ek8_update_controls()
Det8ek8_reg.h36 u16 window_width; member
/linux-6.1.9/drivers/media/platform/st/sti/hva/
Dhva-h264.c331 u16 window_width; member
632 td->window_width = frame_width; in hva_h264_prepare_task()
/linux-6.1.9/drivers/mmc/host/
Dsdhci-tegra.c941 u8 fixed_tap, start_tap, end_tap, window_width; in tegra_sdhci_post_tuning() local
974 window_width = end_tap - start_tap; in tegra_sdhci_post_tuning()
982 (end_tap == num_iter - 2) || window_width >= thdupper) { in tegra_sdhci_post_tuning()