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

/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dcursor.c68 struct cursor_step { struct
69 void (*run)(struct cursor *cursor, const struct cursor_step *step);
77 static void set_cursor(struct cursor *cursor, const struct cursor_step *step)
90 static void move_cursor(struct cursor *cursor, const struct cursor_step *step)
125 static const struct cursor_step steps[] = {
144 const struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)];

Completed in 2 milliseconds