| /include/linux/ |
| D | stop_machine.h | 20 typedef int (*cpu_stop_fn_t)(void *arg); 28 void *arg; member 32 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg); 33 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg); 34 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, 49 void *arg; member 52 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() argument 57 ret = fn(arg); in stop_one_cpu() 67 stwork->fn(stwork->arg); in stop_one_cpu_nowait_workfn() 72 cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait() argument [all …]
|
| D | delayed_call.h | 12 void *arg; member 19 void (*fn)(void *), void *arg) in set_delayed_call() argument 22 call->arg = arg; in set_delayed_call() 28 call->fn(call->arg); in do_delayed_call()
|
| D | moduleparam.h | 55 void (*free)(void *arg); 77 void *arg; member 175 #define module_param_cb(name, ops, arg, perm) \ argument 176 __module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, -1, 0) 178 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument 179 __module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, -1, \ 182 #define __level_param_cb(name, ops, arg, perm, level) \ argument 183 __module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, level, 0) 194 #define core_param_cb(name, ops, arg, perm) \ argument 195 __level_param_cb(name, ops, arg, perm, 1) [all …]
|
| D | mroute6.h | 32 extern int ip6mr_compat_ioctl(struct sock *sk, unsigned int cmd, void __user *arg); 35 int ip6mr_ioctl(struct sock *sk, int cmd, void *arg); 51 int ip6mr_ioctl(struct sock *sk, int cmd, void *arg) in ip6mr_ioctl() argument 104 void __user *arg) in ip6mr_sk_ioctl() argument 111 return sock_ioctl_inout(sk, cmd, arg, &buffer, in ip6mr_sk_ioctl() 117 return sock_ioctl_inout(sk, cmd, arg, &buffer, in ip6mr_sk_ioctl() 135 void __user *arg) in ip6mr_sk_ioctl() argument
|
| D | mroute.h | 21 int ipmr_ioctl(struct sock *sk, int cmd, void *arg); 22 int ipmr_compat_ioctl(struct sock *sk, unsigned int cmd, void __user *arg); 25 int ipmr_sk_ioctl(struct sock *sk, unsigned int cmd, void __user *arg); 39 static inline int ipmr_ioctl(struct sock *sk, int cmd, void *arg) in ipmr_ioctl() argument 60 void __user *arg) in ipmr_sk_ioctl() argument
|
| D | fw_table.h | 18 void *arg, const unsigned long end); 24 void *arg; member 48 acpi_tbl_entry_handler_arg handler_arg, void *arg,
|
| D | arm_sdei.h | 23 typedef int (sdei_event_callback)(u32 event, struct pt_regs *regs, void *arg); 29 int sdei_event_register(u32 event_num, sdei_event_callback *cb, void *arg); 81 struct sdei_registered_event *arg);
|
| D | torture.h | 112 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, 116 #define torture_create_kthread(n, arg, tp) \ argument 117 _torture_create_kthread(n, (arg), #n, "Creating " #n " task", \ 119 #define torture_create_kthread_cb(n, arg, tp, cbf) \ argument 120 _torture_create_kthread(n, (arg), #n, "Creating " #n " task", \
|
| D | if_pppox.h | 73 unsigned long arg); 80 extern int pppox_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg); 81 extern int pppox_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
| D | dmar.h | 124 static inline int dmar_res_noop(struct acpi_dmar_header *hdr, void *arg) in dmar_res_noop() argument 141 extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg); 142 extern int dmar_parse_one_atsr(struct acpi_dmar_header *header, void *arg); 143 extern int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg); 144 extern int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg); 145 extern int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg); 299 extern int dmar_alloc_hwirq(int id, int node, void *arg);
|
| D | fsverity.h | 140 int fsverity_ioctl_enable(struct file *filp, const void __user *arg); 144 int fsverity_ioctl_measure(struct file *filp, void __user *arg); 187 const void __user *arg) in fsverity_ioctl_enable() argument 194 static inline int fsverity_ioctl_measure(struct file *filp, void __user *arg) in fsverity_ioctl_measure() argument
|
| D | fscrypt.h | 357 int fscrypt_ioctl_set_policy(struct file *filp, const void __user *arg); 358 int fscrypt_ioctl_get_policy(struct file *filp, void __user *arg); 359 int fscrypt_ioctl_get_policy_ex(struct file *filp, void __user *arg); 360 int fscrypt_ioctl_get_nonce(struct file *filp, void __user *arg); 389 int fscrypt_ioctl_add_key(struct file *filp, void __user *arg); 390 int fscrypt_ioctl_remove_key(struct file *filp, void __user *arg); 391 int fscrypt_ioctl_remove_key_all_users(struct file *filp, void __user *arg); 392 int fscrypt_ioctl_get_key_status(struct file *filp, void __user *arg); 549 const void __user *arg) in fscrypt_ioctl_set_policy() argument 554 static inline int fscrypt_ioctl_get_policy(struct file *filp, void __user *arg) in fscrypt_ioctl_get_policy() argument [all …]
|
| /include/xen/arm/ |
| D | hypercall.h | 47 int HYPERVISOR_xen_version(int cmd, void *arg); 50 int HYPERVISOR_sched_op(int cmd, void *arg); 51 int HYPERVISOR_event_channel_op(int cmd, void *arg); 52 unsigned long HYPERVISOR_hvm_op(int op, void *arg); 53 int HYPERVISOR_memory_op(unsigned int cmd, void *arg); 54 int HYPERVISOR_physdev_op(int cmd, void *arg); 59 int HYPERVISOR_platform_op_raw(void *arg);
|
| /include/media/ |
| D | v4l2-common.h | 23 #define v4l_printk(level, name, adapter, addr, fmt, arg...) \ argument 24 printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg) 26 #define v4l_client_printk(level, client, fmt, arg...) \ argument 28 (client)->addr, fmt , ## arg) 30 #define v4l_err(client, fmt, arg...) \ argument 31 v4l_client_printk(KERN_ERR, client, fmt , ## arg) 33 #define v4l_warn(client, fmt, arg...) \ argument 34 v4l_client_printk(KERN_WARNING, client, fmt , ## arg) 36 #define v4l_info(client, fmt, arg...) \ argument 37 v4l_client_printk(KERN_INFO, client, fmt , ## arg) [all …]
|
| D | videobuf2-memops.h | 30 void (*put)(void *arg); 31 void *arg; member
|
| /include/net/ |
| D | wext.h | 11 void __user *arg); 13 unsigned long arg); 19 void __user *arg) in wext_handle_ioctl() argument 24 unsigned long arg) in compat_wext_handle_ioctl() argument
|
| D | fib_rules.h | 118 struct fib_lookup_arg *arg) in fib_rule_get_table() argument 120 return rule->l3mdev ? arg->table : rule->table; in fib_rule_get_table() 124 struct fib_lookup_arg *arg) in fib_rule_get_table() argument 193 struct fib_lookup_arg *arg)); 196 struct fib_lookup_arg *arg)); 200 struct fib_lookup_arg *arg)); 203 struct fib_lookup_arg *arg));
|
| D | pkt_sched.h | 282 struct qdisc_walker *arg) in tc_qdisc_stats_dump() argument 284 if (arg->count >= arg->skip && arg->fn(sch, cl, arg) < 0) { in tc_qdisc_stats_dump() 285 arg->stop = 1; in tc_qdisc_stats_dump() 289 arg->count++; in tc_qdisc_stats_dump()
|
| /include/net/nfc/ |
| D | digital.h | 88 void *arg, struct sk_buff *resp); 151 void *arg); 157 void *arg); 159 nfc_digital_cmd_complete_t cb, void *arg); 163 void *arg); 165 nfc_digital_cmd_complete_t cb, void *arg);
|
| /include/drm/ |
| D | drm_ioctl.h | 68 unsigned long arg); 159 long drm_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); 162 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
|
| /include/soc/tegra/ |
| D | pm.h | 27 int tegra30_pm_secondary_cpu_suspend(unsigned long arg); 44 static inline int tegra30_pm_secondary_cpu_suspend(unsigned long arg) in tegra30_pm_secondary_cpu_suspend() argument
|
| /include/linux/platform_data/ |
| D | sh_mmcif.h | 92 unsigned long cmd, unsigned long arg) in sh_mmcif_boot_cmd_send() argument 95 sh_mmcif_writel(base, MMCIF_CE_ARG, arg); in sh_mmcif_boot_cmd_send() 116 unsigned long cmd, unsigned long arg) in sh_mmcif_boot_cmd() argument 118 sh_mmcif_boot_cmd_send(base, cmd, arg); in sh_mmcif_boot_cmd()
|
| /include/linux/soc/ti/ |
| D | knav_qmss.h | 48 typedef void (*knav_queue_notify_fn)(void *arg); 65 unsigned long arg);
|
| /include/asm-generic/ |
| D | bug.h | 97 #define __WARN_printf(taint, arg...) do { \ argument 99 warn_slowpath_fmt(__FILE__, __LINE__, taint, arg); \ 104 #define __WARN_printf(taint, arg...) do { \ argument 106 __warn_printk(arg); \
|
| /include/sound/ |
| D | soc-acpi.h | 35 struct snd_soc_acpi_mach *snd_soc_acpi_codec_list(void *arg); 53 static inline struct snd_soc_acpi_mach *snd_soc_acpi_codec_list(void *arg) in snd_soc_acpi_codec_list() argument 214 struct snd_soc_acpi_mach * (*machine_quirk)(void *arg);
|