Home
last modified time | relevance | path

Searched refs:compat_mode (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/input/
Devdev.c792 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/
Dclk.c145 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/
Dpkt_cls.h74 struct tcf_result *res, bool compat_mode);
132 struct tcf_result *res, bool compat_mode) in tcf_classify() argument
/Linux-v5.4/net/sched/
Dact_api.c993 int compat_mode) in tcf_action_copy_stats() argument
1004 if (compat_mode) { in tcf_action_copy_stats()
Dcls_api.c1570 struct tcf_result *res, bool compat_mode) in tcf_classify() argument
1590 if (unlikely(err == TC_ACT_RECLASSIFY && !compat_mode)) { in tcf_classify()