Home
last modified time | relevance | path

Searched refs:pre_init_device (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dlp855x_bl.c51 * @pre_init_device: init device function call before updating the brightness
57 int (*pre_init_device)(struct lp855x *); member
153 .pre_init_device = lp8557_bl_off,
160 * a) pre_init_device(optional)
189 if (lp->cfg->pre_init_device) { in lp855x_configure()
190 ret = lp->cfg->pre_init_device(lp); in lp855x_configure()
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dlp855x_bl.c52 * @pre_init_device: init device function call before updating the brightness
58 int (*pre_init_device)(struct lp855x *); member
155 .pre_init_device = lp8557_bl_off,
162 * a) pre_init_device(optional)
175 if (lp->cfg->pre_init_device) { in lp855x_configure()
176 ret = lp->cfg->pre_init_device(lp); in lp855x_configure()

Completed in 3 milliseconds