Searched defs:hd44780_common (Results 1 – 1 of 1) sorted by relevance
6 struct hd44780_common { struct10 unsigned long hd44780_common_flags; argument11 void (*write_data)(struct hd44780_common *hdc, int data); argument12 void (*write_cmd)(struct hd44780_common *hdc, int cmd); argument14 void (*write_cmd_raw4)(struct hd44780_common *hdc, int cmd); argument33 struct hd44780_common *hd44780_common_alloc(void); argument
Completed in 2 milliseconds