Home
last modified time | relevance | path

Searched refs:hdc (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/auxdisplay/
H A Dhd44780_common.c42 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_print() local
44 if (lcd->addr.x < hdc->bwidth) { in hd44780_common_print()
45 hdc->write_data(hdc, c); in hd44780_common_print()
55 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_gotoxy() local
62 addr = x < hdc->bwidth ? x & (hdc->hwidth - 1) : hdc->bwidth - 1; in hd44780_common_gotoxy()
64 addr += hdc->hwidth; in hd44780_common_gotoxy()
66 addr += hdc->bwidth; in hd44780_common_gotoxy()
67 hdc->write_cmd(hdc, LCD_CMD_SET_DDRAM_ADDR | addr); in hd44780_common_gotoxy()
81 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_clear_display() local
83 hdc->write_cmd(hdc, LCD_CMD_DISPLAY_CLEAR); in hd44780_common_clear_display()
[all …]
H A Dhd44780.c43 struct hd44780_common *hdc = lcd->drvdata; in hd44780_backlight() local
44 struct hd44780 *hd = hdc->hd44780; in hd44780_backlight()
106 static void hd44780_write_cmd_gpio8(struct hd44780_common *hdc, int cmd) in hd44780_write_cmd_gpio8() argument
108 struct hd44780 *hd = hdc->hd44780; in hd44780_write_cmd_gpio8()
117 static void hd44780_write_data_gpio8(struct hd44780_common *hdc, int data) in hd44780_write_data_gpio8() argument
119 struct hd44780 *hd = hdc->hd44780; in hd44780_write_data_gpio8()
145 static void hd44780_write_cmd_gpio4(struct hd44780_common *hdc, int cmd) in hd44780_write_cmd_gpio4() argument
147 struct hd44780 *hd = hdc->hd44780; 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() argument
159 struct hd44780 *hd = hdc->hd44780; in hd44780_write_cmd_raw_gpio4()
[all …]
H A Dpanel.c726 static void lcd_write_cmd_s(struct hd44780_common *hdc, int cmd) in lcd_write_cmd_s() argument
737 static void lcd_write_data_s(struct hd44780_common *hdc, int data) in lcd_write_data_s() argument
748 static void lcd_write_cmd_p8(struct hd44780_common *hdc, int cmd) in lcd_write_cmd_p8() argument
770 static void lcd_write_data_p8(struct hd44780_common *hdc, int data) in lcd_write_data_p8() argument
792 static void lcd_write_cmd_tilcd(struct hd44780_common *hdc, int cmd) in lcd_write_cmd_tilcd() argument
802 static void lcd_write_data_tilcd(struct hd44780_common *hdc, int data) in lcd_write_data_tilcd() argument
832 struct hd44780_common *hdc; in lcd_init() local
838 hdc = charlcd->drvdata; in lcd_init()
839 hdc->hd44780 = &lcd; in lcd_init()
847 hdc->bwidth = lcd_bwidth; in lcd_init()
[all …]
H A Dhd44780_common.h11 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);
/linux/Documentation/admin-guide/
H A Dext4.rst430 /proc/fs/ext4 based on its device name (i.e., /proc/fs/ext4/hdc or
444 /sys/fs/ext4 based on its device name (i.e., /sys/fs/ext4/hdc or
H A Ddevices.txt517 0 = /dev/hdc Master: whole disk (or CD-ROM)
/linux/Documentation/filesystems/
H A Dproc.rst1628 /proc/fs/ext4 based on its device name (i.e., /proc/fs/ext4/hdc or