Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/auxdisplay/
Dhd44780_common.h14 void (*write_cmd_raw4)(struct hd44780_common *hdc, int cmd); member
Dhd44780_common.c119 write_cmd_raw = hdc->write_cmd_raw4; in hd44780_common_init_display()
132 hdc->write_cmd_raw4(hdc, LCD_CMD_FUNCTION_SET >> 4); in hd44780_common_init_display()
Dhd44780.c303 hdc->write_cmd_raw4 = hd44780_write_cmd_raw_gpio4; in hd44780_probe()