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

/linux-4.1.27/drivers/video/backlight/
H A Dlp855x_bl.c54 * @pre_init_device: init device function call before updating the brightness
60 int (*pre_init_device)(struct lp855x *); member in struct:lp855x_device_config
154 .pre_init_device = lp8557_bl_off,
161 * a) pre_init_device(optional)
190 if (lp->cfg->pre_init_device) { lp855x_configure()
191 ret = lp->cfg->pre_init_device(lp); lp855x_configure()

Completed in 169 milliseconds