Lines Matching refs:hd44780_common
7 #include "hd44780_common.h"
41 struct hd44780_common *hdc = lcd->drvdata;
54 struct hd44780_common *hdc = lcd->drvdata;
80 struct hd44780_common *hdc = lcd->drvdata;
99 struct hd44780_common *hdc = lcd->drvdata;
101 void (*write_cmd_raw)(struct hd44780_common *hdc, int cmd);
174 struct hd44780_common *hdc = lcd->drvdata;
194 struct hd44780_common *hdc = lcd->drvdata;
206 static void hd44780_common_set_mode(struct hd44780_common *hdc)
220 struct hd44780_common *hdc = lcd->drvdata;
234 struct hd44780_common *hdc = lcd->drvdata;
248 struct hd44780_common *hdc = lcd->drvdata;
260 static void hd44780_common_set_function(struct hd44780_common *hdc)
273 struct hd44780_common *hdc = lcd->drvdata;
287 struct hd44780_common *hdc = lcd->drvdata;
309 struct hd44780_common *hdc = lcd->drvdata;
354 struct hd44780_common *hd44780_common_alloc(void)
356 struct hd44780_common *hd;