Home
last modified time | relevance | path

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

/drivers/video/fbdev/core/
Dfbcon_cw.c278 vc->vc_cursor_type != ops->p->cursor_shape || in cw_cursor()
299 ops->p->cursor_shape = vc->vc_cursor_type; in cw_cursor()
302 switch (CUR_SIZE(ops->p->cursor_shape)) { in cw_cursor()
Dbitblit.c306 vc->vc_cursor_type != ops->p->cursor_shape || in bit_cursor()
319 ops->p->cursor_shape = vc->vc_cursor_type; in bit_cursor()
322 switch (CUR_SIZE(ops->p->cursor_shape)) { in bit_cursor()
Dfbcon_ud.c326 vc->vc_cursor_type != ops->p->cursor_shape || in ud_cursor()
339 ops->p->cursor_shape = vc->vc_cursor_type; in ud_cursor()
342 switch (CUR_SIZE(ops->p->cursor_shape)) { in ud_cursor()
Dfbcon_ccw.c295 vc->vc_cursor_type != ops->p->cursor_shape || in ccw_cursor()
316 ops->p->cursor_shape = vc->vc_cursor_type; in ccw_cursor()
319 switch (CUR_SIZE(ops->p->cursor_shape)) { in ccw_cursor()
Dfbcon.h38 int cursor_shape; member