Home
last modified time | relevance | path

Searched refs:wmax (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dimx-card.c36 * @wmax: max frame ratio
42 unsigned int wmax; member
126 { .rmin = 8000, .rmax = 24000, .wmin = 256, .wmax = 1024, },
128 { .rmin = 32000, .rmax = 32000, .wmin = 256, .wmax = 1024, },
130 { .rmin = 44100, .rmax = 48000, .wmin = 256, .wmax = 768, },
132 { .rmin = 88200, .rmax = 96000, .wmin = 256, .wmax = 512, },
134 { .rmin = 176400, .rmax = 192000, .wmin = 128, .wmax = 256, },
136 { .rmin = 352800, .rmax = 384000, .wmin = 32, .wmax = 128, },
138 { .rmin = 705600, .rmax = 768000, .wmin = 16, .wmax = 64, },
157 { .rmin = 8000, .rmax = 32000, .wmin = 256, .wmax
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dwbt.h30 __field(u64, wmax)
44 __entry->wmax = stat[1].max;
49 "wmean=%llu, wmin=%llu, wmax=%llu, wsamples=%llu",
52 __entry->wmax, __entry->wnr_samples)
/kernel/linux/linux-6.6/include/trace/events/
H A Dwbt.h30 __field(u64, wmax)
44 __entry->wmax = stat[1].max;
49 "wmean=%llu, wmin=%llu, wmax=%llu, wsamples=%llu",
52 __entry->wmax, __entry->wnr_samples)
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-common.c119 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()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmdp_cfg_data.c389 .wmax = 8176,
395 .wmax = 8176,
H A Dmtk-mdp3-regs.c167 s.max_width = pix_limit->wmax; in mdp_try_fmt_mplane()
187 u32 max_bpl = (pix_limit->wmax * fmt->row_depth[i]) >> 3; in mdp_try_fmt_mplane()
H A Dmtk-mdp3-regs.h269 u32 wmax; member
/kernel/linux/linux-5.10/arch/x86/events/
H A Dcore.c768 int num, int wmin, int wmax, int gpmax) in perf_sched_init()
774 sched->max_weight = wmax; in perf_sched_init()
917 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events()
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()
767 perf_sched_init(struct perf_sched *sched, struct event_constraint **constraints, int num, int wmin, int wmax, int gpmax) perf_sched_init() argument
916 perf_assign_events(struct event_constraint **constraints, int n, int wmin, int wmax, int gpmax, int *assign) perf_assign_events() argument
H A Dperf_event.h1005 int wmin, int wmax, int gpmax, int *assign);
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-common.c119 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()
/kernel/linux/linux-6.6/arch/x86/events/
H A Dcore.c810 int num, int wmin, int wmax, int gpmax) in perf_sched_init()
816 sched->max_weight = wmax; in perf_sched_init()
959 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events()
963 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events()
981 int n0, i, wmin, wmax, unsched = 0; in x86_schedule_events() local
998 for (i = 0, wmin = X86_PMC_IDX_MAX, wmax = 0; i < n; i++) { in x86_schedule_events()
1018 wmax = max(wmax, c->weight); in x86_schedule_events()
1080 wmax, gpmax, assign); in x86_schedule_events()
809 perf_sched_init(struct perf_sched *sched, struct event_constraint **constraints, int num, int wmin, int wmax, int gpmax) perf_sched_init() argument
958 perf_assign_events(struct event_constraint **constraints, int n, int wmin, int wmax, int gpmax, int *assign) perf_assign_events() argument
H A Dperf_event.h1165 int wmin, int wmax, int gpmax, int *assign);
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnandsim.c440 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()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dnandsim.c442 unsigned long wmin = -1, wmax = 0, avg; in ns_show() local
451 if (wear > wmax) in ns_show()
452 wmax = wear; in ns_show()
458 decile_max[i] = (wmax * (i + 1) + 5) / 10; in ns_show()
461 decile_max[9] = wmax; in ns_show()
477 seq_printf(m, "Maximum number of erases: %lu\n", wmax); in ns_show()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Duncore.c431 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()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Duncore.c462 int i, wmin, wmax, ret = 0; in uncore_assign_events() local
467 for (i = 0, wmin = UNCORE_PMC_IDX_MAX, wmax = 0; i < n; i++) { in uncore_assign_events()
471 wmax = max(wmax, c->weight); in uncore_assign_events()
498 wmin, wmax, n, assign); in uncore_assign_events()
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-common.h355 * @wmax: maximum width.
364 * Clip an image to have @width between @wmin and @wmax, and @height between
375 * #. @wmax must not be smaller than @wmin.
387 unsigned int wmax, unsigned int walign,
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-common.h355 * @wmax: maximum width.
364 * Clip an image to have @width between @wmin and @wmax, and @height between
375 * #. @wmax must not be smaller than @wmin.
387 unsigned int wmax, unsigned int walign,
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_m2m.c152 unsigned int wmax, unsigned int align_w, in mtk_mdp_bound_align_image()
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()
151 mtk_mdp_bound_align_image(u32 *w, unsigned int wmin, unsigned int wmax, unsigned int align_w, u32 *h, unsigned int hmin, unsigned int hmax, unsigned int align_h) mtk_mdp_bound_align_image() argument
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c152 unsigned int wmax, unsigned int align_w, in mtk_mdp_bound_align_image()
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()
151 mtk_mdp_bound_align_image(u32 *w, unsigned int wmin, unsigned int wmax, unsigned int align_w, u32 *h, unsigned int hmin, unsigned int hmax, unsigned int align_h) mtk_mdp_bound_align_image() argument
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1393 u32 *w, unsigned int wmin, unsigned int wmax, in jpeg_bound_align_image()
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()
1392 jpeg_bound_align_image(struct s5p_jpeg_ctx *ctx, u32 *w, unsigned int wmin, unsigned int wmax, unsigned int walign, u32 *h, unsigned int hmin, unsigned int hmax, unsigned int halign) jpeg_bound_align_image() argument
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1391 u32 *w, unsigned int wmin, unsigned int wmax, in jpeg_bound_align_image()
1413 wmax = width; in jpeg_bound_align_image()
1418 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image()
1420 if (*w < width && (*w + w_step) < wmax) in jpeg_bound_align_image()
1390 jpeg_bound_align_image(struct s5p_jpeg_ctx *ctx, u32 *w, unsigned int wmin, unsigned int wmax, unsigned int walign, u32 *h, unsigned int hmin, unsigned int hmax, unsigned int halign) jpeg_bound_align_image() argument

Completed in 38 milliseconds