Searched refs:mt_flags (Results 1 – 5 of 5) sorted by relevance
48 if (srhinfo->mt_flags & IP6T_SRH_NEXTHDR) in srh_mt6()54 if (srhinfo->mt_flags & IP6T_SRH_LEN_EQ) in srh_mt6()59 if (srhinfo->mt_flags & IP6T_SRH_LEN_GT) in srh_mt6()64 if (srhinfo->mt_flags & IP6T_SRH_LEN_LT) in srh_mt6()70 if (srhinfo->mt_flags & IP6T_SRH_SEGS_EQ) in srh_mt6()75 if (srhinfo->mt_flags & IP6T_SRH_SEGS_GT) in srh_mt6()80 if (srhinfo->mt_flags & IP6T_SRH_SEGS_LT) in srh_mt6()90 if (srhinfo->mt_flags & IP6T_SRH_LAST_EQ) in srh_mt6()95 if (srhinfo->mt_flags & IP6T_SRH_LAST_GT) in srh_mt6()100 if (srhinfo->mt_flags & IP6T_SRH_LAST_LT) in srh_mt6()[all …]
59 __u16 mt_flags; member92 __u16 mt_flags; member
120 unsigned int mt_flags; /* flags to pass to input-mt */ member575 mt_application->mt_flags |= INPUT_MT_DIRECT; in mt_allocate_application()581 mt_application->mt_flags |= INPUT_MT_POINTER; in mt_allocate_application()735 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_mapping()1317 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_configured()1320 app->mt_flags |= INPUT_MT_DROP_UNUSED; in mt_touch_input_configured()1323 if ((app->mt_flags & INPUT_MT_POINTER) && in mt_touch_input_configured()1337 ret = input_mt_init_slots(input, td->maxcontacts, app->mt_flags); in mt_touch_input_configured()1341 app->mt_flags = 0; in mt_touch_input_configured()
528 int mt_flags = 0; in magicmouse_setup_input() local574 mt_flags = INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | in magicmouse_setup_input()598 error = input_mt_init_slots(input, 16, mt_flags); in magicmouse_setup_input()
2097 unsigned int mt_flags = 0; in mxt_initialize_input_device() local2163 mt_flags |= INPUT_MT_POINTER; in mxt_initialize_input_device()2165 mt_flags |= INPUT_MT_DIRECT; in mxt_initialize_input_device()2169 error = input_mt_init_slots(input_dev, num_mt_slots, mt_flags); in mxt_initialize_input_device()