Searched refs:compat_mode (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/input/ |
D | evdev.c | 815 void __user *p, int compat_mode) in handle_eviocgbit() argument 834 return bits_to_user(bits, len, size, p, compat_mode); in handle_eviocgbit() 1065 void __user *p, int compat_mode) in evdev_do_ioctl() argument 1142 compat_mode); in evdev_do_ioctl() 1154 compat_mode); in evdev_do_ioctl() 1184 size, p, compat_mode); in evdev_do_ioctl() 1191 KEY_MAX, size, p, compat_mode); in evdev_do_ioctl() 1195 LED_MAX, size, p, compat_mode); in evdev_do_ioctl() 1199 SND_MAX, size, p, compat_mode); in evdev_do_ioctl() 1203 SW_MAX, size, p, compat_mode); in evdev_do_ioctl() [all …]
|
/Linux-v4.19/include/net/ |
D | pkt_cls.h | 91 struct tcf_result *res, bool compat_mode); 197 struct tcf_result *res, bool compat_mode) in tcf_classify() argument
|
/Linux-v4.19/net/sched/ |
D | act_api.c | 954 int compat_mode) in tcf_action_copy_stats() argument 965 if (compat_mode) { in tcf_action_copy_stats()
|
D | cls_api.c | 961 struct tcf_result *res, bool compat_mode) in tcf_classify() argument 981 if (unlikely(err == TC_ACT_RECLASSIFY && !compat_mode)) { in tcf_classify()
|