Lines Matching defs:hd44780_io
41 #define HLCD_GET_CURSOR_POS _IOR('h', 6, struct hd44780_io)
42 #define HLCD_SET_CURSOR_POS _IOW('h', 7, struct hd44780_io)
43 #define HLCD_GETC _IOR('h', 8, struct hd44780_io)
44 #define HLCD_PUTC _IOW('h', 9, struct hd44780_io)
48 #define HLCD_WRITE _IOWR('h', 13, struct hd44780_io)
49 #define HLCD_READ _IOWR('h', 14, struct hd44780_io)
50 #define HLCD_REDRAW _IOW('h', 15, struct hd44780_io)
51 #define HLCD_WRITE_INST _IOW('h', 16, struct hd44780_io)
52 #define HLCD_WRITE_DATA _IOW('h', 17, struct hd44780_io)
64 struct hd44780_io {
145 void hd44780_ddram_redraw(struct hd44780_chip *, uint32_t, struct hd44780_io *);
149 int hd44780_ddram_io(struct hd44780_chip *, uint32_t, struct hd44780_io *,