Home
last modified time | relevance | path

Searched refs:width_max (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/renesas/
H A Dsh_vou.c419 unsigned int black_left, black_top, width_max, in sh_vou_configure_geometry() local
426 width_max = 858; in sh_vou_configure_geometry()
429 width_max = 864; in sh_vou_configure_geometry()
456 black_left = width_max - VOU_MAX_IMAGE_WIDTH; in sh_vou_configure_geometry()
475 * max(black_left + dsr_h, width_max) here in sh_vou_configure_geometry()
577 width_max, height_max, img_height_max; in vou_adjust_output() local
581 width_max = 858; in vou_adjust_output()
585 width_max = 864; in vou_adjust_output()
612 if (geo->output.left + best > width_max) in vou_adjust_output()
613 geo->output.left = width_max in vou_adjust_output()
[all...]
/linux/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.h62 * @width_max: maximum radar pulse width in [us]
74 u8 width_max; member
H A Ddfs_pri_detector.c390 if ((rs->width_min > event->width) || (rs->width_max < event->width)) in pri_detector_add_pulse()
/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h417 u32 width_max; member