Home
last modified time | relevance | path

Searched refs:lcd_notify_mode_change_all (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dlcd.h132 void lcd_notify_mode_change_all(struct device *display_dev,
138 static inline void lcd_notify_mode_change_all(struct device *display_dev, in lcd_notify_mode_change_all() function
/linux/drivers/video/backlight/
H A Dlcd.c60 void lcd_notify_mode_change_all(struct device *display_dev, in lcd_notify_mode_change_all() function
70 EXPORT_SYMBOL(lcd_notify_mode_change_all);
/linux/drivers/video/fbdev/core/
H A Dfbmem.c228 lcd_notify_mode_change_all(info->device, mode->xres, mode->yres); in fb_lcd_notify_mode_change()