Searched refs:sharpsl_param (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/common/
H A Dsharpsl_param.c17 #include <asm/mach/sharpsl_param.h>
39 struct sharpsl_param_info sharpsl_param; variable in typeref:struct:sharpsl_param_info
40 EXPORT_SYMBOL(sharpsl_param); variable
44 memcpy(&sharpsl_param, (void *)PARAM_BASE, sizeof(struct sharpsl_param_info));
46 if (sharpsl_param.comadj_keyword != COMADJ_MAGIC)
47 sharpsl_param.comadj=-1;
49 if (sharpsl_param.phad_keyword != PHAD_MAGIC)
50 sharpsl_param.phadadj=-1;
52 if (sharpsl_param.uuid_keyword != UUID_MAGIC)
53 sharpsl_param
[all...]
H A DMakefile14 obj-$(CONFIG_SHARP_PARAM) += sharpsl_param.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/mach/
H A Dsharpsl_param.h35 extern struct sharpsl_param_info sharpsl_param;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dtosa_bl.c23 #include <asm/mach/sharpsl_param.h>
90 data->comadj = sharpsl_param.comadj == -1 ? COMADJ_DEFAULT : sharpsl_param.comadj;
H A Dlocomolcd.c24 #include <asm/mach/sharpsl_param.h>
85 int comadj = sharpsl_param.comadj;
H A Dcorgi_lcd.c28 #include <asm/mach/sharpsl_param.h>
198 adj = sharpsl_param.phadadj;
245 comadj = sharpsl_param.comadj;
H A Dtosa_lcd.c24 #include <asm/mach/sharpsl_param.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dcollie.c43 #include <asm/mach/sharpsl_param.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dcollie_battery.c22 #include <asm/mach/sharpsl_param.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dpoodle.c51 #include <asm/mach/sharpsl_param.h>
H A Dcorgi.c55 #include <asm/mach/sharpsl_param.h>
H A Dspitz.c34 #include <asm/mach/sharpsl_param.h>
H A Dtosa.c54 #include <asm/mach/sharpsl_param.h>

Completed in 70 milliseconds