Searched refs:write_cmd_raw4 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/auxdisplay/
H A Dhd44780_common.h13 /* write_cmd_raw4 is for 4-bit connected displays only */
14 void (*write_cmd_raw4)(struct hd44780_common *hdc, int cmd); member in struct:hd44780_common
H A Dhd44780_common.c119 write_cmd_raw = hdc->write_cmd_raw4;
132 hdc->write_cmd_raw4(hdc, LCD_CMD_FUNCTION_SET >> 4);
H A Dhd44780.c303 hdc->write_cmd_raw4 = hd44780_write_cmd_raw_gpio4;

Completed in 167 milliseconds