Searched refs:mipid_device (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/video/fbdev/omap/ |
| D | lcd_mipid.c | 47 #define to_mipid_device(p) container_of(p, struct mipid_device, \ 49 struct mipid_device { struct 64 void (*esd_check)(struct mipid_device *m); argument 67 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, in mipid_transfer() 124 static inline void mipid_cmd(struct mipid_device *md, int cmd) in mipid_cmd() 129 static inline void mipid_write(struct mipid_device *md, in mipid_write() 135 static inline void mipid_read(struct mipid_device *md, in mipid_read() 141 static void set_data_lines(struct mipid_device *md, int data_lines) in set_data_lines() 159 static void send_init_string(struct mipid_device *md) in send_init_string() 167 static void hw_guard_start(struct mipid_device *md, int guard_msec) in hw_guard_start() [all …]
|