Lines Matching defs:ld
29 struct lcd_device *ld; in fb_notifier_callback() local
70 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
77 static void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
82 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
87 static inline void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
96 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_show() local
112 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_store() local
137 struct lcd_device *ld = to_lcd_device(dev); in contrast_show() local
151 struct lcd_device *ld = to_lcd_device(dev); in contrast_store() local
175 struct lcd_device *ld = to_lcd_device(dev); in max_contrast_show() local
185 struct lcd_device *ld = to_lcd_device(dev); in lcd_device_release() local
253 void lcd_device_unregister(struct lcd_device *ld) in lcd_device_unregister()
326 void devm_lcd_device_unregister(struct device *dev, struct lcd_device *ld) in devm_lcd_device_unregister()