| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_spans.c | 183 glamor_get_spans_gl(DrawablePtr drawable, int wmax, in glamor_get_spans_gl() argument 248 glamor_get_spans_bail(DrawablePtr drawable, int wmax, in glamor_get_spans_bail() argument 252 fbGetSpans(drawable, wmax, points, widths, count, dst); in glamor_get_spans_bail() 257 glamor_get_spans(DrawablePtr drawable, int wmax, in glamor_get_spans() argument 261 glamor_get_spans_gl(drawable, wmax, points, widths, count, dst)) in glamor_get_spans() 263 glamor_get_spans_bail(drawable, wmax, points, widths, count, dst); in glamor_get_spans()
|
| H A D | glamor_priv.h | 763 glamor_get_spans(DrawablePtr drawable, int wmax,
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | wbt.h | 30 __field(u64, wmax) 44 __entry->wmax = stat[1].max; 52 __entry->wmax, __entry->wnr_samples)
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-common.c | 119 void v4l_bound_align_image(u32 *w, unsigned int wmin, unsigned int wmax, in v4l_bound_align_image() argument 124 *w = clamp_align(*w, wmin, wmax, walign); in v4l_bound_align_image() 137 unsigned int wmaxa = __fls(wmax ^ (wmin - 1)); in v4l_bound_align_image() 145 *w = clamp_align(*w, wmin, wmax, walign + 1); in v4l_bound_align_image()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/ |
| H A D | core.c | 768 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument 774 sched->max_weight = wmax; in perf_sched_init() 917 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument 921 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events() 938 int n0, i, wmin, wmax, unsched = 0; in x86_schedule_events() local 955 for (i = 0, wmin = X86_PMC_IDX_MAX, wmax = 0; i < n; i++) { in x86_schedule_events() 975 wmax = max(wmax, c->weight); in x86_schedule_events() 1037 wmax, gpmax, assign); in x86_schedule_events()
|
| H A D | perf_event.h | 1005 int wmin, int wmax, int gpmax, int *assign);
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | uncore.c | 431 int i, wmin, wmax, ret = 0; in uncore_assign_events() local 436 for (i = 0, wmin = UNCORE_PMC_IDX_MAX, wmax = 0; i < n; i++) { in uncore_assign_events() 440 wmax = max(wmax, c->weight); in uncore_assign_events() 467 wmin, wmax, n, assign); in uncore_assign_events()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nandsim.c | 440 unsigned long wmin = -1, wmax = 0, avg; in ns_show() local 449 if (wear > wmax) in ns_show() 450 wmax = wear; in ns_show() 456 decile_max[i] = (wmax * (i + 1) + 5) / 10; in ns_show() 459 decile_max[9] = wmax; in ns_show() 475 seq_printf(m, "Maximum number of erases: %lu\n", wmax); in ns_show()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-common.h | 387 unsigned int wmax, unsigned int walign,
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/ |
| H A D | mtk_mdp_m2m.c | 152 unsigned int wmax, unsigned int align_w, in mtk_mdp_bound_align_image() argument 163 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in mtk_mdp_bound_align_image() 167 if (*w < org_w && (*w + step_w) <= wmax) in mtk_mdp_bound_align_image()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-jpeg/ |
| H A D | jpeg-core.c | 1393 u32 *w, unsigned int wmin, unsigned int wmax, in jpeg_bound_align_image() argument 1415 wmax = width; in jpeg_bound_align_image() 1420 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image() 1422 if (*w < width && (*w + w_step) < wmax) in jpeg_bound_align_image()
|