Home
last modified time | relevance | path

Searched defs:hdc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/auxdisplay/
H A Dhd44780_common.c42 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_print() local
55 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_gotoxy() local
81 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_clear_display() local
100 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_init_display() local
175 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_shift_cursor() local
195 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_shift_display() local
207 static void hd44780_common_set_mode(struct hd44780_common *hdc) in hd44780_common_set_mode()
221 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_display() local
235 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_cursor() local
249 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_blink() local
[all …]
H A Dhd44780.c43 struct hd44780_common *hdc = lcd->drvdata; in hd44780_backlight() local
106 static void hd44780_write_cmd_gpio8(struct hd44780_common *hdc, int cmd) in hd44780_write_cmd_gpio8()
117 static void hd44780_write_data_gpio8(struct hd44780_common *hdc, int data) in hd44780_write_data_gpio8()
145 static void hd44780_write_cmd_gpio4(struct hd44780_common *hdc, int cmd) in hd44780_write_cmd_gpio4()
156 static void hd44780_write_cmd_raw_gpio4(struct hd44780_common *hdc, int cmd) in hd44780_write_cmd_raw_gpio4()
173 static void hd44780_write_data_gpio4(struct hd44780_common *hdc, int data) in hd44780_write_data_gpio4()
205 struct hd44780_common *hdc; in hd44780_probe() local
320 struct hd44780_common *hdc = lcd->drvdata; in hd44780_remove() local
H A Dpanel.c726 static void lcd_write_cmd_s(struct hd44780_common *hdc, int cmd) in lcd_write_cmd_s()
737 static void lcd_write_data_s(struct hd44780_common *hdc, int data) in lcd_write_data_s()
748 static void lcd_write_cmd_p8(struct hd44780_common *hdc, int cmd) in lcd_write_cmd_p8()
770 static void lcd_write_data_p8(struct hd44780_common *hdc, int data) in lcd_write_data_p8()
792 static void lcd_write_cmd_tilcd(struct hd44780_common *hdc, int cmd) in lcd_write_cmd_tilcd()
802 static void lcd_write_data_tilcd(struct hd44780_common *hdc, int data) in lcd_write_data_tilcd()
832 struct hd44780_common *hdc; in lcd_init() local