Searched defs:hd44780_io (Results 1 – 2 of 2) sorted by relevance
64 struct hd44780_io { struct65 uint8_t chip;66 uint8_t dat;67 uint8_t len;68 uint8_t buf[HD_MAX_CHARS];
482 #define hd44780_io() ((struct hd44780_io *)data) in hd44780_ioctl_subr() macro