Home
last modified time | relevance | path

Searched refs:wmax (Results 1 – 10 of 10) sorted by relevance

/linux/sound/soc/fsl/
A Dimx-card.c39 unsigned int wmax; member
123 { .rmin = 8000, .rmax = 24000, .wmin = 1024, .wmax = 1024, },
125 { .rmin = 32000, .rmax = 32000, .wmin = 256, .wmax = 1024, },
127 { .rmin = 44100, .rmax = 48000, .wmin = 256, .wmax = 768, },
129 { .rmin = 88200, .rmax = 96000, .wmin = 256, .wmax = 512, },
168 { .rmin = 44100, .rmax = 48000, .wmin = 512, .wmax = 512, },
169 { .rmin = 88200, .rmax = 96000, .wmin = 256, .wmax = 256, },
170 { .rmin = 176400, .rmax = 192000, .wmin = 128, .wmax = 128, },
171 { .rmin = 352800, .rmax = 384000, .wmin = 64, .wmax = 64, },
172 { .rmin = 705600, .rmax = 768000, .wmin = 32, .wmax = 32, },
[all …]
/linux/include/trace/events/
A Dwbt.h30 __field(u64, wmax)
44 __entry->wmax = stat[1].max;
52 __entry->wmax, __entry->wnr_samples)
/linux/drivers/media/v4l2-core/
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()
/linux/arch/x86/events/
A Dcore.c808 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument
814 sched->max_weight = wmax; in perf_sched_init()
957 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
961 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events()
979 int n0, i, wmin, wmax, unsched = 0; in x86_schedule_events() local
996 for (i = 0, wmin = X86_PMC_IDX_MAX, wmax = 0; i < n; i++) { in x86_schedule_events()
1016 wmax = max(wmax, c->weight); in x86_schedule_events()
1078 wmax, gpmax, assign); in x86_schedule_events()
A Dperf_event.h1128 int wmin, int wmax, int gpmax, int *assign);
/linux/arch/x86/events/intel/
A Duncore.c447 int i, wmin, wmax, ret = 0; in uncore_assign_events() local
452 for (i = 0, wmin = UNCORE_PMC_IDX_MAX, wmax = 0; i < n; i++) { in uncore_assign_events()
456 wmax = max(wmax, c->weight); in uncore_assign_events()
483 wmin, wmax, n, assign); in uncore_assign_events()
/linux/drivers/mtd/nand/raw/
A Dnandsim.c439 unsigned long wmin = -1, wmax = 0, avg; in ns_show() local
448 if (wear > wmax) in ns_show()
449 wmax = wear; in ns_show()
455 decile_max[i] = (wmax * (i + 1) + 5) / 10; in ns_show()
458 decile_max[9] = wmax; in ns_show()
474 seq_printf(m, "Maximum number of erases: %lu\n", wmax); in ns_show()
/linux/include/media/
A Dv4l2-common.h386 unsigned int wmax, unsigned int walign,
/linux/drivers/media/platform/mtk-mdp/
A Dmtk_mdp_m2m.c152 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()
/linux/drivers/media/platform/s5p-jpeg/
A Djpeg-core.c1393 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()

Completed in 32 milliseconds