Searched refs:hdc (Results 1 – 4 of 4) sorted by relevance
| /drivers/auxdisplay/ |
| A D | hd44780_common.c | 44 hdc->write_data(hdc, c); in hd44780_common_print() 61 addr = x < hdc->bwidth ? x & (hdc->hwidth - 1) : hdc->bwidth - 1; in hd44780_common_gotoxy() 82 hdc->write_cmd(hdc, LCD_CMD_DISPLAY_CLEAR); in hd44780_common_clear_display() 104 if (hdc->ifwidth != 4 && hdc->ifwidth != 8) in hd44780_common_init_display() 137 hdc->write_cmd(hdc, in hd44780_common_init_display() 150 hdc->write_cmd(hdc, in hd44780_common_init_display() 179 hdc->write_cmd(hdc, LCD_CMD_SHIFT); in hd44780_common_shift_cursor() 183 hdc->write_cmd(hdc, in hd44780_common_shift_cursor() 208 hdc->write_cmd(hdc, in hd44780_common_set_mode() 262 hdc->write_cmd(hdc, in hd44780_common_set_function() [all …]
|
| A D | hd44780.c | 44 struct hd44780 *hd = hdc->hd44780; in hd44780_backlight() 108 struct hd44780 *hd = hdc->hd44780; in hd44780_write_cmd_gpio8() 119 struct hd44780 *hd = hdc->hd44780; in hd44780_write_data_gpio8() 147 struct hd44780 *hd = hdc->hd44780; in hd44780_write_cmd_gpio4() 159 struct hd44780 *hd = hdc->hd44780; in hd44780_write_cmd_raw_gpio4() 205 struct hd44780_common *hdc; in hd44780_probe() local 233 hdc = lcd->drvdata; in hd44780_probe() 234 hdc->hd44780 = hd; in hd44780_probe() 286 hdc->bwidth = lcd->width; in hd44780_probe() 291 hdc->ifwidth = ifwidth; in hd44780_probe() [all …]
|
| A D | panel.c | 839 hdc->hd44780 = &lcd; in lcd_init() 859 hdc->bwidth = 40; in lcd_init() 860 hdc->hwidth = 64; in lcd_init() 872 hdc->bwidth = 40; in lcd_init() 873 hdc->hwidth = 16; in lcd_init() 885 hdc->bwidth = 40; in lcd_init() 886 hdc->hwidth = 64; in lcd_init() 904 hdc->bwidth = 40; in lcd_init() 905 hdc->hwidth = 64; in lcd_init() 939 if (hdc->bwidth <= 0) in lcd_init() [all …]
|
| A D | hd44780_common.h | 11 void (*write_data)(struct hd44780_common *hdc, int data); 12 void (*write_cmd)(struct hd44780_common *hdc, int cmd); 14 void (*write_cmd_raw4)(struct hd44780_common *hdc, int cmd);
|
Completed in 15 milliseconds