Searched refs:compat_mode (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/input/ |
| D | evdev.c | 792 void __user *p, int compat_mode) in handle_eviocgbit() argument 811 return bits_to_user(bits, len, size, p, compat_mode); in handle_eviocgbit() 1042 void __user *p, int compat_mode) in evdev_do_ioctl() argument 1119 compat_mode); in evdev_do_ioctl() 1131 compat_mode); in evdev_do_ioctl() 1161 size, p, compat_mode); in evdev_do_ioctl() 1168 KEY_MAX, size, p, compat_mode); in evdev_do_ioctl() 1172 LED_MAX, size, p, compat_mode); in evdev_do_ioctl() 1176 SND_MAX, size, p, compat_mode); in evdev_do_ioctl() 1180 SW_MAX, size, p, compat_mode); in evdev_do_ioctl() [all …]
|
| /Linux-v5.4/drivers/clk/ti/ |
| D | clk.c | 145 static bool compat_mode; in ti_dt_clocks_register() local 147 compat_mode = ti_clk_get_features()->flags & TI_CLK_CLKCTRL_COMPAT; in ti_dt_clocks_register() 172 if (num_args && compat_mode) { in ti_dt_clocks_register()
|
| /Linux-v5.4/include/net/ |
| D | pkt_cls.h | 74 struct tcf_result *res, bool compat_mode); 132 struct tcf_result *res, bool compat_mode) in tcf_classify() argument
|
| /Linux-v5.4/net/sched/ |
| D | act_api.c | 993 int compat_mode) in tcf_action_copy_stats() argument 1004 if (compat_mode) { in tcf_action_copy_stats()
|
| D | cls_api.c | 1570 struct tcf_result *res, bool compat_mode) in tcf_classify() argument 1590 if (unlikely(err == TC_ACT_RECLASSIFY && !compat_mode)) { in tcf_classify()
|