Searched refs:lynx_cursor (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750_cursor.h | 5 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,
|
D | sm750.h | 75 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;
|
D | sm750_cursor.c | 61 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()
|
D | sm750.c | 133 struct lynx_cursor *cursor; in lynxfb_ops_cursor() 470 struct lynx_cursor *cursor; in lynxfb_resume()
|