Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_cursor.h5 void hw_cursor_enable(struct lynx_cursor * cursor);
6 void hw_cursor_disable(struct lynx_cursor * cursor);
7 void hw_cursor_setSize(struct lynx_cursor * cursor,
9 void hw_cursor_setPos(struct lynx_cursor * cursor,
11 void hw_cursor_setColor(struct lynx_cursor * cursor,
13 void hw_cursor_setData(struct lynx_cursor * cursor,
15 void hw_cursor_setData2(struct lynx_cursor * cursor,
Dsm750.h75 struct lynx_cursor{ struct
91 void (*enable)(struct lynx_cursor *); argument
92 void (*disable)(struct lynx_cursor *); argument
93 void (*setSize)(struct lynx_cursor *,int,int); argument
94 void (*setPos)(struct lynx_cursor *,int,int); argument
95 void (*setColor)(struct lynx_cursor *,u32,u32); argument
96 void (*setData)(struct lynx_cursor *,u16,const u8*,const u8*); argument
127 struct lynx_cursor cursor;
Dsm750_cursor.c61 void hw_cursor_enable(struct lynx_cursor * cursor) in hw_cursor_enable()
69 void hw_cursor_disable(struct lynx_cursor * cursor) in hw_cursor_disable()
74 void hw_cursor_setSize(struct lynx_cursor * cursor, in hw_cursor_setSize()
80 void hw_cursor_setPos(struct lynx_cursor * cursor, in hw_cursor_setPos()
88 void hw_cursor_setColor(struct lynx_cursor * cursor, in hw_cursor_setColor()
95 void hw_cursor_setData(struct lynx_cursor * cursor, in hw_cursor_setData()
186 void hw_cursor_setData2(struct lynx_cursor * cursor, in hw_cursor_setData2()
Dsm750.c133 struct lynx_cursor *cursor; in lynxfb_ops_cursor()
470 struct lynx_cursor *cursor; in lynxfb_resume()