| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | tlbflush.h | 31 #define __TLBI_0(op, arg) asm (ARM64_ASM_PREAMBLE \ argument 39 #define __TLBI_1(op, arg) asm (ARM64_ASM_PREAMBLE \ argument 47 #define __TLBI_N(op, arg, n, ...) __TLBI_##n(op, arg) argument 51 #define __tlbi_user(op, arg) do { \ argument 118 #define __tlbi_user_level(op, arg, level) do { \ argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/ |
| H A D | test_memcontrol.c | 89 static int alloc_anon_50M_check(const char *cgroup, void *arg) in alloc_anon_50M_check() 120 static int alloc_pagecache_50M_check(const char *cgroup, void *arg) in alloc_pagecache_50M_check() 189 static int alloc_pagecache_50M(const char *cgroup, void *arg) in alloc_pagecache_50M() 196 static int alloc_pagecache_50M_noexit(const char *cgroup, void *arg) in alloc_pagecache_50M_noexit() 210 static int alloc_anon_noexit(const char *cgroup, void *arg) in alloc_anon_noexit() 556 static int alloc_pagecache_max_30M(const char *cgroup, void *arg) in alloc_pagecache_max_30M() 682 static int alloc_anon_50M_check_swap(const char *cgroup, void *arg) in alloc_anon_50M_check_swap() 821 static int tcp_server(const char *cgroup, void *arg) in tcp_server()
|
| /OK3568_Linux_fs/kernel/drivers/char/agp/ |
| H A D | frontend.c | 711 static int agpioc_info_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_info_wrap() 785 int agpioc_setup_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_setup_wrap() 797 static int agpioc_reserve_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_reserve_wrap() 872 static int agpioc_allocate_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_allocate_wrap() 899 int agpioc_deallocate_wrap(struct agp_file_private *priv, int arg) in agpioc_deallocate_wrap() 913 static int agpioc_bind_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_bind_wrap() 930 static int agpioc_unbind_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_unbind_wrap() 948 unsigned int cmd, unsigned long arg) in agp_ioctl()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-eval-testing.c | 59 static long fips140_ioctl_is_approved_service(unsigned long arg) in fips140_ioctl_is_approved_service() 86 static long fips140_ioctl_module_version(unsigned long arg) in fips140_ioctl_module_version() 101 unsigned long arg) in fips140_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | dst_ca.c | 26 #define dprintk(x, y, z, format, arg...) do { \ argument 210 static int ca_get_slot_caps(struct dst_state *state, struct ca_caps *p_ca_caps, void __user *arg) in ca_get_slot_caps() 243 static int ca_get_slot_descr(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_slot_descr() 249 …nt ca_get_slot_info(struct dst_state *state, struct ca_slot_info *p_ca_slot_info, void __user *arg) in ca_get_slot_info() 289 static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_message() 450 static int ca_send_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_send_message() 532 void __user *arg = (void __user *)ioctl_arg; in dst_ca_ioctl() local
|
| /OK3568_Linux_fs/kernel/net/nfc/ |
| H A D | digital_technology.c | 215 static void digital_in_recv_ats(struct nfc_digital_dev *ddev, void *arg, in digital_in_recv_ats() 272 static void digital_in_recv_sel_res(struct nfc_digital_dev *ddev, void *arg, in digital_in_recv_sel_res() 387 static void digital_in_recv_sdd_res(struct nfc_digital_dev *ddev, void *arg, in digital_in_recv_sdd_res() 476 static void digital_in_recv_sens_res(struct nfc_digital_dev *ddev, void *arg, in digital_in_recv_sens_res() 575 static void digital_in_recv_attrib_res(struct nfc_digital_dev *ddev, void *arg, in digital_in_recv_attrib_res() 645 static void digital_in_recv_sensb_res(struct nfc_digital_dev *ddev, void *arg, in digital_in_recv_sensb_res() 742 static void digital_in_recv_sensf_res(struct nfc_digital_dev *ddev, void *arg, in digital_in_recv_sensf_res() 841 void *arg, struct sk_buff *resp) in digital_in_recv_iso15693_inv_res() 956 static void digital_tg_recv_sel_req(struct nfc_digital_dev *ddev, void *arg, in digital_tg_recv_sel_req() 1021 static void digital_tg_recv_sdd_req(struct nfc_digital_dev *ddev, void *arg, in digital_tg_recv_sdd_req() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_buddy.c | 300 static int igt_buddy_alloc_smoke(void *arg) in igt_buddy_alloc_smoke() 407 static int igt_buddy_alloc_pessimistic(void *arg) in igt_buddy_alloc_pessimistic() 499 static int igt_buddy_alloc_optimistic(void *arg) in igt_buddy_alloc_optimistic() 549 static int igt_buddy_alloc_pathological(void *arg) in igt_buddy_alloc_pathological() 632 static int igt_buddy_alloc_range(void *arg) in igt_buddy_alloc_range()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_ets.c | 90 ets_class_from_arg(struct Qdisc *sch, unsigned long arg) in ets_class_from_arg() 161 struct Qdisc *old, unsigned long arg, in ets_offload_graft() 198 struct nlattr **tca, unsigned long *arg, in ets_class_change() 247 static int ets_class_graft(struct Qdisc *sch, unsigned long arg, in ets_class_graft() 267 static struct Qdisc *ets_class_leaf(struct Qdisc *sch, unsigned long arg) in ets_class_leaf() 284 static void ets_class_qlen_notify(struct Qdisc *sch, unsigned long arg) in ets_class_qlen_notify() 297 static int ets_class_dump(struct Qdisc *sch, unsigned long arg, in ets_class_dump() 322 static int ets_class_dump_stats(struct Qdisc *sch, unsigned long arg, in ets_class_dump_stats() 336 static void ets_qdisc_walk(struct Qdisc *sch, struct qdisc_walker *arg) in ets_qdisc_walk() 377 static void ets_qdisc_unbind_tcf(struct Qdisc *sch, unsigned long arg) in ets_qdisc_unbind_tcf()
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | hw_tags.c | 66 static int __init early_kasan_flag(char *arg) in early_kasan_flag() 83 static int __init early_kasan_mode(char *arg) in early_kasan_mode() 100 static int __init early_kasan_flag_stacktrace(char *arg) in early_kasan_flag_stacktrace() 117 static int __init early_kasan_fault(char *arg) in early_kasan_fault()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | algorithm.hpp | 39 binder1st(const Func& func, const typename Func::first_argument_type& arg) in binder1st() 55 inline binder1st<Func> bind1st(const Func& func, const T& arg) in bind1st() 65 binder2nd(const Func& func, const typename Func::second_argument_type& arg) in binder2nd() 81 inline binder2nd<Func> bind2nd(const Func& func, const T& arg) in bind2nd()
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | cpcihp_zt5550.c | 30 #define dbg(format, arg...) \ argument 36 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg) argument 37 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg) argument 38 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) argument
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | arm_sdei.c | 81 #define CROSSCALL_INIT(arg, event) \ argument 91 struct sdei_crosscall_args arg; in sdei_do_local_call() local 102 struct sdei_crosscall_args arg; in sdei_do_cross_call() local 111 sdei_cross_call_return(struct sdei_crosscall_args *arg, int err) in sdei_cross_call_return() 391 struct sdei_crosscall_args *arg = data; in _local_event_enable() local 439 struct sdei_crosscall_args *arg = data; in _ipi_event_disable() local 481 struct sdei_crosscall_args *arg = data; in _local_event_unregister() local 551 void *arg, u64 flags, u64 affinity) in sdei_api_event_register() 563 struct sdei_crosscall_args *arg = data; in _local_event_register() local 574 int sdei_event_register(u32 event_num, sdei_event_callback *cb, void *arg) in sdei_event_register() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | fib6_rules.c | 69 struct fib_lookup_arg arg = { in fib6_lookup() local 97 struct fib_lookup_arg arg = { in fib6_rule_lookup() local 158 int flags, struct fib_lookup_arg *arg) in fib6_rule_action_alt() 196 int flags, struct fib_lookup_arg *arg) in __fib6_rule_action() 261 struct fib_lookup_arg *arg) in fib6_rule_action() 271 struct fib_lookup_arg *arg) in fib6_rule_suppress()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | prctl.c | 27 size_t syscall_arg__scnprintf_prctl_arg2(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_prctl_arg2() 43 size_t syscall_arg__scnprintf_prctl_arg3(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_prctl_arg3() 53 size_t syscall_arg__scnprintf_prctl_option(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_prctl_option()
|
| /OK3568_Linux_fs/kernel/sound/firewire/tascam/ |
| H A D | tascam-hwdep.c | 147 static int hwdep_get_info(struct snd_tscm *tscm, void __user *arg) in hwdep_get_info() 202 static int tscm_hwdep_state(struct snd_tscm *tscm, void __user *arg) in tscm_hwdep_state() 223 unsigned int cmd, unsigned long arg) in hwdep_ioctl() 243 unsigned int cmd, unsigned long arg) in hwdep_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | perfmon_default_smpl.c | 44 pfm_default_smpl_arg_t *arg = (pfm_default_smpl_arg_t*)data; in default_validate() local 67 pfm_default_smpl_arg_t *arg = (pfm_default_smpl_arg_t *)data; in default_get_size() local 81 pfm_default_smpl_arg_t *arg = (pfm_default_smpl_arg_t *)data; in default_init() local 103 default_handler(struct task_struct *task, void *buf, pfm_ovfl_arg_t *arg, struct pt_regs *regs, uns… in default_handler()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/r128/ |
| H A D | r128_ioc32.c | 64 unsigned long arg) in compat_r128_init() 109 unsigned long arg) in compat_r128_depth() 132 unsigned long arg) in compat_r128_stipple() 151 unsigned long arg) in compat_r128_getparam() 181 long r128_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in r128_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_mmu.h | 30 void *arg; member 45 static inline void msm_mmu_set_fault_handler(struct msm_mmu *mmu, void *arg, in msm_mmu_set_fault_handler() 46 int (*handler)(void *arg, unsigned long iova, int flags)) in msm_mmu_set_fault_handler()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | file_ops.c | 222 unsigned long arg) in hfi1_file_ioctl() 785 static int assign_ctxt(struct hfi1_filedata *fd, unsigned long arg, u32 len) in assign_ctxt() 1137 static int get_ctxt_info(struct hfi1_filedata *fd, unsigned long arg, u32 len) in get_ctxt_info() 1254 static int get_base_info(struct hfi1_filedata *fd, unsigned long arg, u32 len) in get_base_info() 1340 static int user_exp_rcv_setup(struct hfi1_filedata *fd, unsigned long arg, in user_exp_rcv_setup() 1383 static int user_exp_rcv_clear(struct hfi1_filedata *fd, unsigned long arg, in user_exp_rcv_clear() 1416 static int user_exp_rcv_invalid(struct hfi1_filedata *fd, unsigned long arg, in user_exp_rcv_invalid() 1536 unsigned long arg) in manage_rcvq() 1576 unsigned long arg) in user_event_ack() 1599 static int set_ctxt_pkey(struct hfi1_ctxtdata *uctxt, unsigned long arg) in set_ctxt_pkey()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/ |
| H A D | geocluetypes.cpp | 44 QDBusArgument &operator<<(QDBusArgument &arg, const Timestamp &ts) in operator <<() 53 const QDBusArgument &operator>>(const QDBusArgument &arg, Timestamp &ts) in operator >>()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common-v2.c | 454 int err, arg; in mtk_pinconf_bias_set() local 527 int err, arg; in mtk_pinconf_bias_set_rev1() local 577 u32 pullup, u32 arg) in mtk_pinconf_bias_set_pu_pd() 607 u32 pullup, u32 arg) in mtk_pinconf_bias_set_pullsel_pullen() 632 u32 pullup, u32 arg) in mtk_pinconf_bias_set_pupd_r1_r0() 752 u32 pullup, u32 arg) in mtk_pinconf_bias_set_combo() 794 const struct mtk_pin_desc *desc, u32 arg) in mtk_pinconf_drive_set() 849 const struct mtk_pin_desc *desc, u32 arg) in mtk_pinconf_drive_set_rev1() 888 const struct mtk_pin_desc *desc, u32 arg) in mtk_pinconf_drive_set_raw() 903 u32 arg) in mtk_pinconf_adv_pull_set() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/ |
| H A D | sensor-dev.c | 705 unsigned int cmd, unsigned long arg) in angle_dev_ioctl() 797 unsigned int cmd, unsigned long arg) in gsensor_dev_ioctl() 924 static long compass_dev_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in compass_dev_compat_ioctl() 977 unsigned int cmd, unsigned long arg) in compass_dev_ioctl() 1066 unsigned int cmd, unsigned long arg) in gyro_dev_ioctl() 1154 static long light_dev_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in light_dev_compat_ioctl() 1187 unsigned int cmd, unsigned long arg) in light_dev_ioctl() 1252 static long proximity_dev_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in proximity_dev_compat_ioctl() 1281 unsigned int cmd, unsigned long arg) in proximity_dev_ioctl() 1330 unsigned int cmd, unsigned long arg) in temperature_dev_ioctl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_ioctl.c | 362 static int set_termios(struct tty_struct *tty, void __user *arg, int opt) in set_termios() 633 static int tty_change_softcar(struct tty_struct *tty, int arg) in tty_change_softcar() 664 unsigned int cmd, unsigned long arg) in tty_mode_ioctl() 796 static int __tty_perform_flush(struct tty_struct *tty, unsigned long arg) in __tty_perform_flush() 822 int tty_perform_flush(struct tty_struct *tty, unsigned long arg) in tty_perform_flush() 838 unsigned int cmd, unsigned long arg) in n_tty_ioctl_helper()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi-tlv.c | 608 struct wmi_peer_delete_resp_ev_arg *arg; in ath10k_wmi_tlv_event_peer_delete_resp() local 801 struct wmi_scan_ev_arg *arg) in ath10k_wmi_tlv_op_pull_scan_ev() 833 struct wmi_tlv_mgmt_tx_compl_ev_arg *arg) in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() 905 struct wmi_tlv_mgmt_tx_bundle_compl_ev_arg *arg) in ath10k_wmi_tlv_op_pull_mgmt_tx_bundle_compl_ev() 935 struct wmi_mgmt_rx_ev_arg *arg) in ath10k_wmi_tlv_op_pull_mgmt_rx_ev() 987 struct wmi_ch_info_ev_arg *arg) in ath10k_wmi_tlv_op_pull_ch_info_ev() 1022 struct wmi_vdev_start_ev_arg *arg) in ath10k_wmi_tlv_op_pull_vdev_start_ev() 1053 struct wmi_peer_kick_ev_arg *arg) in ath10k_wmi_tlv_op_pull_peer_kick_ev() 1084 struct wmi_swba_ev_arg *arg; member 1168 struct wmi_swba_ev_arg *arg) in ath10k_wmi_tlv_op_pull_swba_ev() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | fsm.c | 55 mISDN_FsmEvent(struct FsmInst *fi, int event, void *arg) in mISDN_FsmEvent() 132 int millisec, int event, void *arg, int where) in mISDN_FsmAddTimer() 160 int millisec, int event, void *arg, int where) in mISDN_FsmRestartTimer()
|