Searched defs:display_dev (Results 1 – 4 of 4) sorted by relevance
23 static void lcd_notify_blank(struct lcd_device *ld, struct device *display_dev, in lcd_notify_blank()36 void lcd_notify_blank_all(struct device *display_dev, int power) in lcd_notify_blank_all()47 static void lcd_notify_mode_change(struct lcd_device *ld, struct device *display_dev, in lcd_notify_mode_change()60 void lcd_notify_mode_change_all(struct device *display_dev, in lcd_notify_mode_change_all()
33 struct device *display_dev) in gpio_backlight_controls_device()
135 static inline void lcd_notify_blank_all(struct device *display_dev, int power) in lcd_notify_blank_all()138 static inline void lcd_notify_mode_change_all(struct device *display_dev, in lcd_notify_mode_change_all()
151 struct pci_dev *display_dev = NULL; in i915_gfx_present() local