Searched refs:to_lcd_device (Results 1 – 2 of 2) sorted by relevance
76 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_show()92 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_store()117 struct lcd_device *ld = to_lcd_device(dev); in contrast_show()131 struct lcd_device *ld = to_lcd_device(dev); in contrast_store()155 struct lcd_device *ld = to_lcd_device(dev); in max_contrast_show()163 struct lcd_device *ld = to_lcd_device(dev); in lcd_device_release()
143 #define to_lcd_device(obj) container_of(obj, struct lcd_device, dev) macro