Lines Matching refs:evdev_mtstmap
69 } static evdev_mtstmap[] = { variable
598 for (i = 0; i < nitems(evdev_mtstmap); i++) { in evdev_mt_support_st_compat()
599 if (!bit_test(evdev->ev_abs_flags, evdev_mtstmap[i].mt) || in evdev_mt_support_st_compat()
600 bit_test(evdev->ev_abs_flags, evdev_mtstmap[i].st)) in evdev_mt_support_st_compat()
602 ai = evdev->ev_absinfo + evdev_mtstmap[i].mt; in evdev_mt_support_st_compat()
604 if (evdev_mtstmap[i].max != 0) in evdev_mt_support_st_compat()
605 evdev_support_abs(evdev, evdev_mtstmap[i].st, in evdev_mt_support_st_compat()
607 evdev_mtstmap[i].max, in evdev_mt_support_st_compat()
610 ai->flat, 0, ai->maximum, evdev_mtstmap[i].max), in evdev_mt_support_st_compat()
613 evdev_support_abs(evdev, evdev_mtstmap[i].st, in evdev_mt_support_st_compat()
637 evdev_send_event(evdev, EV_ABS, evdev_mtstmap[i].st, in evdev_mt_send_st_compat()
639 st_slot, evdev_mtstmap[i].mt), in evdev_mt_send_st_compat()
640 evdev->ev_absinfo[evdev_mtstmap[i].mt].minimum, in evdev_mt_send_st_compat()
641 evdev->ev_absinfo[evdev_mtstmap[i].mt].maximum, in evdev_mt_send_st_compat()
642 evdev_mtstmap[i].max)); in evdev_mt_send_st_compat()