Home
last modified time | relevance | path

Searched refs:vmax (Results 1 – 19 of 19) sorted by relevance

/linux-3.4.99/drivers/media/video/gspca/gl860/
Dgl860-ov2640.c198 sd->vmax.backlight = 64; in ov2640_init_settings()
199 sd->vmax.brightness = 255; in ov2640_init_settings()
200 sd->vmax.sharpness = 31; in ov2640_init_settings()
201 sd->vmax.contrast = 255; in ov2640_init_settings()
202 sd->vmax.gamma = 64; in ov2640_init_settings()
203 sd->vmax.hue = 254 + 2; in ov2640_init_settings()
204 sd->vmax.saturation = 255; in ov2640_init_settings()
205 sd->vmax.whitebal = 128; in ov2640_init_settings()
206 sd->vmax.mirror = 1; in ov2640_init_settings()
207 sd->vmax.flip = 1; in ov2640_init_settings()
[all …]
Dgl860-mi1320.c201 sd->vmax.backlight = 2; in mi1320_init_settings()
202 sd->vmax.brightness = 8; in mi1320_init_settings()
203 sd->vmax.sharpness = 7; in mi1320_init_settings()
204 sd->vmax.contrast = 0; /* 10 but not working with this driver */ in mi1320_init_settings()
205 sd->vmax.gamma = 40; in mi1320_init_settings()
206 sd->vmax.hue = 5 + 1; in mi1320_init_settings()
207 sd->vmax.saturation = 8; in mi1320_init_settings()
208 sd->vmax.whitebal = 2; in mi1320_init_settings()
209 sd->vmax.mirror = 1; in mi1320_init_settings()
210 sd->vmax.flip = 1; in mi1320_init_settings()
[all …]
Dgl860-ov9655.c166 sd->vmax.backlight = 0; in ov9655_init_settings()
167 sd->vmax.brightness = 255; in ov9655_init_settings()
168 sd->vmax.sharpness = 0; in ov9655_init_settings()
169 sd->vmax.contrast = 0; in ov9655_init_settings()
170 sd->vmax.gamma = 0; in ov9655_init_settings()
171 sd->vmax.hue = 0 + 1; in ov9655_init_settings()
172 sd->vmax.saturation = 0; in ov9655_init_settings()
173 sd->vmax.whitebal = 0; in ov9655_init_settings()
174 sd->vmax.mirror = 0; in ov9655_init_settings()
175 sd->vmax.flip = 0; in ov9655_init_settings()
[all …]
Dgl860-mi2020.c307 sd->vmax.backlight = 64; in mi2020_init_settings()
308 sd->vmax.brightness = 128; in mi2020_init_settings()
309 sd->vmax.sharpness = 40; in mi2020_init_settings()
310 sd->vmax.contrast = 3; in mi2020_init_settings()
311 sd->vmax.gamma = 2; in mi2020_init_settings()
312 sd->vmax.hue = 0 + 1; /* 200, not done by hardware */ in mi2020_init_settings()
313 sd->vmax.saturation = 0; /* 100, not done by hardware */ in mi2020_init_settings()
314 sd->vmax.whitebal = 2; /* 100, not done by hardware */ in mi2020_init_settings()
315 sd->vmax.mirror = 1; in mi2020_init_settings()
316 sd->vmax.flip = 1; in mi2020_init_settings()
[all …]
Dgl860.c102 if (sd->vmax.thename != 0) {\
107 sd_ctrls[nCtrls].qctrl.maximum = sd->vmax.thename;\
110 (sd->vmax.thename < 16) ? 1 : sd->vmax.thename/16;\
Dgl860.h65 struct sd_gl860 vmax; member
/linux-3.4.99/arch/arm/mach-pxa/
Dcpufreq-pxa2xx.c68 int vmax; member
179 int vmin, vmax; in pxa_cpufreq_change_voltage() local
185 vmax = pxa_freq->vmax; in pxa_cpufreq_change_voltage()
186 if ((vmin == -1) || (vmax == -1)) in pxa_cpufreq_change_voltage()
189 ret = regulator_set_voltage(vcc_core, vmin, vmax); in pxa_cpufreq_change_voltage()
192 vmin, vmax); in pxa_cpufreq_change_voltage()
/linux-3.4.99/drivers/macintosh/
Dwindfarm.h65 s32 vmax = ct->ops->get_max(ct); in wf_control_set_max() local
66 return ct->ops->set_value(ct, vmax); in wf_control_set_max()
Dvia-pmu.c638 long pcharge, charge, vb, vmax, lmax; in done_battery_state_ohare() local
658 vmax = vmax_charged; in done_battery_state_ohare()
673 vmax = vmax_charging; in done_battery_state_ohare()
675 charge = (100 * vb) / vmax; in done_battery_state_ohare()
/linux-3.4.99/arch/s390/kernel/
Dsetup.c520 unsigned long vmax, vmalloc_size, tmp; in setup_memory_end() local
562 vmax = 1UL << 42; /* 3-level kernel page table */ in setup_memory_end()
564 vmax = 1UL << 53; /* 4-level kernel page table */ in setup_memory_end()
567 vmax = 1UL << 31; /* 2-level kernel page table */ in setup_memory_end()
570 VMALLOC_END = vmax; in setup_memory_end()
571 VMALLOC_START = vmax - vmalloc_size; in setup_memory_end()
576 tmp &= ~((vmax >> 11) - 1); /* align to page table level */ in setup_memory_end()
/linux-3.4.99/drivers/media/dvb/frontends/
Dmb86a16.c780 static int swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vm… in swp_freq_calcuation() argument
785 if ((i % 2 == 1) && (v <= vmax)) { in swp_freq_calcuation()
795 } else if ((v == vmax) && in swp_freq_calcuation()
819 } else if ((v == vmax) && in swp_freq_calcuation()
849 } else if ((v + 1 == vmax) && in swp_freq_calcuation()
917 } else if ((vmax == 0) && (vmin == 0) && (*(V + 30 + v) > SIGMIN)) { in swp_freq_calcuation()
1047 int v, vmax, vmin; in mb86a16_set_fe() local
1134 vmax = 0 ; in mb86a16_set_fe()
1137 vmax++; in mb86a16_set_fe()
1142 vmax--; in mb86a16_set_fe()
[all …]
/linux-3.4.99/sound/drivers/vx/
Dvx_mixer.c442 unsigned int val[2], vmax; in vx_output_level_put() local
444 vmax = chip->hw->output_level_max; in vx_output_level_put()
447 if (val[0] > vmax || val[1] > vmax) in vx_output_level_put()
/linux-3.4.99/drivers/gpu/drm/
Ddrm_edid.c964 int vsync, vmin, vmax; in mode_in_vsync_range() local
969 vmax = t[6]; in mode_in_vsync_range()
971 vmax += ((t[4] & 0x02) ? 255 : 0); in mode_in_vsync_range()
974 return (vsync <= vmax && vsync >= vmin); in mode_in_vsync_range()
/linux-3.4.99/drivers/video/sis/
Dsis.h431 u16 vmax; member
Dsis_main.c447 monitor->vmax = buffer[j + 6]; in sisfb_interpret_edid()
463 monitor->vmin = 65535; monitor->vmax = 0; in sisfb_interpret_edid()
471 if(monitor->vmax < sisfb_ddcsmodes[i].v) monitor->vmax = sisfb_ddcsmodes[i].v; in sisfb_interpret_edid()
493 if(monitor->vmax < sisfb_ddcsmodes[j].v) monitor->vmax = sisfb_ddcsmodes[j].v; in sisfb_interpret_edid()
500 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) { in sisfb_interpret_edid()
547 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax, in sisfb_handle_ddc()
597 if(rate > (monitor->vmax + 1)) in sisfb_verify_rate()
/linux-3.4.99/drivers/video/
Datafb.c2965 int vmin, vmax, hmin, hmax; in atafb_setup_mcap() local
2978 vmax = simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2979 if (vmax <= 0 || vmax <= vmin) in atafb_setup_mcap()
2993 fb_info.monspecs.vfmax = vmax; in atafb_setup_mcap()
Damifb.c2313 int vmin, vmax, hmin, hmax; in amifb_setup_mcap() local
2327 vmax = simple_strtoul(p, NULL, 10); in amifb_setup_mcap()
2328 if (vmax <= 0 || vmax <= vmin) in amifb_setup_mcap()
2344 amifb_vfmax = vmax; in amifb_setup_mcap()
/linux-3.4.99/Documentation/m68k/
Dkernel-options.txt504 Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
510 <vmin> and <vmax> are the minimum and maximum, resp., vertical frequencies
754 Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
759 <vmin> and <vmax> are the minimum and maximum, resp., vertical frequencies
/linux-3.4.99/drivers/media/video/pvrusb2/
Dpvrusb2-hdw.c978 #define DEFINT(vmin,vmax) \ argument
981 .def.type_int.max_value = vmax