Searched refs:hd44780_write_gpio4 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
H A D | hd44780.c | 78 static void hd44780_write_gpio4(struct hd44780 *hd, u8 val, unsigned int rs) in hd44780_write_gpio4() function 136 hd44780_write_gpio4(hd, cmd, 0); in hd44780_write_cmd_gpio4() 164 hd44780_write_gpio4(hd, data, 1); in hd44780_write_data_gpio4()
|
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | hd44780.c | 80 static void hd44780_write_gpio4(struct hd44780 *hd, u8 val, unsigned int rs) in hd44780_write_gpio4() function 149 hd44780_write_gpio4(hd, cmd, 0); in hd44780_write_cmd_gpio4() 177 hd44780_write_gpio4(hd, data, 1); in hd44780_write_data_gpio4()
|
Completed in 1 milliseconds