Lines Matching refs:evdev_mtstmap
73 } evdev_mtstmap[] = { variable
605 for (i = 0; i < nitems(evdev_mtstmap); i++) { in evdev_mt_support_st_compat()
606 if (!bit_test(evdev->ev_abs_flags, evdev_mtstmap[i].mt) || in evdev_mt_support_st_compat()
607 bit_test(evdev->ev_abs_flags, evdev_mtstmap[i].st)) in evdev_mt_support_st_compat()
609 ai = evdev->ev_absinfo + evdev_mtstmap[i].mt; in evdev_mt_support_st_compat()
611 if (evdev_mtstmap[i].max != 0) in evdev_mt_support_st_compat()
612 evdev_support_abs(evdev, evdev_mtstmap[i].st, in evdev_mt_support_st_compat()
614 evdev_mtstmap[i].max, in evdev_mt_support_st_compat()
617 ai->flat, 0, ai->maximum, evdev_mtstmap[i].max), in evdev_mt_support_st_compat()
620 evdev_support_abs(evdev, evdev_mtstmap[i].st, in evdev_mt_support_st_compat()
644 evdev_send_event(evdev, EV_ABS, evdev_mtstmap[i].st, in evdev_mt_send_st_compat()
646 st_slot, evdev_mtstmap[i].mt), in evdev_mt_send_st_compat()
647 evdev->ev_absinfo[evdev_mtstmap[i].mt].minimum, in evdev_mt_send_st_compat()
648 evdev->ev_absinfo[evdev_mtstmap[i].mt].maximum, in evdev_mt_send_st_compat()
649 evdev_mtstmap[i].max)); in evdev_mt_send_st_compat()