Home
last modified time | relevance | path

Searched refs:bl_mode (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/video/backlight/
Dlp8788_bl.c39 enum lp8788_bl_ctrl_mode bl_mode; member
56 .bl_mode = LP8788_BL_REGISTER_ONLY,
87 cfg->bl_mode = pdata->bl_mode; in lp8788_backlight_configure()
106 switch (cfg->bl_mode) { in lp8788_backlight_configure()
116 dev_err(bl->lp->dev, "invalid mode: %d\n", cfg->bl_mode); in lp8788_backlight_configure()
120 bl->mode = cfg->bl_mode; in lp8788_backlight_configure()
/Linux-v4.19/include/linux/mfd/
Dlp8788.h229 enum lp8788_bl_ctrl_mode bl_mode; member