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

/linux-master/drivers/auxdisplay/
H A Dhd44780_common.c41 struct hd44780_common *hdc = lcd->drvdata; local
54 struct hd44780_common *hdc = lcd->drvdata; local
80 struct hd44780_common *hdc = lcd->drvdata; local
99 struct hd44780_common *hdc = lcd->drvdata; local
174 struct hd44780_common *hdc = lcd->drvdata; local
194 struct hd44780_common *hdc = lcd->drvdata; local
206 hd44780_common_set_mode(struct hd44780_common *hdc) argument
220 struct hd44780_common *hdc = lcd->drvdata; local
234 struct hd44780_common *hdc = lcd->drvdata; local
248 struct hd44780_common *hdc = lcd->drvdata; local
260 hd44780_common_set_function(struct hd44780_common *hdc) argument
273 struct hd44780_common *hdc = lcd->drvdata; local
287 struct hd44780_common *hdc = lcd->drvdata; local
309 struct hd44780_common *hdc = lcd->drvdata; local
[all...]
H A Dhd44780.c43 struct hd44780_common *hdc = lcd->drvdata; local
106 static void hd44780_write_cmd_gpio8(struct hd44780_common *hdc, int cmd) argument
117 static void hd44780_write_data_gpio8(struct hd44780_common *hdc, int data) argument
145 static void hd44780_write_cmd_gpio4(struct hd44780_common *hdc, int cmd) argument
156 static void hd44780_write_cmd_raw_gpio4(struct hd44780_common *hdc, int cmd) argument
173 hd44780_write_data_gpio4(struct hd44780_common *hdc, int data) argument
205 struct hd44780_common *hdc; local
325 struct hd44780_common *hdc = lcd->drvdata; local
[all...]
H A Dpanel.c726 static void lcd_write_cmd_s(struct hd44780_common *hdc, int cmd) argument
737 static void lcd_write_data_s(struct hd44780_common *hdc, int data) argument
748 static void lcd_write_cmd_p8(struct hd44780_common *hdc, int cmd) argument
770 static void lcd_write_data_p8(struct hd44780_common *hdc, int data) argument
792 static void lcd_write_cmd_tilcd(struct hd44780_common *hdc, int cmd) argument
802 static void lcd_write_data_tilcd(struct hd44780_common *hdc, int data) argument
832 struct hd44780_common *hdc; local
[all...]

Completed in 124 milliseconds