Home
last modified time | relevance | path

Searched refs:compat_mode (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/
H A Devdev.c780 void __user *p, int compat_mode) in handle_eviocgbit()
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()
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()
778 handle_eviocgbit(struct input_dev *dev, unsigned int type, unsigned int size, void __user *p, int compat_mode) handle_eviocgbit() argument
1029 evdev_do_ioctl(struct file *file, unsigned int cmd, void __user *p, int compat_mode) evdev_do_ioctl() argument
1256 evdev_ioctl_handler(struct file *file, unsigned int cmd, void __user *p, int compat_mode) evdev_ioctl_handler() argument
[all...]
/kernel/linux/linux-6.6/drivers/input/
H A Devdev.c780 void __user *p, int compat_mode) in handle_eviocgbit()
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()
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()
778 handle_eviocgbit(struct input_dev *dev, unsigned int type, unsigned int size, void __user *p, int compat_mode) handle_eviocgbit() argument
1029 evdev_do_ioctl(struct file *file, unsigned int cmd, void __user *p, int compat_mode) evdev_do_ioctl() argument
1256 evdev_ioctl_handler(struct file *file, unsigned int cmd, void __user *p, int compat_mode) evdev_ioctl_handler() argument
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dpkt_cls.h80 struct tcf_result *res, bool compat_mode);
84 bool compat_mode);
142 struct tcf_result *res, bool compat_mode) in tcf_classify()
150 struct tcf_result *res, bool compat_mode) in tcf_classify_ingress()
141 tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res, bool compat_mode) tcf_classify() argument
147 tcf_classify_ingress(struct sk_buff *skb, const struct tcf_block *ingress_block, const struct tcf_proto *tp, struct tcf_result *res, bool compat_mode) tcf_classify_ingress() argument
/kernel/linux/linux-5.10/drivers/clk/ti/
H A 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()
/kernel/linux/linux-6.6/drivers/clk/ti/
H A Dclk.c178 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()
/kernel/linux/linux-6.6/include/net/
H A Dpkt_cls.h84 bool compat_mode);
144 struct tcf_result *res, bool compat_mode) in tcf_classify()
141 tcf_classify(struct sk_buff *skb, const struct tcf_block *block, const struct tcf_proto *tp, struct tcf_result *res, bool compat_mode) tcf_classify() argument
/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c1533 bool compat_mode, in __tcf_classify()
1553 if (unlikely(err == TC_ACT_RECLASSIFY && !compat_mode)) { in __tcf_classify()
1584 struct tcf_result *res, bool compat_mode) in tcf_classify()
1588 return __tcf_classify(skb, tp, tp, res, compat_mode, in tcf_classify()
1596 struct tcf_result *res, bool compat_mode) in tcf_classify_ingress()
1601 return __tcf_classify(skb, tp, tp, res, compat_mode, in tcf_classify_ingress()
1625 ret = __tcf_classify(skb, tp, orig_tp, res, compat_mode, in tcf_classify_ingress()
1529 __tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, const struct tcf_proto *orig_tp, struct tcf_result *res, bool compat_mode, u32 *last_executed_chain) __tcf_classify() argument
1583 tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res, bool compat_mode) tcf_classify() argument
1593 tcf_classify_ingress(struct sk_buff *skb, const struct tcf_block *ingress_block, const struct tcf_proto *tp, struct tcf_result *res, bool compat_mode) tcf_classify_ingress() argument
H A Dact_api.c1142 int compat_mode) in tcf_action_copy_stats()
1150 /* compat_mode being true specifies a call that is supposed in tcf_action_copy_stats()
1153 if (compat_mode) { in tcf_action_copy_stats()
1141 tcf_action_copy_stats(struct sk_buff *skb, struct tc_action *p, int compat_mode) tcf_action_copy_stats() argument
/kernel/linux/linux-6.6/net/sched/
H A Dcls_api.c1662 bool compat_mode, in __tcf_classify()
1707 if (unlikely(err == TC_ACT_RECLASSIFY && !compat_mode)) { in __tcf_classify()
1743 struct tcf_result *res, bool compat_mode) in tcf_classify()
1748 return __tcf_classify(skb, tp, tp, res, compat_mode, NULL, 0, in tcf_classify()
1788 ret = __tcf_classify(skb, tp, orig_tp, res, compat_mode, n, act_index, in tcf_classify()
1658 __tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, const struct tcf_proto *orig_tp, struct tcf_result *res, bool compat_mode, struct tcf_exts_miss_cookie_node *n, int act_index, u32 *last_executed_chain) __tcf_classify() argument
1740 tcf_classify(struct sk_buff *skb, const struct tcf_block *block, const struct tcf_proto *tp, struct tcf_result *res, bool compat_mode) tcf_classify() argument
H A Dact_api.c1529 int compat_mode) in tcf_action_copy_stats()
1537 /* compat_mode being true specifies a call that is supposed in tcf_action_copy_stats()
1540 if (compat_mode) { in tcf_action_copy_stats()
1528 tcf_action_copy_stats(struct sk_buff *skb, struct tc_action *p, int compat_mode) tcf_action_copy_stats() argument

Completed in 34 milliseconds