Home
last modified time | relevance | path

Searched refs:backlight_ops (Results 1 – 25 of 113) sorted by relevance

12345

/linux-6.1.9/drivers/video/backlight/
Dapple_bl.c36 const struct backlight_ops backlight_ops; member
84 .backlight_ops = {
129 .backlight_ops = {
164 intensity = hw_data->backlight_ops.get_brightness(NULL); in apple_bl_add()
168 if (!hw_data->backlight_ops.get_brightness(NULL)) in apple_bl_add()
182 NULL, NULL, &hw_data->backlight_ops, &props); in apple_bl_add()
190 hw_data->backlight_ops.get_brightness(apple_backlight_device); in apple_bl_add()
Dipaq_micro_bl.c42 static const struct backlight_ops micro_bl_ops = {
Drave-sp-backlight.c35 static const struct backlight_ops rave_sp_backlight_ops = {
Djornada720_bl.c99 static const struct backlight_ops jornada_bl_ops = {
Dep93xx_bl.c49 static const struct backlight_ops ep93xxbl_ops = {
Dgpio_backlight.c41 static const struct backlight_ops gpio_backlight_ops = {
Dhp680_bl.c96 static const struct backlight_ops hp680bl_ops = {
Dpcf50633-backlight.c88 static const struct backlight_ops pcf50633_bl_ops = {
Dpandora_bl.c104 static const struct backlight_ops pandora_backlight_ops = {
Dda903x_bl.c90 static const struct backlight_ops da903x_backlight_ops = {
Dkb3886_bl.c128 static const struct backlight_ops kb3886bl_ops = {
Dlv5207lp.c73 static const struct backlight_ops lv5207lp_backlight_ops = {
Dda9052_bl.c100 static const struct backlight_ops da9052_backlight_ops = {
Domap1_bl.c114 static const struct backlight_ops omapbl_ops = {
Dtosa_bl.c73 static const struct backlight_ops bl_ops = {
/linux-6.1.9/include/linux/
Dbacklight.h120 struct backlight_ops { struct
312 const struct backlight_ops *ops;
431 const struct backlight_ops *ops,
436 const struct backlight_ops *ops,
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_backlight.c89 static const struct backlight_ops nv40_bl_ops = {
98 const struct backlight_ops **ops) in nv40_backlight_init()
141 static const struct backlight_ops nv50_bl_ops = {
234 static const struct backlight_ops nv50_edp_bl_ops = {
279 static const struct backlight_ops nva3_bl_ops = {
293 const struct backlight_ops **ops) in nv50_backlight_init()
361 const struct backlight_ops *ops; in nouveau_backlight_init()
/linux-6.1.9/drivers/macintosh/
Dvia-pmu-backlight.c18 static const struct backlight_ops pmu_backlight_data;
113 static const struct backlight_ops pmu_backlight_data = {
/linux-6.1.9/scripts/
Dconst_structs.checkpatch3 backlight_ops
/linux-6.1.9/drivers/gpu/drm/shmobile/
Dshmob_drm_backlight.c35 static const struct backlight_ops shmob_drm_backlight_ops = {
/linux-6.1.9/drivers/gpu/drm/gma500/
Dbacklight.c67 static const struct backlight_ops gma_backlight_ops __maybe_unused = {
/linux-6.1.9/drivers/platform/x86/
Dnvidia-wmi-ec-backlight.c82 static const struct backlight_ops nvidia_wmi_ec_backlight_ops = {
Dsamsung-q10.c45 static const struct backlight_ops samsungq10_bl_ops = {
/linux-6.1.9/drivers/video/fbdev/nvidia/
Dnv_backlight.c82 static const struct backlight_ops nvidia_bl_ops = {
/linux-6.1.9/drivers/hid/
Dhid-picolcd_backlight.c47 static const struct backlight_ops picolcd_blops = {

12345