Searched refs:cursor_shape (Results 1 – 5 of 5) sorted by relevance
313 vc->vc_cursor_type != ops->p->cursor_shape || in bit_cursor()326 ops->p->cursor_shape = vc->vc_cursor_type; in bit_cursor()329 switch (ops->p->cursor_shape & CUR_HWMASK) { in bit_cursor()
305 vc->vc_cursor_type != ops->p->cursor_shape || in ccw_cursor()325 ops->p->cursor_shape = vc->vc_cursor_type; in ccw_cursor()328 switch (ops->p->cursor_shape & CUR_HWMASK) { in ccw_cursor()
289 vc->vc_cursor_type != ops->p->cursor_shape || in cw_cursor()309 ops->p->cursor_shape = vc->vc_cursor_type; in cw_cursor()312 switch (ops->p->cursor_shape & CUR_HWMASK) { in cw_cursor()
336 vc->vc_cursor_type != ops->p->cursor_shape || in ud_cursor()349 ops->p->cursor_shape = vc->vc_cursor_type; in ud_cursor()352 switch (ops->p->cursor_shape & CUR_HWMASK) { in ud_cursor()
36 int cursor_shape; member