Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/
Dsh_vou.c438 unsigned int black_left, black_top, width_max, in sh_vou_configure_geometry() local
445 width_max = 858; in sh_vou_configure_geometry()
448 width_max = 864; in sh_vou_configure_geometry()
475 black_left = width_max - VOU_MAX_IMAGE_WIDTH; in sh_vou_configure_geometry()
595 width_max, height_max, img_height_max; in vou_adjust_output() local
599 width_max = 858; in vou_adjust_output()
603 width_max = 864; in vou_adjust_output()
630 if (geo->output.left + best > width_max) in vou_adjust_output()
631 geo->output.left = width_max - best; in vou_adjust_output()
/linux-4.4.14/drivers/net/wireless/ath/
Ddfs_pattern_detector.h74 u8 width_max; member
Ddfs_pri_detector.c391 if ((rs->width_min > event->width) || (rs->width_max < event->width)) in pri_detector_add_pulse()