Searched refs:cursor_shape (Results 1 – 5 of 5) sorted by relevance
312 vc->vc_cursor_type != ops->p->cursor_shape || in bit_cursor()325 ops->p->cursor_shape = vc->vc_cursor_type; in bit_cursor()328 switch (ops->p->cursor_shape & CUR_HWMASK) { in bit_cursor()
287 vc->vc_cursor_type != ops->p->cursor_shape || in cw_cursor()307 ops->p->cursor_shape = vc->vc_cursor_type; in cw_cursor()310 switch (ops->p->cursor_shape & CUR_HWMASK) { in cw_cursor()
304 vc->vc_cursor_type != ops->p->cursor_shape || in ccw_cursor()324 ops->p->cursor_shape = vc->vc_cursor_type; in ccw_cursor()327 switch (ops->p->cursor_shape & CUR_HWMASK) { in ccw_cursor()
335 vc->vc_cursor_type != ops->p->cursor_shape || in ud_cursor()348 ops->p->cursor_shape = vc->vc_cursor_type; in ud_cursor()351 switch (ops->p->cursor_shape & CUR_HWMASK) { in ud_cursor()
36 int cursor_shape; member