Searched refs:width_max (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.h62 * @width_max: maximum radar pulse width in [us]
74 u8 width_max; member in struct:radar_detector_specs
H A Ddfs_pri_detector.c391 if ((rs->width_min > event->width) || (rs->width_max < event->width)) pri_detector_add_pulse()
/linux-4.4.14/drivers/media/platform/
H A Dsh_vou.c438 unsigned int black_left, black_top, width_max, sh_vou_configure_geometry() local
445 width_max = 858; sh_vou_configure_geometry()
448 width_max = 864; sh_vou_configure_geometry()
475 black_left = width_max - VOU_MAX_IMAGE_WIDTH; sh_vou_configure_geometry()
494 * max(black_left + dsr_h, width_max) here sh_vou_configure_geometry()
595 width_max, height_max, img_height_max; vou_adjust_output() local
599 width_max = 858; vou_adjust_output()
603 width_max = 864; vou_adjust_output()
630 if (geo->output.left + best > width_max) vou_adjust_output()
631 geo->output.left = width_max - best; vou_adjust_output()

Completed in 111 milliseconds