Lines Matching refs:mt_flags
133 unsigned int mt_flags; /* flags to pass to input-mt */ member
643 mt_application->mt_flags |= INPUT_MT_DIRECT; in mt_allocate_application()
649 mt_application->mt_flags |= INPUT_MT_POINTER; in mt_allocate_application()
808 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_mapping()
1422 app->mt_flags |= INPUT_MT_DIRECT; in mt_touch_input_configured()
1425 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_configured()
1428 app->mt_flags |= INPUT_MT_TOTAL_FORCE; in mt_touch_input_configured()
1431 app->mt_flags |= INPUT_MT_DROP_UNUSED; in mt_touch_input_configured()
1434 if ((app->mt_flags & INPUT_MT_POINTER) && in mt_touch_input_configured()
1450 ret = input_mt_init_slots(input, td->maxcontacts, app->mt_flags); in mt_touch_input_configured()
1454 app->mt_flags = 0; in mt_touch_input_configured()