Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/
H A Dsh_vou.c421 unsigned int black_left, black_top, width_max, in sh_vou_configure_geometry() local
428 width_max = 858; in sh_vou_configure_geometry()
431 width_max = 864; in sh_vou_configure_geometry()
458 black_left = width_max - VOU_MAX_IMAGE_WIDTH; in sh_vou_configure_geometry()
477 * max(black_left + dsr_h, width_max) here in sh_vou_configure_geometry()
579 width_max, height_max, img_height_max; in vou_adjust_output() local
583 width_max = 858; in vou_adjust_output()
587 width_max = 864; in vou_adjust_output()
614 if (geo->output.left + best > width_max) in vou_adjust_output()
615 geo->output.left = width_max in vou_adjust_output()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H A Dsh_vou.c421 unsigned int black_left, black_top, width_max, in sh_vou_configure_geometry() local
428 width_max = 858; in sh_vou_configure_geometry()
431 width_max = 864; in sh_vou_configure_geometry()
458 black_left = width_max - VOU_MAX_IMAGE_WIDTH; in sh_vou_configure_geometry()
477 * max(black_left + dsr_h, width_max) here in sh_vou_configure_geometry()
579 width_max, height_max, img_height_max; in vou_adjust_output() local
583 width_max = 858; in vou_adjust_output()
587 width_max = 864; in vou_adjust_output()
614 if (geo->output.left + best > width_max) in vou_adjust_output()
615 geo->output.left = width_max in vou_adjust_output()
[all...]
/kernel/linux/linux-5.10/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.c391 if ((rs->width_min > event->width) || (rs->width_max < event->width)) in pri_detector_add_pulse()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.h410 u32 width_max; member
H A Dwmi.c4122 radar_info->width_max = rs.width_max; in ath10k_dfs_radar_report()
4128 "sending wmi radar found cmd pri_min %d pri_max %d width_min %d width_max %d sidx_min %d sidx_max %d\n", in ath10k_dfs_radar_report()
4130 radar_info->width_min, radar_info->width_max, in ath10k_dfs_radar_report()
8994 cmd->width_max = __cpu_to_le32(arg->width_max); in ath10k_wmi_10_4_gen_radar_found()
8999 "wmi radar found pri_min %d pri_max %d width_min %d width_max %d sidx_min %d sidx_max %d\n", in ath10k_wmi_10_4_gen_radar_found()
9001 arg->width_max, arg->sidx_min, arg->sidx_max); in ath10k_wmi_10_4_gen_radar_found()
H A Dwmi.h3503 __le32 width_max; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.h412 u32 width_max; member
H A Dwmi.c4122 radar_info->width_max = rs.width_max; in ath10k_dfs_radar_report()
4128 "sending wmi radar found cmd pri_min %d pri_max %d width_min %d width_max %d sidx_min %d sidx_max %d\n", in ath10k_dfs_radar_report()
4130 radar_info->width_min, radar_info->width_max, in ath10k_dfs_radar_report()
8972 cmd->width_max = __cpu_to_le32(arg->width_max); in ath10k_wmi_10_4_gen_radar_found()
8977 "wmi radar found pri_min %d pri_max %d width_min %d width_max %d sidx_min %d sidx_max %d\n", in ath10k_wmi_10_4_gen_radar_found()
8979 arg->width_max, arg->sidx_min, arg->sidx_max); in ath10k_wmi_10_4_gen_radar_found()
H A Dwmi.h3507 __le32 width_max; member

Completed in 71 milliseconds