Searched refs:compat_mode (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | evdev.c | 780 void __user *p, int compat_mode) in handle_eviocgbit() argument 799 return bits_to_user(bits, len, size, p, compat_mode); in handle_eviocgbit() 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/ti/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | pkt_cls.h | 80 struct tcf_result *res, bool compat_mode); 84 bool compat_mode); 142 struct tcf_result *res, bool compat_mode) in tcf_classify() argument 150 struct tcf_result *res, bool compat_mode) in tcf_classify_ingress() argument
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | cls_api.c | 1532 bool compat_mode, in __tcf_classify() argument 1552 if (unlikely(err == TC_ACT_RECLASSIFY && !compat_mode)) { in __tcf_classify() 1583 struct tcf_result *res, bool compat_mode) in tcf_classify() argument 1587 return __tcf_classify(skb, tp, tp, res, compat_mode, in tcf_classify() 1595 struct tcf_result *res, bool compat_mode) in tcf_classify_ingress() argument 1600 return __tcf_classify(skb, tp, tp, res, compat_mode, in tcf_classify_ingress() 1624 ret = __tcf_classify(skb, tp, orig_tp, res, compat_mode, in tcf_classify_ingress()
|
| H A D | act_api.c | 1142 int compat_mode) in tcf_action_copy_stats() argument 1153 if (compat_mode) { in tcf_action_copy_stats()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 2922 DisplayModePtr compat_mode = NULL; in xf86SetSingleMode() local 2930 compat_mode = xf86OutputFindClosestMode(compat_output, desired); in xf86SetSingleMode() 2931 if (compat_mode) in xf86SetSingleMode() 2932 desired = compat_mode; in xf86SetSingleMode()
|