Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/video/backlight/
Dtosa_bl.c56 struct backlight_properties *props = &dev->props; in tosa_bl_update_status()
71 struct backlight_properties *props = &dev->props; in tosa_bl_get_brightness()
84 struct backlight_properties props; in tosa_bl_probe()
105 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.c58 struct backlight_properties props; in genericbl_probe()
70 memset(&props, 0, sizeof(struct backlight_properties)); in genericbl_probe()
Djornada720_bl.c111 struct backlight_properties props; in jornada_bl_probe()
115 memset(&props, 0, sizeof(struct backlight_properties)); in jornada_bl_probe()
Dep93xx_bl.c67 struct backlight_properties props; in ep93xxbl_probe()
92 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.c143 struct backlight_properties props; in kb3886bl_probe()
150 memset(&props, 0, sizeof(struct backlight_properties)); in kb3886bl_probe()
Domap1_bl.c134 struct backlight_properties props; in omapbl_probe()
147 memset(&props, 0, sizeof(struct backlight_properties)); in omapbl_probe()
Dapple_bl.c142 struct backlight_properties props; in apple_bl_add()
181 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()
Dmax8925_bl.c139 struct backlight_properties props; in max8925_backlight_probe()
165 memset(&props, 0, sizeof(struct backlight_properties)); in max8925_backlight_probe()
Daat2870_bl.c127 struct backlight_properties props; in aat2870_bl_probe()
150 memset(&props, 0, sizeof(struct backlight_properties)); in aat2870_bl_probe()
Dcr_bllcd.c176 struct backlight_properties props; in cr_backlight_probe()
196 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.c49 static struct backlight_properties micro_bl_props = {
D88pm860x_bl.c201 struct backlight_properties props; in pm860x_backlight_probe()
241 memset(&props, 0, sizeof(struct backlight_properties)); in pm860x_backlight_probe()
/Linux-v4.19/include/linux/
Dbacklight.h68 struct backlight_properties { struct
91 struct backlight_properties props; argument
172 const struct backlight_properties *props);
176 const struct backlight_properties *props);
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dbacklight.c107 struct backlight_properties *props; in pmac_backlight_key_worker()
146 struct backlight_properties *props; in __pmac_backlight_set_legacy_brightness()
195 struct backlight_properties *props; in pmac_backlight_get_legacy_brightness()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_backlight.c100 struct backlight_properties props; in nv40_backlight_init()
108 memset(&props, 0, sizeof(struct backlight_properties)); in nv40_backlight_init()
218 struct backlight_properties props; in nv50_backlight_init()
241 memset(&props, 0, sizeof(struct backlight_properties)); in nv50_backlight_init()
/Linux-v4.19/drivers/platform/x86/
Dsamsung-q10.c56 struct backlight_properties props; in samsungq10_probe()
59 memset(&props, 0, sizeof(struct backlight_properties)); in samsungq10_probe()
Dintel_oaktrail.c248 struct backlight_properties props; in oaktrail_backlight_init()
250 memset(&props, 0, sizeof(struct backlight_properties)); in oaktrail_backlight_init()
Dmsi-wmi.c243 struct backlight_properties props; in msi_wmi_backlight_setup()
245 memset(&props, 0, sizeof(struct backlight_properties)); in msi_wmi_backlight_setup()
/Linux-v4.19/drivers/video/fbdev/nvidia/
Dnv_backlight.c91 struct backlight_properties props; in nvidia_bl_init()
107 memset(&props, 0, sizeof(struct backlight_properties)); in nvidia_bl_init()
/Linux-v4.19/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-v4.19/drivers/video/fbdev/aty/
Dradeon_backlight.c132 struct backlight_properties props; in radeonfb_bl_init()
154 memset(&props, 0, sizeof(struct backlight_properties)); in radeonfb_bl_init()

1234