Searched refs:write_cmd_raw (Results 1 – 1 of 1) sorted by relevance
93 void (*write_cmd_raw)(struct hd44780_common *hdc, int cmd); in hd44780_common_init_display() local111 write_cmd_raw = hdc->write_cmd_raw4; in hd44780_common_init_display()113 write_cmd_raw = hdc->write_cmd; in hd44780_common_init_display()115 write_cmd_raw(hdc, init); in hd44780_common_init_display()117 write_cmd_raw(hdc, init); in hd44780_common_init_display()119 write_cmd_raw(hdc, init); in hd44780_common_init_display()
Completed in 3 milliseconds