cursor_state 263 drivers/video/fbdev/core/bitblit.c if (ops->cursor_state.image.data != src || cursor_state 265 drivers/video/fbdev/core/bitblit.c ops->cursor_state.image.data = src; cursor_state 281 drivers/video/fbdev/core/bitblit.c if (ops->cursor_state.image.fg_color != fg || cursor_state 282 drivers/video/fbdev/core/bitblit.c ops->cursor_state.image.bg_color != bg || cursor_state 284 drivers/video/fbdev/core/bitblit.c ops->cursor_state.image.fg_color = fg; cursor_state 285 drivers/video/fbdev/core/bitblit.c ops->cursor_state.image.bg_color = bg; cursor_state 289 drivers/video/fbdev/core/bitblit.c if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->vc_x)) || cursor_state 290 drivers/video/fbdev/core/bitblit.c (ops->cursor_state.image.dy != (vc->vc_font.height * y)) || cursor_state 292 drivers/video/fbdev/core/bitblit.c ops->cursor_state.image.dx = vc->vc_font.width * vc->vc_x; cursor_state 293 drivers/video/fbdev/core/bitblit.c ops->cursor_state.image.dy = vc->vc_font.height * y; cursor_state 297 drivers/video/fbdev/core/bitblit.c if (ops->cursor_state.image.height != vc->vc_font.height || cursor_state 298 drivers/video/fbdev/core/bitblit.c ops->cursor_state.image.width != vc->vc_font.width || cursor_state 300 drivers/video/fbdev/core/bitblit.c ops->cursor_state.image.height = vc->vc_font.height; cursor_state 301 drivers/video/fbdev/core/bitblit.c ops->cursor_state.image.width = vc->vc_font.width; cursor_state 305 drivers/video/fbdev/core/bitblit.c if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || cursor_state 307 drivers/video/fbdev/core/bitblit.c ops->cursor_state.hot.x = cursor.hot.y = 0; cursor_state 313 drivers/video/fbdev/core/bitblit.c ops->cursor_state.mask == NULL || cursor_state 322 drivers/video/fbdev/core/bitblit.c kfree(ops->cursor_state.mask); cursor_state 323 drivers/video/fbdev/core/bitblit.c ops->cursor_state.mask = mask; cursor_state 359 drivers/video/fbdev/core/bitblit.c ops->cursor_state.enable = 0; cursor_state 364 drivers/video/fbdev/core/bitblit.c ops->cursor_state.enable = (use_sw) ? 0 : 1; cursor_state 369 drivers/video/fbdev/core/bitblit.c cursor.image.fg_color = ops->cursor_state.image.fg_color; cursor_state 370 drivers/video/fbdev/core/bitblit.c cursor.image.bg_color = ops->cursor_state.image.bg_color; cursor_state 371 drivers/video/fbdev/core/bitblit.c cursor.image.dx = ops->cursor_state.image.dx; cursor_state 372 drivers/video/fbdev/core/bitblit.c cursor.image.dy = ops->cursor_state.image.dy; cursor_state 373 drivers/video/fbdev/core/bitblit.c cursor.image.height = ops->cursor_state.image.height; cursor_state 374 drivers/video/fbdev/core/bitblit.c cursor.image.width = ops->cursor_state.image.width; cursor_state 375 drivers/video/fbdev/core/bitblit.c cursor.hot.x = ops->cursor_state.hot.x; cursor_state 376 drivers/video/fbdev/core/bitblit.c cursor.hot.y = ops->cursor_state.hot.y; cursor_state 377 drivers/video/fbdev/core/bitblit.c cursor.mask = ops->cursor_state.mask; cursor_state 378 drivers/video/fbdev/core/bitblit.c cursor.enable = ops->cursor_state.enable; cursor_state 415 drivers/video/fbdev/core/fbcon.c mode = (!ops->cursor_flash || ops->cursor_state.enable) ? cursor_state 791 drivers/video/fbdev/core/fbcon.c kfree(ops->cursor_state.mask); cursor_state 3673 drivers/video/fbdev/core/fbcon.c kfree(ops->cursor_state.mask); cursor_state 70 drivers/video/fbdev/core/fbcon.h struct fb_cursor cursor_state; cursor_state 252 drivers/video/fbdev/core/fbcon_ccw.c if (ops->cursor_state.image.data != src || cursor_state 254 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.image.data = src; cursor_state 270 drivers/video/fbdev/core/fbcon_ccw.c if (ops->cursor_state.image.fg_color != fg || cursor_state 271 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.image.bg_color != bg || cursor_state 273 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.image.fg_color = fg; cursor_state 274 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.image.bg_color = bg; cursor_state 278 drivers/video/fbdev/core/fbcon_ccw.c if (ops->cursor_state.image.height != vc->vc_font.width || cursor_state 279 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.image.width != vc->vc_font.height || cursor_state 281 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.image.height = vc->vc_font.width; cursor_state 282 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.image.width = vc->vc_font.height; cursor_state 289 drivers/video/fbdev/core/fbcon_ccw.c if (ops->cursor_state.image.dx != dx || cursor_state 290 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.image.dy != dy || cursor_state 292 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.image.dx = dx; cursor_state 293 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.image.dy = dy; cursor_state 297 drivers/video/fbdev/core/fbcon_ccw.c if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || cursor_state 299 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.hot.x = cursor.hot.y = 0; cursor_state 305 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.mask == NULL || cursor_state 322 drivers/video/fbdev/core/fbcon_ccw.c kfree(ops->cursor_state.mask); cursor_state 323 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.mask = mask; cursor_state 363 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.enable = 0; cursor_state 368 drivers/video/fbdev/core/fbcon_ccw.c ops->cursor_state.enable = (use_sw) ? 0 : 1; cursor_state 373 drivers/video/fbdev/core/fbcon_ccw.c cursor.image.fg_color = ops->cursor_state.image.fg_color; cursor_state 374 drivers/video/fbdev/core/fbcon_ccw.c cursor.image.bg_color = ops->cursor_state.image.bg_color; cursor_state 375 drivers/video/fbdev/core/fbcon_ccw.c cursor.image.dx = ops->cursor_state.image.dx; cursor_state 376 drivers/video/fbdev/core/fbcon_ccw.c cursor.image.dy = ops->cursor_state.image.dy; cursor_state 377 drivers/video/fbdev/core/fbcon_ccw.c cursor.image.height = ops->cursor_state.image.height; cursor_state 378 drivers/video/fbdev/core/fbcon_ccw.c cursor.image.width = ops->cursor_state.image.width; cursor_state 379 drivers/video/fbdev/core/fbcon_ccw.c cursor.hot.x = ops->cursor_state.hot.x; cursor_state 380 drivers/video/fbdev/core/fbcon_ccw.c cursor.hot.y = ops->cursor_state.hot.y; cursor_state 381 drivers/video/fbdev/core/fbcon_ccw.c cursor.mask = ops->cursor_state.mask; cursor_state 382 drivers/video/fbdev/core/fbcon_ccw.c cursor.enable = ops->cursor_state.enable; cursor_state 235 drivers/video/fbdev/core/fbcon_cw.c if (ops->cursor_state.image.data != src || cursor_state 237 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.image.data = src; cursor_state 253 drivers/video/fbdev/core/fbcon_cw.c if (ops->cursor_state.image.fg_color != fg || cursor_state 254 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.image.bg_color != bg || cursor_state 256 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.image.fg_color = fg; cursor_state 257 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.image.bg_color = bg; cursor_state 261 drivers/video/fbdev/core/fbcon_cw.c if (ops->cursor_state.image.height != vc->vc_font.width || cursor_state 262 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.image.width != vc->vc_font.height || cursor_state 264 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.image.height = vc->vc_font.width; cursor_state 265 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.image.width = vc->vc_font.height; cursor_state 272 drivers/video/fbdev/core/fbcon_cw.c if (ops->cursor_state.image.dx != dx || cursor_state 273 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.image.dy != dy || cursor_state 275 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.image.dx = dx; cursor_state 276 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.image.dy = dy; cursor_state 280 drivers/video/fbdev/core/fbcon_cw.c if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || cursor_state 282 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.hot.x = cursor.hot.y = 0; cursor_state 288 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.mask == NULL || cursor_state 305 drivers/video/fbdev/core/fbcon_cw.c kfree(ops->cursor_state.mask); cursor_state 306 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.mask = mask; cursor_state 346 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.enable = 0; cursor_state 351 drivers/video/fbdev/core/fbcon_cw.c ops->cursor_state.enable = (use_sw) ? 0 : 1; cursor_state 356 drivers/video/fbdev/core/fbcon_cw.c cursor.image.fg_color = ops->cursor_state.image.fg_color; cursor_state 357 drivers/video/fbdev/core/fbcon_cw.c cursor.image.bg_color = ops->cursor_state.image.bg_color; cursor_state 358 drivers/video/fbdev/core/fbcon_cw.c cursor.image.dx = ops->cursor_state.image.dx; cursor_state 359 drivers/video/fbdev/core/fbcon_cw.c cursor.image.dy = ops->cursor_state.image.dy; cursor_state 360 drivers/video/fbdev/core/fbcon_cw.c cursor.image.height = ops->cursor_state.image.height; cursor_state 361 drivers/video/fbdev/core/fbcon_cw.c cursor.image.width = ops->cursor_state.image.width; cursor_state 362 drivers/video/fbdev/core/fbcon_cw.c cursor.hot.x = ops->cursor_state.hot.x; cursor_state 363 drivers/video/fbdev/core/fbcon_cw.c cursor.hot.y = ops->cursor_state.hot.y; cursor_state 364 drivers/video/fbdev/core/fbcon_cw.c cursor.mask = ops->cursor_state.mask; cursor_state 365 drivers/video/fbdev/core/fbcon_cw.c cursor.enable = ops->cursor_state.enable; cursor_state 283 drivers/video/fbdev/core/fbcon_ud.c if (ops->cursor_state.image.data != src || cursor_state 285 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.image.data = src; cursor_state 301 drivers/video/fbdev/core/fbcon_ud.c if (ops->cursor_state.image.fg_color != fg || cursor_state 302 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.image.bg_color != bg || cursor_state 304 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.image.fg_color = fg; cursor_state 305 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.image.bg_color = bg; cursor_state 309 drivers/video/fbdev/core/fbcon_ud.c if (ops->cursor_state.image.height != vc->vc_font.height || cursor_state 310 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.image.width != vc->vc_font.width || cursor_state 312 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.image.height = vc->vc_font.height; cursor_state 313 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.image.width = vc->vc_font.width; cursor_state 320 drivers/video/fbdev/core/fbcon_ud.c if (ops->cursor_state.image.dx != dx || cursor_state 321 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.image.dy != dy || cursor_state 323 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.image.dx = dx; cursor_state 324 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.image.dy = dy; cursor_state 328 drivers/video/fbdev/core/fbcon_ud.c if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || cursor_state 330 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.hot.x = cursor.hot.y = 0; cursor_state 336 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.mask == NULL || cursor_state 345 drivers/video/fbdev/core/fbcon_ud.c kfree(ops->cursor_state.mask); cursor_state 346 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.mask = mask; cursor_state 386 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.enable = 0; cursor_state 391 drivers/video/fbdev/core/fbcon_ud.c ops->cursor_state.enable = (use_sw) ? 0 : 1; cursor_state 396 drivers/video/fbdev/core/fbcon_ud.c cursor.image.fg_color = ops->cursor_state.image.fg_color; cursor_state 397 drivers/video/fbdev/core/fbcon_ud.c cursor.image.bg_color = ops->cursor_state.image.bg_color; cursor_state 398 drivers/video/fbdev/core/fbcon_ud.c cursor.image.dx = ops->cursor_state.image.dx; cursor_state 399 drivers/video/fbdev/core/fbcon_ud.c cursor.image.dy = ops->cursor_state.image.dy; cursor_state 400 drivers/video/fbdev/core/fbcon_ud.c cursor.image.height = ops->cursor_state.image.height; cursor_state 401 drivers/video/fbdev/core/fbcon_ud.c cursor.image.width = ops->cursor_state.image.width; cursor_state 402 drivers/video/fbdev/core/fbcon_ud.c cursor.hot.x = ops->cursor_state.hot.x; cursor_state 403 drivers/video/fbdev/core/fbcon_ud.c cursor.hot.y = ops->cursor_state.hot.y; cursor_state 404 drivers/video/fbdev/core/fbcon_ud.c cursor.mask = ops->cursor_state.mask; cursor_state 405 drivers/video/fbdev/core/fbcon_ud.c cursor.enable = ops->cursor_state.enable;