Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/
Dmousedev.c116 static struct mousedev *mousedev_mix; variable
254 set_bit(index, &mousedev_mix->packet.buttons); in mousedev_key_event()
257 clear_bit(index, &mousedev_mix->packet.buttons); in mousedev_key_event()
331 set_bit(0, &mousedev_mix->packet.buttons); in mousedev_touchpad_touch()
332 mousedev_notify_readers(mousedev, &mousedev_mix->packet); in mousedev_touchpad_touch()
333 mousedev_notify_readers(mousedev_mix, in mousedev_touchpad_touch()
334 &mousedev_mix->packet); in mousedev_touchpad_touch()
336 clear_bit(0, &mousedev_mix->packet.buttons); in mousedev_touchpad_touch()
394 mousedev_notify_readers(mousedev_mix, &mousedev->packet); in mousedev_event()
541 mousedev = mousedev_mix; in mousedev_open()
[all …]