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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dbitblit.c313 vc->vc_cursor_type != ops->p->cursor_shape ||
326 ops->p->cursor_shape = vc->vc_cursor_type;
329 switch (ops->p->cursor_shape & CUR_HWMASK) {
H A Dfbcon_ccw.c305 vc->vc_cursor_type != ops->p->cursor_shape ||
325 ops->p->cursor_shape = vc->vc_cursor_type;
328 switch (ops->p->cursor_shape & CUR_HWMASK) {
H A Dfbcon_cw.c289 vc->vc_cursor_type != ops->p->cursor_shape ||
309 ops->p->cursor_shape = vc->vc_cursor_type;
312 switch (ops->p->cursor_shape & CUR_HWMASK) {
H A Dfbcon_ud.c336 vc->vc_cursor_type != ops->p->cursor_shape ||
349 ops->p->cursor_shape = vc->vc_cursor_type;
352 switch (ops->p->cursor_shape & CUR_HWMASK) {
H A Dfbcon.h36 int cursor_shape; member in struct:display

Completed in 129 milliseconds