Searched refs:compat_mode (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/input/ |
H A D | evdev.c | 778 void __user *p, int compat_mode) in handle_eviocgbit() argument 797 return bits_to_user(bits, len, size, p, compat_mode); in handle_eviocgbit() 1028 void __user *p, int compat_mode) in evdev_do_ioctl() argument 1105 compat_mode); in evdev_do_ioctl() 1117 compat_mode); in evdev_do_ioctl() 1147 size, p, compat_mode); in evdev_do_ioctl() 1154 KEY_MAX, size, p, compat_mode); in evdev_do_ioctl() 1158 LED_MAX, size, p, compat_mode); in evdev_do_ioctl() 1162 SND_MAX, size, p, compat_mode); in evdev_do_ioctl() 1166 SW_MAX, size, p, compat_mode); in evdev_do_ioctl() [all …]
|
/linux/drivers/clk/ti/ |
H A D | clk.c | 185 static bool compat_mode; in ti_dt_clocks_register() local 187 compat_mode = ti_clk_get_features()->flags & TI_CLK_CLKCTRL_COMPAT; in ti_dt_clocks_register() 212 if (num_args && compat_mode) { in ti_dt_clocks_register()
|
/linux/net/sched/ |
H A D | cls_api.c | 1716 bool compat_mode, in __tcf_classify() argument 1767 if (unlikely(err == TC_ACT_RECLASSIFY && !compat_mode)) { in __tcf_classify() 1808 struct tcf_result *res, bool compat_mode) in tcf_classify() argument 1813 return __tcf_classify(skb, tp, tp, res, compat_mode, NULL, 0, in tcf_classify() 1860 ret = __tcf_classify(skb, tp, orig_tp, res, compat_mode, n, act_index, in tcf_classify()
|