Lines Matching refs:mipid_device

35 #define to_mipid_device(p)		container_of(p, struct mipid_device, \
37 struct mipid_device { struct
53 void (*esd_check)(struct mipid_device *m); argument
56 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, in mipid_transfer()
113 static inline void mipid_cmd(struct mipid_device *md, int cmd) in mipid_cmd()
118 static inline void mipid_write(struct mipid_device *md, in mipid_write()
124 static inline void mipid_read(struct mipid_device *md, in mipid_read()
130 static void set_data_lines(struct mipid_device *md, int data_lines) in set_data_lines()
148 static void send_init_string(struct mipid_device *md) in send_init_string()
156 static void hw_guard_start(struct mipid_device *md, int guard_msec) in hw_guard_start()
162 static void hw_guard_wait(struct mipid_device *md) in hw_guard_wait()
172 static void set_sleep_mode(struct mipid_device *md, int on) in set_sleep_mode()
194 static void set_display_state(struct mipid_device *md, int enabled) in set_display_state()
203 struct mipid_device *md = to_mipid_device(panel); in mipid_set_bklight_level()
221 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_level()
231 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_max()
245 static u16 read_first_pixel(struct mipid_device *md) in read_first_pixel()
275 struct mipid_device *md = to_mipid_device(panel); in mipid_run_test()
312 static void ls041y3_esd_recover(struct mipid_device *md) in ls041y3_esd_recover()
319 static void ls041y3_esd_check_mode1(struct mipid_device *md) in ls041y3_esd_check_mode1()
335 static void ls041y3_esd_check_mode2(struct mipid_device *md) in ls041y3_esd_check_mode2()
371 static void ls041y3_esd_check(struct mipid_device *md) in ls041y3_esd_check()
378 static void mipid_esd_start_check(struct mipid_device *md) in mipid_esd_start_check()
385 static void mipid_esd_stop_check(struct mipid_device *md) in mipid_esd_stop_check()
393 struct mipid_device *md = container_of(work, struct mipid_device, in mipid_esd_work()
404 struct mipid_device *md = to_mipid_device(panel); in mipid_enable()
425 struct mipid_device *md = to_mipid_device(panel); in mipid_disable()
447 static int panel_enabled(struct mipid_device *md) in panel_enabled()
464 struct mipid_device *md = to_mipid_device(panel); in mipid_init()
482 struct mipid_device *md = to_mipid_device(panel); in mipid_cleanup()
513 static int mipid_detect(struct mipid_device *md) in mipid_detect()
552 struct mipid_device *md; in mipid_spi_probe()
587 struct mipid_device *md = dev_get_drvdata(&spi->dev); in mipid_spi_remove()