Lines Matching refs:y
368 ULONG *buttons, SLONG *x, SLONG *y, SLONG *w) in _wait_mouse_change() argument
373 SLONG x_bak = *x, y_bak = *y; in _wait_mouse_change()
382 ux_host_class_hid_mouse_position_get(hid_mouse, x, y); in _wait_mouse_change()
386 y_bak != *y || in _wait_mouse_change()
400 SLONG x = 0xFF, y = 0xFF; in test_hid_mouse_events() local
411 status |= ux_host_class_hid_mouse_position_get(hid_mouse, &x, &y); in test_hid_mouse_events()
416 UX_ASSERT(y == 0); in test_hid_mouse_events()
422 status = _wait_mouse_change(hid_mouse, &buttons, &x, &y, &wheel); in test_hid_mouse_events()
426 UX_ASSERT(y == 0); in test_hid_mouse_events()
432 status = _wait_mouse_change(hid_mouse, &buttons, &x, &y, &wheel); in test_hid_mouse_events()
436 UX_ASSERT(y == 0); in test_hid_mouse_events()
442 status = _wait_mouse_change(hid_mouse, &buttons, &x, &y, &wheel); in test_hid_mouse_events()
446 UX_ASSERT(y == 0); in test_hid_mouse_events()
452 status = _wait_mouse_change(hid_mouse, &buttons, &x, &y, &wheel); in test_hid_mouse_events()
456 UX_ASSERT(y == 0); in test_hid_mouse_events()
462 status = _wait_mouse_change(hid_mouse, &buttons, &x, &y, &wheel); in test_hid_mouse_events()
466 UX_ASSERT(y == 8); in test_hid_mouse_events()
474 status = _wait_mouse_change(hid_mouse, &buttons, &x, &y, &wheel); in test_hid_mouse_events()
478 UX_ASSERT(y == 3); in test_hid_mouse_events()