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()101 struct lcd_device *ld = to_lcd_device(dev); in lcd_store_power()125 struct lcd_device *ld = to_lcd_device(dev); in lcd_show_contrast()140 struct lcd_device *ld = to_lcd_device(dev); in lcd_store_contrast()163 struct lcd_device *ld = to_lcd_device(dev); in lcd_show_max_contrast()172 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