Lines Matching defs:md

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() local
233 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_level() local
243 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_max() local
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() local
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() local
416 struct mipid_device *md = to_mipid_device(panel); in mipid_enable() local
437 struct mipid_device *md = to_mipid_device(panel); in mipid_disable() local
459 static int panel_enabled(struct mipid_device *md) in panel_enabled()
476 struct mipid_device *md = to_mipid_device(panel); in mipid_init() local
499 struct mipid_device *md = to_mipid_device(panel); in mipid_cleanup() local
531 static int mipid_detect(struct mipid_device *md) in mipid_detect()
570 struct mipid_device *md; in mipid_spi_probe() local
595 struct mipid_device *md = dev_get_drvdata(&spi->dev); in mipid_spi_remove() local