Symbol: mipid_device
drivers/video/fbdev/omap/lcd_mipid.c
113
static inline void mipid_cmd(struct mipid_device *md, int cmd)
drivers/video/fbdev/omap/lcd_mipid.c
118
static inline void mipid_write(struct mipid_device *md,
drivers/video/fbdev/omap/lcd_mipid.c
124
static inline void mipid_read(struct mipid_device *md,
drivers/video/fbdev/omap/lcd_mipid.c
130
static void set_data_lines(struct mipid_device *md, int data_lines)
drivers/video/fbdev/omap/lcd_mipid.c
148
static void send_init_string(struct mipid_device *md)
drivers/video/fbdev/omap/lcd_mipid.c
156
static void hw_guard_start(struct mipid_device *md, int guard_msec)
drivers/video/fbdev/omap/lcd_mipid.c
162
static void hw_guard_wait(struct mipid_device *md)
drivers/video/fbdev/omap/lcd_mipid.c
172
static void set_sleep_mode(struct mipid_device *md, int on)
drivers/video/fbdev/omap/lcd_mipid.c
194
static void set_display_state(struct mipid_device *md, int enabled)
drivers/video/fbdev/omap/lcd_mipid.c
203
struct mipid_device *md = to_mipid_device(panel);
drivers/video/fbdev/omap/lcd_mipid.c
221
struct mipid_device *md = to_mipid_device(panel);
drivers/video/fbdev/omap/lcd_mipid.c
231
struct mipid_device *md = to_mipid_device(panel);
drivers/video/fbdev/omap/lcd_mipid.c
245
static u16 read_first_pixel(struct mipid_device *md)
drivers/video/fbdev/omap/lcd_mipid.c
275
struct mipid_device *md = to_mipid_device(panel);
drivers/video/fbdev/omap/lcd_mipid.c
312
static void ls041y3_esd_recover(struct mipid_device *md)
drivers/video/fbdev/omap/lcd_mipid.c
319
static void ls041y3_esd_check_mode1(struct mipid_device *md)
drivers/video/fbdev/omap/lcd_mipid.c
335
static void ls041y3_esd_check_mode2(struct mipid_device *md)
drivers/video/fbdev/omap/lcd_mipid.c
35
#define to_mipid_device(p) container_of(p, struct mipid_device, \
drivers/video/fbdev/omap/lcd_mipid.c
371
static void ls041y3_esd_check(struct mipid_device *md)
drivers/video/fbdev/omap/lcd_mipid.c
378
static void mipid_esd_start_check(struct mipid_device *md)
drivers/video/fbdev/omap/lcd_mipid.c
385
static void mipid_esd_stop_check(struct mipid_device *md)
drivers/video/fbdev/omap/lcd_mipid.c
393
struct mipid_device *md = container_of(work, struct mipid_device,
drivers/video/fbdev/omap/lcd_mipid.c
404
struct mipid_device *md = to_mipid_device(panel);
drivers/video/fbdev/omap/lcd_mipid.c
425
struct mipid_device *md = to_mipid_device(panel);
drivers/video/fbdev/omap/lcd_mipid.c
447
static int panel_enabled(struct mipid_device *md)
drivers/video/fbdev/omap/lcd_mipid.c
464
struct mipid_device *md = to_mipid_device(panel);
drivers/video/fbdev/omap/lcd_mipid.c
482
struct mipid_device *md = to_mipid_device(panel);
drivers/video/fbdev/omap/lcd_mipid.c
513
static int mipid_detect(struct mipid_device *md)
drivers/video/fbdev/omap/lcd_mipid.c
53
void (*esd_check)(struct mipid_device *m);
drivers/video/fbdev/omap/lcd_mipid.c
552
struct mipid_device *md;
drivers/video/fbdev/omap/lcd_mipid.c
56
static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf,
drivers/video/fbdev/omap/lcd_mipid.c
587
struct mipid_device *md = dev_get_drvdata(&spi->dev);