Home
last modified time | relevance | path

Searched refs:mt_flags (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv6/netfilter/
H A Dip6t_srh.c48 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 …]
/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_srh.h59 __u16 mt_flags; member
92 __u16 mt_flags; member
/linux/drivers/hid/
H A Dhid-multitouch.c133 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()
[all …]
H A Dhid-magicmouse.c542 int mt_flags = 0; in magicmouse_setup_input() local
594 mt_flags = INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | in magicmouse_setup_input()
618 error = input_mt_init_slots(input, 16, mt_flags); in magicmouse_setup_input()
/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2098 unsigned int mt_flags = 0; in mxt_initialize_input_device() local
2164 mt_flags |= INPUT_MT_POINTER; in mxt_initialize_input_device()
2166 mt_flags |= INPUT_MT_DIRECT; in mxt_initialize_input_device()
2170 error = input_mt_init_slots(input_dev, num_mt_slots, mt_flags); in mxt_initialize_input_device()