Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/common/
H A Dsharpsl_param.c13 #include <asm/mach/sharpsl_param.h>
38 struct sharpsl_param_info sharpsl_param; variable
39 EXPORT_SYMBOL(sharpsl_param); variable
43 memcpy(&sharpsl_param, param_start(PARAM_BASE), sizeof(struct sharpsl_param_info)); in sharpsl_save_param()
45 if (sharpsl_param.comadj_keyword != COMADJ_MAGIC) in sharpsl_save_param()
46 sharpsl_param.comadj=-1; in sharpsl_save_param()
48 if (sharpsl_param.phad_keyword != PHAD_MAGIC) in sharpsl_save_param()
49 sharpsl_param.phadadj=-1; in sharpsl_save_param()
51 if (sharpsl_param.uuid_keyword != UUID_MAGIC) in sharpsl_save_param()
52 sharpsl_param in sharpsl_save_param()
[all...]
H A DMakefile12 obj-$(CONFIG_SHARP_PARAM) += sharpsl_param.o
/kernel/linux/linux-6.6/arch/arm/common/
H A Dsharpsl_param.c13 #include <asm/mach/sharpsl_param.h>
38 struct sharpsl_param_info sharpsl_param; variable
39 EXPORT_SYMBOL(sharpsl_param); variable
45 memcpy(&sharpsl_param, params, sizeof(*params)); in sharpsl_save_param()
47 if (sharpsl_param.comadj_keyword != COMADJ_MAGIC) in sharpsl_save_param()
48 sharpsl_param.comadj=-1; in sharpsl_save_param()
50 if (sharpsl_param.phad_keyword != PHAD_MAGIC) in sharpsl_save_param()
51 sharpsl_param.phadadj=-1; in sharpsl_save_param()
53 if (sharpsl_param.uuid_keyword != UUID_MAGIC) in sharpsl_save_param()
54 sharpsl_param in sharpsl_save_param()
[all...]
H A DMakefile11 obj-$(CONFIG_SHARP_PARAM) += sharpsl_param.o
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dtosa_bl.c19 #include <asm/mach/sharpsl_param.h>
90 data->comadj = sharpsl_param.comadj == -1 ? COMADJ_DEFAULT : sharpsl_param.comadj; in tosa_bl_probe()
H A Dlocomolcd.c24 #include <asm/mach/sharpsl_param.h>
85 int comadj = sharpsl_param.comadj; in locomolcd_power()
H A Dcorgi_lcd.c24 #include <asm/mach/sharpsl_param.h>
194 adj = sharpsl_param.phadadj; in lcdtg_set_phadadj()
241 comadj = sharpsl_param.comadj; in corgi_lcd_power_on()
H A Dtosa_lcd.c20 #include <asm/mach/sharpsl_param.h>
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/
H A Dsharpsl_param.h31 extern struct sharpsl_param_info sharpsl_param;
/kernel/linux/linux-6.6/arch/arm/include/asm/mach/
H A Dsharpsl_param.h31 extern struct sharpsl_param_info sharpsl_param;
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dlocomolcd.c24 #include <asm/mach/sharpsl_param.h>
85 int comadj = sharpsl_param.comadj; in locomolcd_power()
H A Dcorgi_lcd.c24 #include <asm/mach/sharpsl_param.h>
194 adj = sharpsl_param.phadadj; in lcdtg_set_phadadj()
241 comadj = sharpsl_param.comadj; in corgi_lcd_power_on()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dcollie.c50 #include <asm/mach/sharpsl_param.h>
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dpoodle.c51 #include <asm/mach/sharpsl_param.h>
H A Dcorgi.c56 #include <asm/mach/sharpsl_param.h>
H A Dspitz.c36 #include <asm/mach/sharpsl_param.h>
H A Dtosa.c55 #include <asm/mach/sharpsl_param.h>
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H A Dcollie.c49 #include <asm/mach/sharpsl_param.h>
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dcollie_battery.c18 #include <asm/mach/sharpsl_param.h>
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dcollie_battery.c20 #include <asm/mach/sharpsl_param.h>
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dspitz.c37 #include <asm/mach/sharpsl_param.h>

Completed in 13 milliseconds