Searched refs:cursor_end (Results 1 – 3 of 3) sorted by relevance
181 int cursor_end, frame_end; in radeon_cursor_move_locked() local183 cursor_end = x - xorigin + w; in radeon_cursor_move_locked()185 if (cursor_end >= frame_end) { in radeon_cursor_move_locked()186 w = w - (cursor_end - frame_end); in radeon_cursor_move_locked()190 if (!(cursor_end & 0x7f)) in radeon_cursor_move_locked()195 cursor_end = x - xorigin + w; in radeon_cursor_move_locked()196 if (!(cursor_end & 0x7f)) { in radeon_cursor_move_locked()
67 u8 cursor_end; member
92 u8 cursor_end; member