Home
last modified time | relevance | path

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

12345

/Linux-v4.19/drivers/video/backlight/
Dapple_bl.c39 const struct backlight_ops backlight_ops; member
87 .backlight_ops = {
132 .backlight_ops = {
167 intensity = hw_data->backlight_ops.get_brightness(NULL); in apple_bl_add()
171 if (!hw_data->backlight_ops.get_brightness(NULL)) in apple_bl_add()
185 NULL, NULL, &hw_data->backlight_ops, &props); in apple_bl_add()
193 hw_data->backlight_ops.get_brightness(apple_backlight_device); in apple_bl_add()
Drave-sp-backlight.c35 static const struct backlight_ops rave_sp_backlight_ops = {
Dipaq_micro_bl.c44 static const struct backlight_ops micro_bl_ops = {
Dgeneric_bl.c50 static const struct backlight_ops genericbl_ops = {
Djornada720_bl.c103 static const struct backlight_ops jornada_bl_ops = {
Dep93xx_bl.c58 static const struct backlight_ops ep93xxbl_ops = {
Dot200_bl.c75 static const struct backlight_ops ot200_backlight_ops = {
Dpcf50633-backlight.c97 static const struct backlight_ops pcf50633_bl_ops = {
Dhp680_bl.c100 static const struct backlight_ops hp680bl_ops = {
Dkb3886_bl.c136 static const struct backlight_ops kb3886bl_ops = {
Dpandora_bl.c107 static const struct backlight_ops pandora_backlight_ops = {
Dda903x_bl.c104 static const struct backlight_ops da903x_backlight_ops = {
Dda9052_bl.c105 static const struct backlight_ops da9052_backlight_ops = {
Dlv5207lp.c81 static const struct backlight_ops lv5207lp_backlight_ops = {
Dtosa_bl.c76 static const struct backlight_ops bl_ops = {
Domap1_bl.c127 static const struct backlight_ops omapbl_ops = {
Dgpio_backlight.c54 static const struct backlight_ops gpio_backlight_ops = {
/Linux-v4.19/include/linux/
Dbacklight.h52 struct backlight_ops { struct
100 const struct backlight_ops *ops;
171 struct device *dev, void *devdata, const struct backlight_ops *ops,
175 void *devdata, const struct backlight_ops *ops,
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_backlight.c89 static const struct backlight_ops nv40_bl_ops = {
161 static const struct backlight_ops nv50_bl_ops = {
206 static const struct backlight_ops nva3_bl_ops = {
220 const struct backlight_ops *ops; in nv50_backlight_init()
/Linux-v4.19/drivers/macintosh/
Dvia-pmu-backlight.c19 static const struct backlight_ops pmu_backlight_data;
114 static const struct backlight_ops pmu_backlight_data = {
/Linux-v4.19/scripts/
Dconst_structs.checkpatch3 backlight_ops
/Linux-v4.19/drivers/gpu/drm/shmobile/
Dshmob_drm_backlight.c43 static const struct backlight_ops shmob_drm_backlight_ops = {
/Linux-v4.19/drivers/platform/x86/
Dsamsung-q10.c49 static const struct backlight_ops samsungq10_bl_ops = {
/Linux-v4.19/drivers/video/fbdev/nvidia/
Dnv_backlight.c85 static const struct backlight_ops nvidia_bl_ops = {
/Linux-v4.19/drivers/hid/
Dhid-picolcd_backlight.c57 static const struct backlight_ops picolcd_blops = {

12345