• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/

Lines Matching refs:mipid_device

46 #define to_mipid_device(p)		container_of(p, struct mipid_device, \
48 struct mipid_device {
64 void (*esd_check)(struct mipid_device *m);
67 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf,
124 static inline void mipid_cmd(struct mipid_device *md, int cmd)
129 static inline void mipid_write(struct mipid_device *md,
135 static inline void mipid_read(struct mipid_device *md,
141 static void set_data_lines(struct mipid_device *md, int data_lines)
159 static void send_init_string(struct mipid_device *md)
167 static void hw_guard_start(struct mipid_device *md, int guard_msec)
173 static void hw_guard_wait(struct mipid_device *md)
183 static void set_sleep_mode(struct mipid_device *md, int on)
205 static void set_display_state(struct mipid_device *md, int enabled)
214 struct mipid_device *md = to_mipid_device(panel);
232 struct mipid_device *md = to_mipid_device(panel);
242 struct mipid_device *md = to_mipid_device(panel);
256 static u16 read_first_pixel(struct mipid_device *md)
286 struct mipid_device *md = to_mipid_device(panel);
323 static void ls041y3_esd_recover(struct mipid_device *md)
330 static void ls041y3_esd_check_mode1(struct mipid_device *md)
346 static void ls041y3_esd_check_mode2(struct mipid_device *md)
382 static void ls041y3_esd_check(struct mipid_device *md)
389 static void mipid_esd_start_check(struct mipid_device *md)
396 static void mipid_esd_stop_check(struct mipid_device *md)
404 struct mipid_device *md = container_of(work, struct mipid_device,
415 struct mipid_device *md = to_mipid_device(panel);
436 struct mipid_device *md = to_mipid_device(panel);
458 static int panel_enabled(struct mipid_device *md)
475 struct mipid_device *md = to_mipid_device(panel);
498 struct mipid_device *md = to_mipid_device(panel);
530 static int mipid_detect(struct mipid_device *md)
569 struct mipid_device *md;
594 struct mipid_device *md = dev_get_drvdata(&spi->dev);