Searched refs:to_lcd_device (Results 1 – 2 of 2) sorted by relevance
103 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_show()119 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_store()144 struct lcd_device *ld = to_lcd_device(dev); in contrast_show()158 struct lcd_device *ld = to_lcd_device(dev); in contrast_store()182 struct lcd_device *ld = to_lcd_device(dev); in max_contrast_show()190 struct lcd_device *ld = to_lcd_device(dev); in lcd_device_release()
128 #define to_lcd_device(obj) container_of(obj, struct lcd_device, dev) macro