Lines Matching refs:mt_flags
133 unsigned int mt_flags; /* flags to pass to input-mt */ member
636 mt_application->mt_flags |= INPUT_MT_DIRECT; in mt_allocate_application()
642 mt_application->mt_flags |= INPUT_MT_POINTER; in mt_allocate_application()
801 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_mapping()
1415 app->mt_flags |= INPUT_MT_DIRECT; in mt_touch_input_configured()
1418 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_configured()
1421 app->mt_flags |= INPUT_MT_TOTAL_FORCE; in mt_touch_input_configured()
1424 app->mt_flags |= INPUT_MT_DROP_UNUSED; in mt_touch_input_configured()
1427 if ((app->mt_flags & INPUT_MT_POINTER) && in mt_touch_input_configured()
1443 ret = input_mt_init_slots(input, td->maxcontacts, app->mt_flags); in mt_touch_input_configured()
1447 app->mt_flags = 0; in mt_touch_input_configured()