Searched refs:lynx_cursor (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/sm750fb/
H A Dsm750_cursor.h6 void sm750_hw_cursor_enable(struct lynx_cursor *cursor);
7 void sm750_hw_cursor_disable(struct lynx_cursor *cursor);
8 void sm750_hw_cursor_setSize(struct lynx_cursor *cursor, int w, int h);
9 void sm750_hw_cursor_setPos(struct lynx_cursor *cursor, int x, int y);
10 void sm750_hw_cursor_setColor(struct lynx_cursor *cursor, u32 fg, u32 bg);
11 void sm750_hw_cursor_setData(struct lynx_cursor *cursor, u16 rop,
13 void sm750_hw_cursor_setData2(struct lynx_cursor *cursor, u16 rop,
H A Dsm750_cursor.c47 void sm750_hw_cursor_enable(struct lynx_cursor *cursor)
55 void sm750_hw_cursor_disable(struct lynx_cursor *cursor)
60 void sm750_hw_cursor_setSize(struct lynx_cursor *cursor, int w, int h)
66 void sm750_hw_cursor_setPos(struct lynx_cursor *cursor, int x, int y)
75 void sm750_hw_cursor_setColor(struct lynx_cursor *cursor, u32 fg, u32 bg)
84 void sm750_hw_cursor_setData(struct lynx_cursor *cursor, u16 rop,
134 void sm750_hw_cursor_setData2(struct lynx_cursor *cursor, u16 rop,
H A Dsm750.h119 struct lynx_cursor { struct
151 struct lynx_cursor cursor;
H A Dsm750.c109 struct lynx_cursor *cursor;
440 struct lynx_cursor *cursor;

Completed in 127 milliseconds