Searched refs:lynx_cursor (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/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_cursor.c | 61 void hw_cursor_enable(struct lynx_cursor *cursor) in hw_cursor_enable() 70 void hw_cursor_disable(struct lynx_cursor *cursor) in hw_cursor_disable() 75 void hw_cursor_setSize(struct lynx_cursor *cursor, in hw_cursor_setSize() 81 void hw_cursor_setPos(struct lynx_cursor *cursor, in hw_cursor_setPos() 90 void hw_cursor_setColor(struct lynx_cursor *cursor, in hw_cursor_setColor() 97 void hw_cursor_setData(struct lynx_cursor *cursor, in hw_cursor_setData() 161 void hw_cursor_setData2(struct lynx_cursor *cursor, in hw_cursor_setData2()
|
| D | sm750.h | 111 struct lynx_cursor { struct 143 struct lynx_cursor cursor; argument
|
| D | sm750.c | 113 struct lynx_cursor *cursor; in lynxfb_ops_cursor() 449 struct lynx_cursor *cursor; in lynxfb_resume()
|