Searched refs:to_lcd_device (Results 1 – 2 of 2) sorted by relevance
96 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_show()112 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_store()137 struct lcd_device *ld = to_lcd_device(dev); in contrast_show()151 struct lcd_device *ld = to_lcd_device(dev); in contrast_store()175 struct lcd_device *ld = to_lcd_device(dev); in max_contrast_show()185 struct lcd_device *ld = to_lcd_device(dev); in lcd_device_release()
122 #define to_lcd_device(obj) container_of(obj, struct lcd_device, dev) macro