Home
last modified time | relevance | path

Searched refs:cursor_shape (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dfbcon_ccw.c294 vc->vc_cursor_type != par->p->cursor_shape || in ccw_cursor()
315 par->p->cursor_shape = vc->vc_cursor_type; in ccw_cursor()
318 switch (CUR_SIZE(par->p->cursor_shape)) { in ccw_cursor()
H A Dfbcon_cw.c277 vc->vc_cursor_type != par->p->cursor_shape || in cw_cursor()
298 par->p->cursor_shape = vc->vc_cursor_type; in cw_cursor()
301 switch (CUR_SIZE(par->p->cursor_shape)) { in cw_cursor()
H A Dfbcon_ud.c325 vc->vc_cursor_type != par->p->cursor_shape || in ud_cursor()
338 par->p->cursor_shape = vc->vc_cursor_type; in ud_cursor()
341 switch (CUR_SIZE(par->p->cursor_shape)) { in ud_cursor()
H A Dbitblit.c330 vc->vc_cursor_type != par->p->cursor_shape || in bit_cursor()
343 par->p->cursor_shape = vc->vc_cursor_type; in bit_cursor()
346 switch (CUR_SIZE(par->p->cursor_shape)) { in bit_cursor()
H A Dfbcon.h35 int cursor_shape; member