Symbol: lcd_ops
drivers/hid/hid-picolcd_lcd.c
44
static const struct lcd_ops picolcd_lcdops = {
drivers/video/backlight/ams369fg06.c
429
static const struct lcd_ops ams369fg06_lcd_ops = {
drivers/video/backlight/corgi_lcd.c
382
static const struct lcd_ops corgi_lcd_ops = {
drivers/video/backlight/hx8357.c
562
static const struct lcd_ops hx8357_ops = {
drivers/video/backlight/ili922x.c
474
static const struct lcd_ops ili922x_ops = {
drivers/video/backlight/ili9320.c
163
static const struct lcd_ops ili9320_ops = {
drivers/video/backlight/jornada720_lcd.c
84
static const struct lcd_ops jornada_lcd_props = {
drivers/video/backlight/l4f00242t03.c
161
static const struct lcd_ops l4f_ops = {
drivers/video/backlight/lcd.c
193
void *devdata, const struct lcd_ops *ops)
drivers/video/backlight/lcd.c
280
void *devdata, const struct lcd_ops *ops)
drivers/video/backlight/lms283gf05.c
142
static const struct lcd_ops lms_ops = {
drivers/video/backlight/lms501kf03.c
305
static const struct lcd_ops lms501kf03_lcd_ops = {
drivers/video/backlight/ltv350qv.c
219
static const struct lcd_ops ltv_ops = {
drivers/video/backlight/otm3225a.c
208
static const struct lcd_ops otm3225a_ops = {
drivers/video/backlight/platform_lcd.c
59
static const struct lcd_ops platform_lcd_ops = {
drivers/video/backlight/tdo24m.c
324
static const struct lcd_ops tdo24m_ops = {
drivers/video/fbdev/clps711x-fb.c
193
static const struct lcd_ops clps711x_lcd_ops = {
drivers/video/fbdev/imxfb.c
850
static const struct lcd_ops imxfb_lcd_ops = {
drivers/video/fbdev/omap/lcd_ams_delta.c
79
static const struct lcd_ops ams_delta_lcd_ops = {
include/linux/lcd.h
122
struct device *parent, void *devdata, const struct lcd_ops *ops);
include/linux/lcd.h
125
void *devdata, const struct lcd_ops *ops);
include/linux/lcd.h
78
const struct lcd_ops *ops;