Lines Matching defs:hd44780
36 struct hd44780 {
42 struct hd44780 *hd = lcd->drvdata;
48 static void hd44780_strobe_gpio(struct hd44780 *hd)
62 static void hd44780_write_gpio8(struct hd44780 *hd, u8 val, unsigned int rs)
78 static void hd44780_write_gpio4(struct hd44780 *hd, u8 val, unsigned int rs)
106 struct hd44780 *hd = lcd->drvdata;
117 struct hd44780 *hd = lcd->drvdata;
134 struct hd44780 *hd = lcd->drvdata;
146 struct hd44780 *hd = lcd->drvdata;
162 struct hd44780 *hd = lcd->drvdata;
182 struct hd44780 *hd;
201 lcd = charlcd_alloc(sizeof(struct hd44780));
288 { .compatible = "hit,hd44780" },
297 .name = "hd44780",