Searched refs:hd44780_common (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | hd44780_common.c | 7 #include "hd44780_common.h" 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 *hd in hd44780_common_display() [all...] |
H A D | hd44780_common.h | 6 struct hd44780_common { struct 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); 33 struct hd44780_common *hd44780_common_alloc(void);
|
H A D | hd44780.c | 18 #include "hd44780_common.h" 43 struct hd44780_common *hdc = lcd->drvdata; in hd44780_backlight() 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() 325 struct hd44780_common *hdc = lcd->drvdata; in hd44780_remove()
|
H A D | panel.c | 59 #include "hd44780_common.h" 726 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()
|
Completed in 7 milliseconds