Home
last modified time | relevance | path

Searched refs:is_pressed (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0086-backend-vnc-implement-direct-key-code-handling.patch26 + bool is_pressed)
34 + if (is_pressed)
H A D0084-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch609 + bool is_pressed)
621 + if (is_pressed)
/OK3568_Linux_fs/buildroot/package/weston/
H A D0085-backend-vnc-implement-direct-key-code-handling.patch26 + bool is_pressed)
34 + if (is_pressed)
H A D0083-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch609 + bool is_pressed)
621 + if (is_pressed)
/OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/
H A Dem28xx-input.c513 bool is_pressed, was_pressed; in em28xx_query_buttons() local
536 is_pressed = regval & button->mask; in em28xx_query_buttons()
540 is_pressed = !is_pressed; in em28xx_query_buttons()
544 if (is_pressed && button->reg_clearing) in em28xx_query_buttons()
549 if (!is_pressed || was_pressed) { in em28xx_query_buttons()