Searched refs:vold (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/gspca/gl860/
H A Dgl860-mi1320.c266 sd->vold.backlight = -1;
267 sd->vold.brightness = -1;
268 sd->vold.sharpness = -1;
269 sd->vold.contrast = -1;
270 sd->vold.saturation = -1;
271 sd->vold.gamma = -1;
272 sd->vold.hue = -1;
273 sd->vold.whitebal = -1;
274 sd->vold.mirror = -1;
275 sd->vold
[all...]
H A Dgl860-ov2640.c251 sd->vold.backlight = -1;
252 sd->vold.brightness = -1;
253 sd->vold.sharpness = -1;
254 sd->vold.contrast = -1;
255 sd->vold.saturation = -1;
256 sd->vold.gamma = -1;
257 sd->vold.hue = -1;
258 sd->vold.whitebal = -1;
259 sd->vold.mirror = -1;
260 sd->vold
[all...]
H A Dgl860-mi2020.c363 sd->vold.hue = -1;
366 sd->vold.brightness = -1;
367 sd->vold.sharpness = -1;
370 sd->vold.contrast = 0;
371 sd->vold.gamma = 0;
372 sd->vold.backlight = 0;
533 sd->vold.mirror = mirror;
534 sd->vold.flip = flip;
535 sd->vold.AC50Hz = freq;
536 sd->vold
[all...]
H A Dgl860-ov9655.c201 sd->vold.brightness = -1;
202 sd->vold.hue = -1;
315 if (bright != sd->vold.brightness) {
316 sd->vold.brightness = bright;
324 if (hue != sd->vold.hue) {
325 sd->vold.hue = hue;
H A Dgl860.h65 struct sd_gl860 vold; member in struct:sd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/gspca/gl860/
H A Dgl860-mi1320.c266 sd->vold.backlight = -1;
267 sd->vold.brightness = -1;
268 sd->vold.sharpness = -1;
269 sd->vold.contrast = -1;
270 sd->vold.saturation = -1;
271 sd->vold.gamma = -1;
272 sd->vold.hue = -1;
273 sd->vold.whitebal = -1;
274 sd->vold.mirror = -1;
275 sd->vold
[all...]
H A Dgl860-ov2640.c251 sd->vold.backlight = -1;
252 sd->vold.brightness = -1;
253 sd->vold.sharpness = -1;
254 sd->vold.contrast = -1;
255 sd->vold.saturation = -1;
256 sd->vold.gamma = -1;
257 sd->vold.hue = -1;
258 sd->vold.whitebal = -1;
259 sd->vold.mirror = -1;
260 sd->vold
[all...]
H A Dgl860-mi2020.c363 sd->vold.hue = -1;
366 sd->vold.brightness = -1;
367 sd->vold.sharpness = -1;
370 sd->vold.contrast = 0;
371 sd->vold.gamma = 0;
372 sd->vold.backlight = 0;
533 sd->vold.mirror = mirror;
534 sd->vold.flip = flip;
535 sd->vold.AC50Hz = freq;
536 sd->vold
[all...]
H A Dgl860-ov9655.c201 sd->vold.brightness = -1;
202 sd->vold.hue = -1;
315 if (bright != sd->vold.brightness) {
316 sd->vold.brightness = bright;
324 if (hue != sd->vold.hue) {
325 sd->vold.hue = hue;
H A Dgl860.h65 struct sd_gl860 vold; member in struct:sd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dcpm2_pic.c140 unsigned int vold, vnew, edibit; local
180 vold = in_be32(&cpm2_intctl->ic_siexr);
183 vnew = vold | (1 << edibit);
185 vnew = vold & ~(1 << edibit);
187 if (vold != vnew)
H A Dipic.c609 unsigned int vold, vnew, edibit; local
650 vold = ipic_read(ipic->regs, IPIC_SECNR);
652 vnew = vold | (1 << edibit);
654 vnew = vold & ~(1 << edibit);
656 if (vold != vnew)
H A Dmpic.c851 unsigned int vecpri, vold, vnew; local
876 vold = mpic_irq_read(src, MPIC_INFO(IRQ_VECTOR_PRI));
877 vnew = vold & ~(MPIC_INFO(VECPRI_POLARITY_MASK) |
880 if (vold != vnew)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/sysdev/
H A Dcpm2_pic.c140 unsigned int vold, vnew, edibit; local
180 vold = in_be32(&cpm2_intctl->ic_siexr);
183 vnew = vold | (1 << edibit);
185 vnew = vold & ~(1 << edibit);
187 if (vold != vnew)
H A Dipic.c609 unsigned int vold, vnew, edibit; local
650 vold = ipic_read(ipic->regs, IPIC_SECNR);
652 vnew = vold | (1 << edibit);
654 vnew = vold & ~(1 << edibit);
656 if (vold != vnew)
H A Dmpic.c851 unsigned int vecpri, vold, vnew; local
876 vold = mpic_irq_read(src, MPIC_INFO(IRQ_VECTOR_PRI));
877 vnew = vold & ~(MPIC_INFO(VECPRI_POLARITY_MASK) |
880 if (vold != vnew)

Completed in 202 milliseconds