Lines Matching refs:hd44780_common
41 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_print()
54 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_gotoxy()
80 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_clear_display()
99 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_init_display()
101 void (*write_cmd_raw)(struct hd44780_common *hdc, int cmd); in hd44780_common_init_display()
174 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_shift_cursor()
194 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_shift_display()
206 static void hd44780_common_set_mode(struct hd44780_common *hdc) in hd44780_common_set_mode()
220 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_display()
234 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_cursor()
248 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_blink()
260 static void hd44780_common_set_function(struct hd44780_common *hdc) in hd44780_common_set_function()
273 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_fontsize()
287 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_lines()
309 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_redefine_char()
354 struct hd44780_common *hd44780_common_alloc(void) in hd44780_common_alloc()
356 struct hd44780_common *hd; in hd44780_common_alloc()