Searched refs:mipid_device (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/video/fbdev/omap/ |
H A D | lcd_mipid.c | 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() [all …]
|