/src/sys/dev/ic/ |
hd44780var.h | 61 cursor_on:1; member in struct:hd44780_dispctl
|
/src/sys/arch/arm/broadcom/ |
bcm283x_platform.c | 605 static int cursor_x = 0, cursor_y = 0, hot_x = 0, hot_y = 0, cursor_on = 0; variable in typeref:typename:int 1078 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on); 1095 if (cursor_on != cur->enable) { 1096 cursor_on = cur->enable; 1153 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on); 1173 d ? cursor_on : 0); 1195 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on);
|