Home
last modified time | relevance | path

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

12345

/linux-6.15/include/linux/
H A Dbacklight.h164 struct backlight_properties { struct
251 struct backlight_properties props; argument
395 const struct backlight_properties *props);
400 const struct backlight_properties *props);
/linux-6.15/arch/powerpc/platforms/powermac/
H A Dbacklight.c73 struct backlight_properties *props; in pmac_backlight_key_worker()
112 struct backlight_properties *props; in __pmac_backlight_set_legacy_brightness()
161 struct backlight_properties *props; in pmac_backlight_get_legacy_brightness()
/linux-6.15/drivers/video/backlight/
H A 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 = {
H A Djornada720_bl.c106 struct backlight_properties props; in jornada_bl_probe()
110 memset(&props, 0, sizeof(struct backlight_properties)); in jornada_bl_probe()
H A Dep93xx_bl.c57 struct backlight_properties props; in ep93xxbl_probe()
82 memset(&props, 0, sizeof(struct backlight_properties)); in ep93xxbl_probe()
H A Dapple_dwi_bl.c76 struct backlight_properties props; in dwi_bl_probe()
87 memset(&props, 0, sizeof(struct backlight_properties)); in dwi_bl_probe()
H A Dhp680_bl.c102 struct backlight_properties props; in hp680bl_probe()
105 memset(&props, 0, sizeof(struct backlight_properties)); in hp680bl_probe()
H A Domap1_bl.c111 struct backlight_properties props; in omapbl_probe()
124 memset(&props, 0, sizeof(struct backlight_properties)); in omapbl_probe()
H A Dkb3886_bl.c135 struct backlight_properties props; in kb3886bl_probe()
142 memset(&props, 0, sizeof(struct backlight_properties)); in kb3886bl_probe()
H A Dda9052_bl.c107 struct backlight_properties props; in da9052_backlight_probe()
119 memset(&props, 0, sizeof(struct backlight_properties)); in da9052_backlight_probe()
H A Dlp8788_bl.c79 struct backlight_properties props; in lp8788_backlight_register()
81 memset(&props, 0, sizeof(struct backlight_properties)); in lp8788_backlight_register()
H A Dapple_bl.c139 struct backlight_properties props; in apple_bl_add()
178 memset(&props, 0, sizeof(struct backlight_properties)); in apple_bl_add()
H A Dlocomolcd.c173 struct backlight_properties props; in locomolcd_probe()
183 memset(&props, 0, sizeof(struct backlight_properties)); in locomolcd_probe()
H A Daat2870_bl.c102 struct backlight_properties props; in aat2870_bl_probe()
125 memset(&props, 0, sizeof(struct backlight_properties)); in aat2870_bl_probe()
H A Dmax8925_bl.c124 struct backlight_properties props; in max8925_backlight_probe()
150 memset(&props, 0, sizeof(struct backlight_properties)); in max8925_backlight_probe()
H A Drt4831-backlight.c90 struct backlight_properties *bl_props) in rt4831_parse_backlight_properties()
171 struct backlight_properties bl_props = { .type = BACKLIGHT_RAW, in rt4831_bl_probe()
H A Dtps65217_bl.c258 struct backlight_properties bl_props; in tps65217_bl_probe()
277 memset(&bl_props, 0, sizeof(struct backlight_properties)); in tps65217_bl_probe()
H A Dled_bl.c177 struct backlight_properties props; in led_bl_probe()
199 memset(&props, 0, sizeof(struct backlight_properties)); in led_bl_probe()
/linux-6.15/drivers/platform/x86/
H A Dsamsung-q10.c52 struct backlight_properties props; in samsungq10_probe()
55 memset(&props, 0, sizeof(struct backlight_properties)); in samsungq10_probe()
H A Dmsi-wmi.c218 struct backlight_properties props; in msi_wmi_backlight_setup()
220 memset(&props, 0, sizeof(struct backlight_properties)); in msi_wmi_backlight_setup()
/linux-6.15/drivers/video/fbdev/nvidia/
H A Dnv_backlight.c82 struct backlight_properties props; in nvidia_bl_init()
98 memset(&props, 0, sizeof(struct backlight_properties)); in nvidia_bl_init()
/linux-6.15/drivers/macintosh/
H A Dvia-pmu-backlight.c137 struct backlight_properties props; in pmu_backlight_init()
155 memset(&props, 0, sizeof(struct backlight_properties)); in pmu_backlight_init()
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_backlight.c98 struct backlight_properties *props, in nv40_backlight_init()
233 struct backlight_properties *props, in nv50_backlight_init()
297 struct backlight_properties props = {0}; in nouveau_backlight_init()
/linux-6.15/drivers/video/fbdev/aty/
H A Dradeon_backlight.c125 struct backlight_properties props; in radeonfb_bl_init()
147 memset(&props, 0, sizeof(struct backlight_properties)); in radeonfb_bl_init()
/linux-6.15/drivers/platform/x86/intel/
H A Doaktrail.c233 struct backlight_properties props; in oaktrail_backlight_init()
235 memset(&props, 0, sizeof(struct backlight_properties)); in oaktrail_backlight_init()

12345