Home
last modified time | relevance | path

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

/linux/drivers/hid/
H 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()
/linux/drivers/gpu/drm/vkms/
H A Dvkms_formats.c561 int step_y = get_block_step_bytes(plane->frame_info->fb, direction, 0); local
573 y_plane += step_y;