Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/netfilter/
Dip6t_srh.c52 if (srhinfo->mt_flags & IP6T_SRH_NEXTHDR) in srh_mt6()
58 if (srhinfo->mt_flags & IP6T_SRH_LEN_EQ) in srh_mt6()
63 if (srhinfo->mt_flags & IP6T_SRH_LEN_GT) in srh_mt6()
68 if (srhinfo->mt_flags & IP6T_SRH_LEN_LT) in srh_mt6()
74 if (srhinfo->mt_flags & IP6T_SRH_SEGS_EQ) in srh_mt6()
79 if (srhinfo->mt_flags & IP6T_SRH_SEGS_GT) in srh_mt6()
84 if (srhinfo->mt_flags & IP6T_SRH_SEGS_LT) in srh_mt6()
94 if (srhinfo->mt_flags & IP6T_SRH_LAST_EQ) in srh_mt6()
99 if (srhinfo->mt_flags & IP6T_SRH_LAST_GT) in srh_mt6()
104 if (srhinfo->mt_flags & IP6T_SRH_LAST_LT) in srh_mt6()
[all …]
/Linux-v4.19/include/uapi/linux/netfilter_ipv6/
Dip6t_srh.h59 __u16 mt_flags; member
92 __u16 mt_flags; member
/Linux-v4.19/drivers/hid/
Dhid-multitouch.c119 unsigned int mt_flags; /* flags to pass to input-mt */ member
529 mt_application->mt_flags |= INPUT_MT_DIRECT; in mt_allocate_application()
535 mt_application->mt_flags |= INPUT_MT_POINTER; in mt_allocate_application()
673 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_mapping()
1230 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_configured()
1233 app->mt_flags |= INPUT_MT_DROP_UNUSED; in mt_touch_input_configured()
1236 if ((app->mt_flags & INPUT_MT_POINTER) && in mt_touch_input_configured()
1250 ret = input_mt_init_slots(input, td->maxcontacts, app->mt_flags); in mt_touch_input_configured()
1254 app->mt_flags = 0; in mt_touch_input_configured()
/Linux-v4.19/drivers/input/touchscreen/
Datmel_mxt_ts.c1979 unsigned int mt_flags = 0; in mxt_initialize_input_device() local
2040 mt_flags |= INPUT_MT_POINTER; in mxt_initialize_input_device()
2042 mt_flags |= INPUT_MT_DIRECT; in mxt_initialize_input_device()
2046 error = input_mt_init_slots(input_dev, num_mt_slots, mt_flags); in mxt_initialize_input_device()