Searched refs:platform_lcd (Results 1 – 2 of 2) sorted by relevance
2 /* drivers/video/backlight/platform_lcd.c15 #include <video/platform_lcd.h>17 struct platform_lcd { struct 26 static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd) in to_our_lcd() argument 33 struct platform_lcd *plcd = to_our_lcd(lcd); in platform_lcd_get_power() 40 struct platform_lcd *plcd = to_our_lcd(lcd); in platform_lcd_set_power() 54 struct platform_lcd *plcd = to_our_lcd(lcd); in platform_lcd_controls_device() 68 struct platform_lcd *plcd; in platform_lcd_probe() 84 plcd = devm_kzalloc(&pdev->dev, sizeof(struct platform_lcd), in platform_lcd_probe() 107 struct platform_lcd *plc in platform_lcd_suspend() [all...]
16 obj-$(CONFIG_LCD_PLATFORM) += platform_lcd.o