Home
last modified time | relevance | path

Searched refs:to_lcd_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/backlight/
Dlcd.c96 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()
/linux-4.4.14/include/linux/
Dlcd.h122 #define to_lcd_device(obj) container_of(obj, struct lcd_device, dev) macro