Lines Matching defs:md

54 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf,  in mipid_transfer()
111 static inline void mipid_cmd(struct mipid_device *md, int cmd) in mipid_cmd()
116 static inline void mipid_write(struct mipid_device *md, in mipid_write()
122 static inline void mipid_read(struct mipid_device *md, in mipid_read()
128 static void set_data_lines(struct mipid_device *md, int data_lines) in set_data_lines()
146 static void send_init_string(struct mipid_device *md) in send_init_string()
154 static void hw_guard_start(struct mipid_device *md, int guard_msec) in hw_guard_start()
160 static void hw_guard_wait(struct mipid_device *md) in hw_guard_wait()
170 static void set_sleep_mode(struct mipid_device *md, int on) in set_sleep_mode()
192 static void set_display_state(struct mipid_device *md, int enabled) in set_display_state()
201 struct mipid_device *md = to_mipid_device(panel); in mipid_set_bklight_level() local
219 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_level() local
229 struct mipid_device *md = to_mipid_device(panel); in mipid_get_bklight_max() local
243 static u16 read_first_pixel(struct mipid_device *md) in read_first_pixel()
273 struct mipid_device *md = to_mipid_device(panel); in mipid_run_test() local
310 static void ls041y3_esd_recover(struct mipid_device *md) in ls041y3_esd_recover()
317 static void ls041y3_esd_check_mode1(struct mipid_device *md) in ls041y3_esd_check_mode1()
333 static void ls041y3_esd_check_mode2(struct mipid_device *md) in ls041y3_esd_check_mode2()
369 static void ls041y3_esd_check(struct mipid_device *md) in ls041y3_esd_check()
376 static void mipid_esd_start_check(struct mipid_device *md) in mipid_esd_start_check()
383 static void mipid_esd_stop_check(struct mipid_device *md) in mipid_esd_stop_check()
391 struct mipid_device *md = container_of(work, struct mipid_device, in mipid_esd_work() local
402 struct mipid_device *md = to_mipid_device(panel); in mipid_enable() local
423 struct mipid_device *md = to_mipid_device(panel); in mipid_disable() local
445 static int panel_enabled(struct mipid_device *md) in panel_enabled()
462 struct mipid_device *md = to_mipid_device(panel); in mipid_init() local
480 struct mipid_device *md = to_mipid_device(panel); in mipid_cleanup() local
511 static int mipid_detect(struct mipid_device *md) in mipid_detect()
550 struct mipid_device *md; in mipid_spi_probe() local
575 struct mipid_device *md = dev_get_drvdata(&spi->dev); in mipid_spi_remove() local