Searched defs:hdc (Results 1 – 1 of 1) sorted by relevance
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() local