Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_ipv6/
H A Dip6t_srh.h59 __u16 mt_flags; member
92 __u16 mt_flags; member
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_ipv6/
H A Dip6t_srh.h59 __u16 mt_flags; member
92 __u16 mt_flags; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_ipv6/
H A Dip6t_srh.h59 __u16 mt_flags; member
92 __u16 mt_flags; member
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-multitouch.c118 unsigned int mt_flags; /* flags to pass to input-mt */ member
540 mt_application->mt_flags |= INPUT_MT_DIRECT; in mt_allocate_application()
546 mt_application->mt_flags |= INPUT_MT_POINTER; in mt_allocate_application()
700 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_mapping()
1259 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_configured()
1262 app->mt_flags |= INPUT_MT_DROP_UNUSED; in mt_touch_input_configured()
1265 if ((app->mt_flags & INPUT_MT_POINTER) && in mt_touch_input_configured()
1279 ret = input_mt_init_slots(input, td->maxcontacts, app->mt_flags); in mt_touch_input_configured()
1283 app->mt_flags = 0; in mt_touch_input_configured()
H A Dhid-magicmouse.c414 int mt_flags = 0; in magicmouse_setup_input() local
445 mt_flags = INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | in magicmouse_setup_input()
469 error = input_mt_init_slots(input, 16, mt_flags); in magicmouse_setup_input()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2009 unsigned int mt_flags = 0; in mxt_initialize_input_device() local
2070 mt_flags |= INPUT_MT_POINTER; in mxt_initialize_input_device()
2072 mt_flags |= INPUT_MT_DIRECT; in mxt_initialize_input_device()
2076 error = input_mt_init_slots(input_dev, num_mt_slots, mt_flags); in mxt_initialize_input_device()