Lines Matching refs:mipid_device
47 #define to_mipid_device(p) container_of(p, struct mipid_device, \
49 struct mipid_device { struct
65 void (*esd_check)(struct mipid_device *m); argument
68 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, in mipid_transfer()
125 static inline void mipid_cmd(struct mipid_device *md, int cmd) in mipid_cmd()
130 static inline void mipid_write(struct mipid_device *md, in mipid_write()
136 static inline void mipid_read(struct mipid_device *md, in mipid_read()
142 static void set_data_lines(struct mipid_device *md, int data_lines) in set_data_lines()
160 static void send_init_string(struct mipid_device *md) in send_init_string()
168 static void hw_guard_start(struct mipid_device *md, int guard_msec) in hw_guard_start()
174 static void hw_guard_wait(struct mipid_device *md) in hw_guard_wait()
184 static void set_sleep_mode(struct mipid_device *md, int on) in set_sleep_mode()
206 static void set_display_state(struct mipid_device *md, int enabled) in set_display_state()
215 struct mipid_device *md = to_mipid_device(panel); in mipid_set_bklight_level()
233 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_level()
243 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_max()
257 static u16 read_first_pixel(struct mipid_device *md) in read_first_pixel()
287 struct mipid_device *md = to_mipid_device(panel); in mipid_run_test()
324 static void ls041y3_esd_recover(struct mipid_device *md) in ls041y3_esd_recover()
331 static void ls041y3_esd_check_mode1(struct mipid_device *md) in ls041y3_esd_check_mode1()
347 static void ls041y3_esd_check_mode2(struct mipid_device *md) in ls041y3_esd_check_mode2()
383 static void ls041y3_esd_check(struct mipid_device *md) in ls041y3_esd_check()
390 static void mipid_esd_start_check(struct mipid_device *md) in mipid_esd_start_check()
397 static void mipid_esd_stop_check(struct mipid_device *md) in mipid_esd_stop_check()
405 struct mipid_device *md = container_of(work, struct mipid_device, in mipid_esd_work()
416 struct mipid_device *md = to_mipid_device(panel); in mipid_enable()
437 struct mipid_device *md = to_mipid_device(panel); in mipid_disable()
459 static int panel_enabled(struct mipid_device *md) in panel_enabled()
476 struct mipid_device *md = to_mipid_device(panel); in mipid_init()
499 struct mipid_device *md = to_mipid_device(panel); in mipid_cleanup()
531 static int mipid_detect(struct mipid_device *md) in mipid_detect()
570 struct mipid_device *md; in mipid_spi_probe()
595 struct mipid_device *md = dev_get_drvdata(&spi->dev); in mipid_spi_remove()