Searched refs:to_lcd_device (Results 1 – 2 of 2) sorted by relevance
84 struct lcd_device *ld = to_lcd_device(dev); in lcd_show_power()100 struct lcd_device *ld = to_lcd_device(dev); in lcd_store_power()122 struct lcd_device *ld = to_lcd_device(dev); in lcd_show_contrast()136 struct lcd_device *ld = to_lcd_device(dev); in lcd_store_contrast()157 struct lcd_device *ld = to_lcd_device(dev); in lcd_show_max_contrast()166 struct lcd_device *ld = to_lcd_device(dev); in lcd_device_release()
107 #define to_lcd_device(obj) container_of(obj, struct lcd_device, dev) macro