Lines Matching defs:ld
30 struct lcd_device *ld; in fb_notifier_callback() local
51 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
58 static void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
63 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
68 static inline void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
77 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_show() local
93 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_store() local
118 struct lcd_device *ld = to_lcd_device(dev); in contrast_show() local
132 struct lcd_device *ld = to_lcd_device(dev); in contrast_store() local
156 struct lcd_device *ld = to_lcd_device(dev); in max_contrast_show() local
166 struct lcd_device *ld = to_lcd_device(dev); in lcd_device_release() local
235 void lcd_device_unregister(struct lcd_device *ld) in lcd_device_unregister()
308 void devm_lcd_device_unregister(struct device *dev, struct lcd_device *ld) in devm_lcd_device_unregister()