Searched refs:cursor_data (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.h81 char *cursor_data; member in struct:fbcon_ops
H A Dbitblit.c276 kfree(ops->cursor_data);
277 ops->cursor_data = dst;
H A Dfbcon_ccw.c265 kfree(ops->cursor_data);
266 ops->cursor_data = dst;
H A Dfbcon_cw.c249 kfree(ops->cursor_data);
250 ops->cursor_data = dst;
H A Dfbcon_ud.c296 kfree(ops->cursor_data);
297 ops->cursor_data = dst;
H A Dfbcon.c747 kfree(ops->cursor_data);

Completed in 172 milliseconds