Home
last modified time | relevance | path

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

/linux-4.4.14/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_cursor.c61 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()
Dsm750.h111 struct lynx_cursor { struct
143 struct lynx_cursor cursor; argument
Dsm750.c113 struct lynx_cursor *cursor; in lynxfb_ops_cursor()
449 struct lynx_cursor *cursor; in lynxfb_resume()