Home
last modified time | relevance | path

Searched refs:CUR_NONE (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dconsole_struct.h184 # define CUR_NONE 1 macro
/linux/drivers/video/fbdev/core/
H A Dtileblit.c128 case CUR_NONE: in tile_cursor()
H A Dfbcon_ccw.c319 case CUR_NONE: in ccw_cursor()
H A Dfbcon_cw.c302 case CUR_NONE: in cw_cursor()
H A Dfbcon_ud.c342 case CUR_NONE: in ud_cursor()
H A Dbitblit.c347 case CUR_NONE: in bit_cursor()
/linux/drivers/video/console/
H A Dmdacon.c489 case CUR_NONE: mda_set_cursor_size(14, 13); break; in mdacon_cursor()
H A Dvgacon.c544 case CUR_NONE: in vgacon_cursor()
/linux/drivers/tty/vt/
H A Dvt.c861 if (CUR_SIZE(vc->vc_cursor_type) != CUR_NONE) in set_cursor()