Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/renesas/
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()
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 - best; in vou_adjust_output()
/linux-5.19.10/drivers/net/wireless/ath/
Ddfs_pattern_detector.h74 u8 width_max; member
Ddfs_pri_detector.c390 if ((rs->width_min > event->width) || (rs->width_max < event->width)) in pri_detector_add_pulse()
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dcore.h412 u32 width_max; member
Dwmi.c4122 radar_info->width_max = rs.width_max; 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()
9001 arg->width_max, arg->sidx_min, arg->sidx_max); in ath10k_wmi_10_4_gen_radar_found()
Dwmi.h3507 __le32 width_max; member