Home
last modified time | relevance | path

Searched refs:backlight_properties (Results 1 – 25 of 96) sorted by relevance

1234

/Linux-v5.4/drivers/video/backlight/
Dtosa_bl.c52 struct backlight_properties *props = &dev->props; in tosa_bl_update_status()
67 struct backlight_properties *props = &dev->props; in tosa_bl_get_brightness()
80 struct backlight_properties props; in tosa_bl_probe()
101 memset(&props, 0, sizeof(struct backlight_properties)); in tosa_bl_probe()
Drave-sp-backlight.c20 const struct backlight_properties *p = &bd->props; in rave_sp_backlight_update_status()
40 static struct backlight_properties rave_sp_backlight_props = {
Dgeneric_bl.c54 struct backlight_properties props; in genericbl_probe()
66 memset(&props, 0, sizeof(struct backlight_properties)); in genericbl_probe()
Djornada720_bl.c107 struct backlight_properties props; in jornada_bl_probe()
111 memset(&props, 0, sizeof(struct backlight_properties)); in jornada_bl_probe()
Dep93xx_bl.c64 struct backlight_properties props; in ep93xxbl_probe()
89 memset(&props, 0, sizeof(struct backlight_properties)); in ep93xxbl_probe()
Dhp680_bl.c107 struct backlight_properties props; in hp680bl_probe()
110 memset(&props, 0, sizeof(struct backlight_properties)); in hp680bl_probe()
Dkb3886_bl.c139 struct backlight_properties props; in kb3886bl_probe()
146 memset(&props, 0, sizeof(struct backlight_properties)); in kb3886bl_probe()
Domap1_bl.c121 struct backlight_properties props; in omapbl_probe()
134 memset(&props, 0, sizeof(struct backlight_properties)); in omapbl_probe()
Dapple_bl.c139 struct backlight_properties props; in apple_bl_add()
178 memset(&props, 0, sizeof(struct backlight_properties)); in apple_bl_add()
Dlocomolcd.c180 struct backlight_properties props; in locomolcd_probe()
198 memset(&props, 0, sizeof(struct backlight_properties)); in locomolcd_probe()
Daat2870_bl.c114 struct backlight_properties props; in aat2870_bl_probe()
137 memset(&props, 0, sizeof(struct backlight_properties)); in aat2870_bl_probe()
Dmax8925_bl.c136 struct backlight_properties props; in max8925_backlight_probe()
162 memset(&props, 0, sizeof(struct backlight_properties)); in max8925_backlight_probe()
Dcr_bllcd.c162 struct backlight_properties props; in cr_backlight_probe()
182 memset(&props, 0, sizeof(struct backlight_properties)); in cr_backlight_probe()
Dtps65217_bl.c275 struct backlight_properties bl_props; in tps65217_bl_probe()
294 memset(&bl_props, 0, sizeof(struct backlight_properties)); in tps65217_bl_probe()
Dipaq_micro_bl.c47 static struct backlight_properties micro_bl_props = {
D88pm860x_bl.c198 struct backlight_properties props; in pm860x_backlight_probe()
238 memset(&props, 0, sizeof(struct backlight_properties)); in pm860x_backlight_probe()
/Linux-v5.4/include/linux/
Dbacklight.h74 struct backlight_properties { struct
99 struct backlight_properties props; argument
180 const struct backlight_properties *props);
184 const struct backlight_properties *props);
/Linux-v5.4/arch/powerpc/platforms/powermac/
Dbacklight.c108 struct backlight_properties *props; in pmac_backlight_key_worker()
147 struct backlight_properties *props; in __pmac_backlight_set_legacy_brightness()
196 struct backlight_properties *props; in pmac_backlight_get_legacy_brightness()
/Linux-v5.4/drivers/platform/x86/
Dsamsung-q10.c52 struct backlight_properties props; in samsungq10_probe()
55 memset(&props, 0, sizeof(struct backlight_properties)); in samsungq10_probe()
Dintel_oaktrail.c234 struct backlight_properties props; in oaktrail_backlight_init()
236 memset(&props, 0, sizeof(struct backlight_properties)); in oaktrail_backlight_init()
Dmsi-wmi.c230 struct backlight_properties props; in msi_wmi_backlight_setup()
232 memset(&props, 0, sizeof(struct backlight_properties)); in msi_wmi_backlight_setup()
/Linux-v5.4/drivers/video/fbdev/nvidia/
Dnv_backlight.c88 struct backlight_properties props; in nvidia_bl_init()
104 memset(&props, 0, sizeof(struct backlight_properties)); in nvidia_bl_init()
/Linux-v5.4/drivers/macintosh/
Dvia-pmu-backlight.c142 struct backlight_properties props; in pmu_backlight_init()
160 memset(&props, 0, sizeof(struct backlight_properties)); in pmu_backlight_init()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_backlight.c100 struct backlight_properties *props, in nv40_backlight_init()
199 struct backlight_properties *props, in nv50_backlight_init()
229 struct backlight_properties props = {0}; in nouveau_backlight_init()
/Linux-v5.4/drivers/video/fbdev/aty/
Dradeon_backlight.c129 struct backlight_properties props; in radeonfb_bl_init()
151 memset(&props, 0, sizeof(struct backlight_properties)); in radeonfb_bl_init()

1234