Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dconsole_struct.h180 # define CUR_NONE 1 macro
/openbmc/linux/drivers/video/fbdev/core/
H A Dtileblit.c95 case CUR_NONE: in tile_cursor()
H A Dfbcon_cw.c303 case CUR_NONE: in cw_cursor()
H A Dbitblit.c323 case CUR_NONE: in bit_cursor()
H A Dfbcon_ud.c343 case CUR_NONE: in ud_cursor()
H A Dfbcon_ccw.c320 case CUR_NONE: in ccw_cursor()
/openbmc/linux/drivers/video/console/
H A Dmdacon.c501 case CUR_NONE: mda_set_cursor_size(14, 13); break; in mdacon_cursor()
H A Dvgacon.c513 case CUR_NONE: in vgacon_cursor()
/openbmc/linux/drivers/tty/vt/
H A Dvt.c867 if (CUR_SIZE(vc->vc_cursor_type) != CUR_NONE) in set_cursor()