Lines Matching defs:ld
27 struct lcd_device *ld; in fb_notifier_callback() local
58 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
65 static void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
70 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
75 static inline void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
84 struct lcd_device *ld = to_lcd_device(dev); in lcd_show_power() local
100 struct lcd_device *ld = to_lcd_device(dev); in lcd_store_power() local
122 struct lcd_device *ld = to_lcd_device(dev); in lcd_show_contrast() local
136 struct lcd_device *ld = to_lcd_device(dev); in lcd_store_contrast() local
157 struct lcd_device *ld = to_lcd_device(dev); in lcd_show_max_contrast() local
166 struct lcd_device *ld = to_lcd_device(dev); in lcd_device_release() local
233 void lcd_device_unregister(struct lcd_device *ld) in lcd_device_unregister()