Searched refs:comadj (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/video/backlight/
H A Dcorgi_lcd.c211 int comadj; local
242 comadj = sharpsl_param.comadj;
243 if (comadj < 0)
244 comadj = DEFAULT_COMADJ;
247 POWER0_VCC5_OFF, comadj);
H A Dlocomolcd.c34 static void locomolcd_on(int comadj) argument
44 locomo_m62332_senddata(locomolcd_dev, comadj, 0);
65 static void locomolcd_off(int comadj) argument
85 int comadj = sharpsl_param.comadj; local
95 /* read comadj */
96 if (comadj == -1 && machine_is_collie())
97 comadj = 128;
100 locomolcd_on(comadj);
102 locomolcd_off(comadj);
[all...]
/linux-master/arch/arm/common/
H A Dsharpsl_param.c48 sharpsl_param.comadj=-1;
/linux-master/arch/arm/include/asm/mach/
H A Dsharpsl_param.h12 unsigned int comadj; member in struct:sharpsl_param_info

Completed in 184 milliseconds