Searched refs:compat_mode (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/input/ |
A D | evdev.c | 780 void __user *p, int compat_mode) in handle_eviocgbit() argument 1030 void __user *p, int compat_mode) in evdev_do_ioctl() argument 1107 compat_mode); in evdev_do_ioctl() 1119 compat_mode); in evdev_do_ioctl() 1149 size, p, compat_mode); in evdev_do_ioctl() 1156 KEY_MAX, size, p, compat_mode); in evdev_do_ioctl() 1160 LED_MAX, size, p, compat_mode); in evdev_do_ioctl() 1164 SND_MAX, size, p, compat_mode); in evdev_do_ioctl() 1168 SW_MAX, size, p, compat_mode); in evdev_do_ioctl() 1202 p, compat_mode); in evdev_do_ioctl() [all …]
|
/linux-6.3-rc2/drivers/clk/ti/ |
A D | clk.c | 178 static bool compat_mode; in ti_dt_clocks_register() local 180 compat_mode = ti_clk_get_features()->flags & TI_CLK_CLKCTRL_COMPAT; in ti_dt_clocks_register() 205 if (num_args && compat_mode) { in ti_dt_clocks_register()
|
/linux-6.3-rc2/include/net/ |
A D | pkt_cls.h | 84 bool compat_mode); 157 struct tcf_result *res, bool compat_mode) in tcf_classify() argument
|
/linux-6.3-rc2/net/sched/ |
A D | cls_api.c | 1655 bool compat_mode, in __tcf_classify() argument 1700 if (unlikely(err == TC_ACT_RECLASSIFY && !compat_mode)) { in __tcf_classify() 1736 struct tcf_result *res, bool compat_mode) in tcf_classify() argument 1741 return __tcf_classify(skb, tp, tp, res, compat_mode, NULL, 0, in tcf_classify() 1781 ret = __tcf_classify(skb, tp, orig_tp, res, compat_mode, n, act_index, in tcf_classify()
|
A D | act_api.c | 1529 int compat_mode) in tcf_action_copy_stats() argument 1540 if (compat_mode) { in tcf_action_copy_stats()
|
Completed in 126 milliseconds