Searched refs:mousedev_mix (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/ |
H A D | mousedev.c | 116 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() 327 * We rely on the fact that mousedev_mix always has 0 in mousedev_touchpad_touch() 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, in mousedev_event() [all...] |
/kernel/linux/linux-6.6/drivers/input/ |
H A D | mousedev.c | 116 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() 327 * We rely on the fact that mousedev_mix always has 0 in mousedev_touchpad_touch() 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, in mousedev_event() [all...] |
Completed in 2 milliseconds