Home
last modified time | relevance | path

Searched refs:step_y (Results 1 – 2 of 2) sorted by relevance

/drivers/hid/
A Dhid-magicmouse.c271 int step_y = msc->touches[id].scroll_y - y; in magicmouse_emit_touch() local
308 step_y /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()
309 if (step_y != 0) { in magicmouse_emit_touch()
310 msc->touches[id].scroll_y -= step_y * in magicmouse_emit_touch()
313 input_report_rel(input, REL_WHEEL, step_y); in magicmouse_emit_touch()
/drivers/gpu/drm/vkms/
A Dvkms_formats.c537 int step_y = get_block_step_bytes(plane->frame_info->fb, direction, 0); in semi_planar_yuv_read_line() local
547 y_plane += step_y; in semi_planar_yuv_read_line()
581 int step_y = get_block_step_bytes(plane->frame_info->fb, direction, 0); in planar_yuv_read_line() local
592 y_plane += step_y; in planar_yuv_read_line()

Completed in 7 milliseconds