Lines Matching defs:ld
48 struct lcd_device *ld = container_of(self, struct lcd_device, fb_notif); in fb_notifier_callback() local
77 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
84 static void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
89 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb()
94 static inline void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb()
103 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_show() local
119 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_store() local
144 struct lcd_device *ld = to_lcd_device(dev); in contrast_show() local
158 struct lcd_device *ld = to_lcd_device(dev); in contrast_store() local
182 struct lcd_device *ld = to_lcd_device(dev); in max_contrast_show() local
190 struct lcd_device *ld = to_lcd_device(dev); in lcd_device_release() local
264 void lcd_device_unregister(struct lcd_device *ld) in lcd_device_unregister()
337 void devm_lcd_device_unregister(struct device *dev, struct lcd_device *ld) in devm_lcd_device_unregister()