Home
last modified time | relevance | path

Searched refs:LCD_CMD_CURSOR_ON (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dhd44780_common.c17 #define LCD_CMD_CURSOR_ON 0x02 /* Set cursor on */ macro
155 LCD_CMD_CURSOR_ON : 0) | in hd44780_common_init_display()
213 LCD_CMD_CURSOR_ON : 0) | in hd44780_common_set_mode()
/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dcharlcd.c46 #define LCD_CMD_CURSOR_ON 0x02 /* Set cursor on */ macro
274 ((priv->flags & LCD_FLAG_C) ? LCD_CMD_CURSOR_ON : 0) | in charlcd_init_display()
538 ((priv->flags & LCD_FLAG_C) ? LCD_CMD_CURSOR_ON : 0) | in handle_lcd_special_code()

Completed in 3 milliseconds